mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 03:39:03 +00:00
fix(ingest/airflow): fix support for bigquery insert job operator (#10567)
This commit is contained in:
parent
40838454f5
commit
ebb95b8a9a
@ -203,7 +203,7 @@ def _parse_sql_into_task_metadata(
|
||||
task_name = f"{self.operator.dag_id}.{self.operator.task_id}"
|
||||
|
||||
run_facets = {}
|
||||
job_facets = {"sql": SqlJobFacet(query=self._normalize_sql(sql))}
|
||||
job_facets = {"sql": SqlJobFacet(query=SqlExtractor._normalize_sql(sql))}
|
||||
|
||||
# Prepare to run the SQL parser.
|
||||
graph = self.context.get(_DATAHUB_GRAPH_CONTEXT_KEY, None)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user