Skip to content

Commit

Permalink
Add Parquet support to Luigi's big query SourceFormat (#3099)
Browse files Browse the repository at this point in the history
  • Loading branch information
avihaybar authored Aug 26, 2021
1 parent 6b42426 commit 5845d81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions luigi/contrib/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class SourceFormat:
CSV = 'CSV'
DATASTORE_BACKUP = 'DATASTORE_BACKUP'
NEWLINE_DELIMITED_JSON = 'NEWLINE_DELIMITED_JSON'
PARQUET = 'PARQUET'


class FieldDelimiter:
Expand Down

0 comments on commit 5845d81

Please sign in to comment.