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

Providing reserved keyword support for fivetran_utils.add_passthrough_columns() #147

Open
fivetran-avinash opened this issue Jul 16, 2024 · 0 comments

Comments

@fivetran-avinash
Copy link

Currently, we have trouble bringing through reserved keywords using the add_passthrough_columns macro.

This issue was surfaced from an attempt to bring through the group field in the entity source table in Netsuite2, as it treats group as if it should be used in a group by statement.

Error message:

Syntax error: Expected keyword BY but got keyword AS at [373:2]
  compiled Code at target/run/netsuite_source/models/netsuite2/stg_netsuite2__entities.sql

See this Height ticket.

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