Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
fix(ingest): issue warning correctly (datahub-project#6623)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored and cccs-Dustin committed Feb 1, 2023
1 parent cb9feab commit d9bbb97
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 d9bbb97

Please sign in to comment.