Display dags that are using a specififc connection #36886
Unanswered
shivannakarthik
asked this question in
Ideas
Replies: 1 comment
-
There is no such feature. And it's not an easy one to get because connections are dynamically retrieved while tasks are running - especially when you use taskflow and PythonOperator. Probably it would require to gather and update such information during DAG execution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On a large airflow instance, it is often important to understand which dags are using a specific connection so that rotation of the passwords/keys in the connection becomes easier and helps assess the impact.
Seeking feedback for this feature.
Beta Was this translation helpful? Give feedback.
All reactions