Skip to content

Commit

Permalink
feat: Add **kwargs to handle unexpected keyword arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
TanookiVerde committed Oct 31, 2024
1 parent f045d4a commit 1618ff4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/datalake/uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ def _upload_as_native_table(
create_disposition: str = "CREATE_IF_NEEDED",
write_disposition: str = "WRITE_APPEND",
source_format: str = "PARQUET",
**kwargs,
) -> None:
"""
Uploads a pandas DataFrame to a Google BigQuery table as a native table.
Expand Down

0 comments on commit 1618ff4

Please sign in to comment.