You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have bumped airflow version(provider, helm chart ...) and had to check all operators if they have breaking changes.
It was too hard to find operators used in the dag with Find all feature of IDE.
I though it would be much better that I can list all operators by cli.
So I want to implement an airflow command line that listing the all operators in the dag files using DagBag or DagModel.
The command will be like following.
airflow operators list
listing all operators set that caught in the dag processor
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have bumped airflow version(provider, helm chart ...) and had to check all operators if they have breaking changes.
It was too hard to find operators used in the dag with Find all feature of IDE.
I though it would be much better that I can list all operators by cli.
So I want to implement an airflow command line that listing the all operators in the dag files using DagBag or DagModel.
The command will be like following.
airflow operators list
airflow operators list --dag-id [dag_id]
Beta Was this translation helpful? Give feedback.
All reactions