BigQueryTableExistenceTrigger
GoogleInitialize the BigQuery Table Existence Trigger with needed parameters
Access Instructions
Install the Google provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
project_idGoogle Cloud Project where the job is running
dataset_idThe dataset ID of the requested table.
table_idThe table ID of the requested table.
gcp_conn_idReference to google cloud connection id
hook_paramsparams for hook
poll_intervalpolling period in seconds to check for the status
Documentation
Initialize the BigQuery Table Existence Trigger with needed parameters