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 Parquet support to Luigi's big query SourceFormat #3099

Merged
merged 1 commit into from Aug 26, 2021
Merged

Add Parquet support to Luigi's big query SourceFormat #3099

merged 1 commit into from Aug 26, 2021

Conversation

avihaybar
Copy link
Contributor

@avihaybar avihaybar commented Aug 25, 2021

Add support for Parquet format for BigQueryLoadTask.

Description

BigQuery API supports parquet files out of the box, however Luigi does not expose this type as an option.
This is the same value as google.cloud.bigquery class SourceFormat.PARQUET.

I ran my jobs with this code and it works for me.

Theoretically, ORC format could be added in the same manner, but I haven't tested it yey.
more info can be found here

@avihaybar avihaybar requested review from dlstadther, Tarrasch and a team as code owners August 25, 2021 11:52
@dlstadther dlstadther merged commit 5845d81 into spotify:master Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants