-
Link to the classroom item: Assignment 4: Building an Advanced Data Pipeline With Data Quality Checks
-
encountering an error in my Airflow DAGs due to a missing. Airflow is trying to retrieve this variable using
Variable.get('bucket_name')
, but it doesn’t seem to exist in my Airflow’s Variables.
Hello @Aakashram,
I could reproduce the error, In exercise 1 you need to go to airflow and create a variable. You need to set the bucket_name as key and raw bucket name from cloudformation as value. Thank you
Hi @Georgios,
Thank you for pointing that out. I missed creating the variable in Airflow. Appreciate your help!
1 Like