-
Notifications
You must be signed in to change notification settings - Fork 128
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
Support BigQuery external tables #41
Comments
This is the thing stopping us from supporting BigQuery external tables in this package. The only ways forward I see are:
If the latter is something you'd be interested in working on, I'm happy to try to help! |
@jtcohen6 Thank you for sharing it. BigQuery team may support the DDL of external data sources in the near future, as a result of filing the issues to them. If it is supported, we can move forward. I would love to contribute to it. |
Yeah, they are GA now! |
@jtcohen6 Super-duper! I will look into the PR. Thank you very much for the PR. |
Describe the feature
I want to use BigQuery external data sources feature with dbt.
Describe alternatives you've considered
I have no idea.But, according to the official documents, there is no way to manipulate external resources with only SQL statements.
Additional context
My request is limited to only BigQuery.
Who will this benefit?
I am guessing many users uses BigQuery external data sources, including Google Spreadsheet, GCS and so on. By supporting the feature, they can get a great benefit to manage more BigQuery resources with dbt.
The text was updated successfully, but these errors were encountered: