-
Notifications
You must be signed in to change notification settings - Fork 161
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
[ADAP-492] Support partition_by and cluster_by on python models (#680) #681
[ADAP-492] Support partition_by and cluster_by on python models (#680) #681
Conversation
@dbeatty10 Bump in case this is forgotten 🙇🏼 |
Not forgotten @kalanyuz, but thank you for reaching out! ❤️ Next step is that this will be assigned to one of our engineers for review in an upcoming sprint. |
wen merge? |
@dbeatty10 Sorry for reaching out again on this one but our team is really looking forward to this patch being merged. Any update on this one? We are very close to patching this and link a local package in our pipeline at this point since it's been quite a while 😢 |
Thanks for your contribution @kalanyuz! I just left one comment on the functional code. Could you please also provide a test, or tests, for this new functionality? That would demonstrate this functionality is working as expected and help us ensure it doesn't break with future changes. |
@mikealfare I don't think the e2e tests that connects with BigQuery is being exposed to contributors and will be handled by the dbt-bigquery team? Otherwise I can take a shot when I have time. |
There's a template test environment file here: https://github.com/dbt-labs/dbt-bigquery/blob/main/test.env.example. If you copy it to a file called |
… model configurations
97af71c
to
c4cef68
Compare
@mikealfare
Unfortunately these parameters ( |
b254b10
to
8cc7248
Compare
2d21d5d
to
c1eeae9
Compare
resolves #680
resolves #984
Description
Currently, Python models do not support table creation with partition_by and cluster_by when supplied to the model configuration, despite the spark-bigquery-connector having support for it with indirect save mode.
For more details, see #680
Checklist
changie new
to create a changelog entry