george-zubrienko commented on issue #30884: URL: https://github.com/apache/airflow/issues/30884#issuecomment-1525457630
I don't know if our `Variable.get` can contribute to that as well? We actually now mount variables alongside dags on the same RWM mount, so midterm goal for me is to get everybody out of reading vars in that way and instead just get them from local fs. Recommended jinja approach doesn't work very well for us, unfortunately, as we store quite complex configs in vars that define dag layouts that are now in some places deserialized into a config dataclass right away - which we find way more convenient than using plaintext jinja pieces in dag code. -- 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]
