Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

add more record type properties #662

Merged
merged 2 commits into from
Aug 13, 2024
Merged

add more record type properties #662

merged 2 commits into from
Aug 13, 2024

Conversation

SeaBlooms
Copy link
Contributor

No description provided.

@SeaBlooms SeaBlooms requested a review from a team as a code owner August 6, 2024 17:04
@SeaBlooms SeaBlooms added minor Increment the minor version when merged release Create a release when this pr is merged labels Aug 6, 2024
// AAAA type
aaaaRecords: data.aaaaRecords,
// NS type
nsRecords: data.nsRecords,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is the data type of these values? array of string?

Copy link
Contributor

@VDubber VDubber Aug 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

objects / dictionaries are not supported, nor are lists of objects/dictionaries!

if nsRecords is an object like:

{ val: "one", val2: "two" }

this will not be accepted by the data pipeline.

They must be converted to a data type that is supported (primitives or arrays of primitives) or be JSON.stringify() 'ed

@Gonzalo-Avalos-Ribas Gonzalo-Avalos-Ribas merged commit 8668cca into main Aug 13, 2024
7 of 8 checks passed
@Gonzalo-Avalos-Ribas Gonzalo-Avalos-Ribas deleted the INT-11410 branch August 13, 2024 19:41
@j1-internal-automation
Copy link
Collaborator

🚀 PR was released in v7.8.0 🚀

@j1-internal-automation j1-internal-automation added the released This issue/pull request has been released. label Aug 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
minor Increment the minor version when merged release Create a release when this pr is merged released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants