Skip to content

Commit

Permalink
fix(glam): explicit params (#1984)
Browse files Browse the repository at this point in the history
  • Loading branch information
edugfilho authored May 13, 2024
1 parent fe2f653 commit 28bfade
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions dags/glam.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,14 +222,14 @@

clients_histogram_aggregates = SubDagOperator(
subdag=histogram_aggregates_subdag(
GLAM_DAG,
GLAM_CLIENTS_HISTOGRAM_AGGREGATES_SUBDAG,
default_args,
dag.schedule_interval,
fully_qualified_dataset,
dataset_id,
billing_project_id,
table_project_id,
parent_dag_name=GLAM_DAG,
child_dag_name=GLAM_CLIENTS_HISTOGRAM_AGGREGATES_SUBDAG,
default_args=default_args,
schedule_interval=dag.schedule_interval,
dataset_id=dataset_id,
fully_qualified_dataset=fully_qualified_dataset,
billing_project_id=billing_project_id,
table_project_id=table_project_id,
docker_image="gcr.io/moz-fx-data-airflow-prod-88e0/bigquery-etl:latest",
),
task_id=GLAM_CLIENTS_HISTOGRAM_AGGREGATES_SUBDAG,
Expand Down

0 comments on commit 28bfade

Please sign in to comment.