bugraoz93 commented on code in PR #66261:
URL: https://github.com/apache/airflow/pull/66261#discussion_r3351045964
##########
airflow-core/src/airflow/api/client/local_client.py:
##########
@@ -70,20 +132,56 @@ def trigger_dag(
}
return dag_run
- def delete_dag(self, dag_id):
+ @provide_api_client(kind=AirflowCtlClientKind.CLI)
Review Comment:
We can get rid of all the code and convert usage methods to airflowctl
ideally with client rahter updating these class methods. Please double validate
this as we should create singleton client and use it accross CLI, this is
generator reading from
--
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]