Replies: 1 comment
-
|
Implemented draft, if its ok to have this feature, I can finish the system tests :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Schema path (schema_object) for table in
GCSToBigQueryOperatoris downloading schema from source bucket.New feature should support support also pulling schemas from different bucket.
Use case / motivation
I guess there are lot of use-cases. To mention one concrete:
In case there is a schema change, we make 1 change (in terraform) and it works. Otherwise we would need to do terraform change, apply, then either update
schema_fieldsin operator and release it or to allow adding fields on table load (which we don't necessarily want all the time).Related Issues
Not directly, but at least - #8280 - polish system tests to operator while at it
Beta Was this translation helpful? Give feedback.
All reactions