Skip to content

Commit

Permalink
Add missing variables
Browse files Browse the repository at this point in the history
  • Loading branch information
chowbao committed Oct 7, 2024
1 parent 15ee527 commit 67061c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dags/generate_avro_files_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
sla_miss_callback=alert_sla_miss,
)

public_project = "{{ var.value.public_project }}"
public_dataset = "{{ var.value.public_dataset }}"
gcs_bucket = "{{ var.value.avro_gcs_bucket }}"

# Wait on ingestion DAGs
wait_on_history_table = build_cross_deps(
dag, "wait_on_ledgers_txs", "history_table_export"
Expand Down

0 comments on commit 67061c5

Please sign in to comment.