Relative Content

Tag Archive for google-bigqueryairflowdirected-acyclic-graphsterraform-provider-gcp

Airflow ExternalTaskSensor to load table in bigquey

I have DAG which is loading data into bigquery table A.
The table A is dependent on 8 other tables and the DAG for these tables are triggered at different time.
I want create a DAG for table A such that data should be loaded into it only after all other dependent DAG are triggered and completed.
how can we do it in airflow?