I am wondering if there is a way to pass execution_date to DbtCloudRunJobOperator in Airflow. The following is a snippet from its documentation:
trigger_job_run1 = DbtCloudRunJobOperator(
task_id="trigger_job_run1",
job_id=48617,
check_interval=10,
timeout=300,
)
Also, it is not clear to me how I can pass this information to my incremental table model sql file in my dbt. What I would like to do is to do a daily incremental update using execution_date via dbt.