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

Add macro/run-operation for uploading files from local filesystem to BigQuery. #102

Closed
NiallRees opened this issue Jan 11, 2022 · 2 comments · Fixed by #121
Closed

Add macro/run-operation for uploading files from local filesystem to BigQuery. #102

NiallRees opened this issue Jan 11, 2022 · 2 comments · Fixed by #121
Labels
good_first_issue Good for newcomers type:enhancement New feature or request

Comments

@NiallRees
Copy link
Contributor

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.

@NiallRees NiallRees added type:enhancement New feature or request triage:product labels Jan 11, 2022
@McKnight-42
Copy link
Contributor

@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.

@NiallRees
Copy link
Contributor Author

Hey @McKnight-42 - I'm going to struggle to get time to contribute this myself, but would love to see this developed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good_first_issue Good for newcomers type:enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants