Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limited Schema #49

Open
Grimi94 opened this issue Jun 29, 2023 · 0 comments
Open

Limited Schema #49

Grimi94 opened this issue Jun 29, 2023 · 0 comments

Comments

@Grimi94
Copy link

Grimi94 commented Jun 29, 2023

After going through the guide at https://hub.meltano.com/extractors/tap-netsuite/ I found that when running the command meltano select tap-netsuite --list --all I would only get the fields defined in tap-netsuite/netsuite/schemas/object_definition.json

For now I have copied the line as well as the Total from the Sales Order and added to the Invoice object within that file:

{"displayName": "SalesRep", "name": "salesRep", "type": "string"},
{"displayName": "Total", "name": "total", "type": "number"},

What is the best way to add fields that are not defined in the object_definition.json file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant