mik-laj edited a comment on pull request #9325:
URL: https://github.com/apache/airflow/pull/9325#issuecomment-647097821


   @kaxil I think the problem should be fixed in Airflow and other systems 
should not base their integrations on Airflow bug. If we find a real use case, 
then we can add an endpoint, but the endpoint that has been added cannot be 
removed without beaking change. 
   
   Generally, the API should provide the methods needed for the end user. No 
one should allow the modification of the internal state of the application. 
This is an internal state because in normal flow, we do not expect the user to 
make any modifications to this data. We can create a separate API that will 
allow for more operations, but it should not be marked as stable, because we 
will not be able to guarantee the stability of these API.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to