potiuk commented on issue #43009:
URL: https://github.com/apache/airflow/issues/43009#issuecomment-2412735044

   I think it really depends on how we want to treat providers - this is the 
big difference of dependencies. Technically - if we solve base links and 
connection issue, we could have the same dependencies for both - none of the 
task api calls nor web API should need providers at all in this case. On the 
other hand, if we don't solve it, then both will have providers if they are run 
together - but task API technically could be separate and have no provider 
dependencies. 
   
   I think we should aim on having the same dependencies in both for 
simplicity, and we should see if we can remove providers from both - but this 
can also be done later - either before 3.0 or after - this only changes 
security property of the deployment, so it won't be a breaking change.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to