mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-01 19:25:56 +00:00
fix(ingest): bigquery - Not setting ge config schema when profiling with temp table (#5737)
This commit is contained in:
parent
c979349c65
commit
a251625d04
@ -874,7 +874,7 @@ class DatahubGEProfiler:
|
||||
if profiler_args is not None:
|
||||
temp_table_db = profiler_args.get("temp_table_db", schema)
|
||||
if platform is not None and platform == "bigquery":
|
||||
ge_config["schema"] = temp_table_db
|
||||
ge_config["schema"] = None
|
||||
|
||||
if self.config.bigquery_temp_table_schema:
|
||||
num_parts = self.config.bigquery_temp_table_schema.split(".")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user