How to read dynamic argument airflow operator?
问题 I am new in python and airflow dag. I am following below link and code which is mention in answer section. How to pass dynamic arguments Airflow operator? I am facing issue to reading yaml file, In yaml file I have some configuration related arguments. configs: cluster_name: "test-cluster" project_id: "t***********" zone: "europe-west1-c" num_workers: 2 worker_machine_type: "n1-standard-1" master_machine_type: "n1-standard-1" In DAG script I have created one task which will be create cluster,