Hi @tanuj-ahuja ! Thanks for reaching out. Whether you’re running Astronomer or running Airflow on your own, we strongly recommend Astronomer Certified, which is available as a Docker Image and Python package for Airflow versions 1.10.7 - 2.0.0. These images have been battle-tested by our QA team, are used by our customer base, and incorporate upstream bug and security fixes in subsequent patch versions that may not yet be released in OSS.
Yes, correct we shouldn’t run a custom image given the points to mentioned above. Thank you for the references.
Our use here is to support a custom attribute for task instance that is not present in task_intance table in postgres database of Airflow. In particular we want to expose -
debug_log_path: Path where debug logs are stored for a task_instance. These logs are provided by a third party tool (data-build-tool) that we are orchestrating using Airflow
Let me know if there is some kind of a plugin available to accomplish this.