loop over airflow variables issue question
问题 I am having hard time looping over an airflow variable in my script so I have a requirement to list all files prefixed by string in a bucket. next loop through it and do some operations. I tried making use of xcomm and subdags but i couldn't figure it out so i came up with a new approach. it involves 2 scripts though 1 st scripts sets the airflow variable with a value i generate below is the code. #!/usr/bin/env python with DAG('Test_variable', default_args=default_args, schedule_interval