Skip to content

Commit

Permalink
fix(ingest): issue warning correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Dec 2, 2022
1 parent 8ff35b8 commit 3bb8297
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ def deprecate_bigquery_temp_table_schema(cls, values):
if "bigquery_temp_table_schema" in values:
logger.warning(
"The bigquery_temp_table_schema config is no longer required. Please remove it from your config.",
DeprecationWarning,
)
del values["bigquery_temp_table_schema"]
return values
Expand Down

0 comments on commit 3bb8297

Please sign in to comment.