ebuitragod opened a new issue, #29505: URL: https://github.com/apache/airflow/issues/29505
### Apache Airflow version 2.5.1 ### What happened When I try the code in staging it does not work, although when I do it in local it does. It is a variable.get problem in which it breaks when I try to add new variables. here is staging: <img width="981" alt="image" src="https://user-images.githubusercontent.com/29654051/218454952-d99bc68c-b416-4c43-8eda-52131838d65e.png"> here is in my local <img width="1406" alt="image" src="https://user-images.githubusercontent.com/29654051/218455081-47465dd5-2e67-4873-b1c2-5f871b67d584.png"> Furthermore, it is strange that they print, but don't work: { "timezones":[ { "internal_emails":[ "[email protected]" ], "name":"America/Santiago", "report_to_clients":false, "manual": true, "start_date": "23-01-30" }, ... ] } The excercise in within a DAG factory. ### What you think should happen instead _No response_ ### How to reproduce _No response_ ### Operating System os ### Versions of Apache Airflow Providers _No response_ ### Deployment Virtualenv installation ### Deployment details _No response_ ### Anything else _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
