potiuk commented on PR #37522:
URL: https://github.com/apache/airflow/pull/37522#issuecomment-1957093066

   > There is also [airflow 
kerberos](https://airflow.apache.org/docs/apache-airflow/stable/cli-and-env-variables-ref.html#kerberos)
 command which could be moved into the separate provider
   
   Good idea. Though for now I think we can only add CLI commands via executor 
(because we set executor in configuration, we codo not  have to discover 
provider capabilities). The main problem is that we cannot afford discovering 
all providers when we run CLI command because it will add visible delay to 
running all comands and autocomplete. If we figure out how to contribute such 
command from provider without paying the cost of discovery (which is now way 
more than few hundred milliseconds), it might be difficult to do.


-- 
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]

Reply via email to