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


   What do you mean? Why would you want to use UI to push some data? What's the 
use case ? 
   
   We do not have 'write' functionality in the UI to change any data - at most 
you can execute logical actions there  like rerunning tasks. Low level pushing 
of data which requires understanding of dogs and task code is certainly not 
part of the UI - also because of important security paradigm. Users of the UI 
should not be able (even admins) to modify execution paths and data of tasks 
being processed. 
   
   Airflow 'task execution' is all about Python. UI is only for monitoring and 
management of what has been written in Python by those who have access to do so 
(which is separate from UI).
   
   So unless we change some really basic paradigms of Airflow i see no place 
for it in the UI. 
   
   But if you have valid case for that - you can bring it to the devlist - with 
all the arguments and reasoning 


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