You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% do adapter.upload_file(file_path, destination) %}
would enable dbt_artifacts to become compatible with BigQuery. It looks as though the function to wrap is load_table_from_file.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Please include any other relevant context here.
Who will this benefit?
What kind of use case will this feature be useful for? Please be specific and provide examples, this will help us prioritize properly.
Are you interested in contributing this feature?
Let us know if you want to write some code, and how we can help.
The text was updated successfully, but these errors were encountered:
@NiallRees Been trying to gather some context on this, seems you have a good idea what path we will need to follow on this, I"m here to assist in anyway I can if you want to work on this.
Describe the feature
Prompted by brooklyn-data/dbt_artifacts#6.
Access to a macro such as:
{% do adapter.upload_file(file_path, destination) %}
would enable dbt_artifacts to become compatible with BigQuery. It looks as though the function to wrap is load_table_from_file.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Please include any other relevant context here.
Who will this benefit?
What kind of use case will this feature be useful for? Please be specific and provide examples, this will help us prioritize properly.
Are you interested in contributing this feature?
Let us know if you want to write some code, and how we can help.
The text was updated successfully, but these errors were encountered: