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

Does Dataform support ALLOW_FIELD_ADDITION for incremental table related jobs ? #1385

Open
Rstar1998 opened this issue Oct 25, 2022 · 3 comments

Comments

@Rstar1998
Copy link

Big Query does support addition of new column if it does not exist. For incremental tables there might be instances that a new column might be added. Hence it would be beneficial to have a parameter like ALLOW_FIELD_ADDITION=true which will add new columns in the target table if they are added in the source table

@nmohseny-atz
Copy link
Contributor

+1

@astorrs
Copy link

astorrs commented Feb 14, 2023

Yes please! This is very painful in models with heavy use of incrementals.

@Ekrekr
Copy link
Contributor

Ekrekr commented Apr 2, 2024

Note: this implementation for this is similar to the request in #1359, as it interacts with the API in the same way.

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

No branches or pull requests

4 participants