amoghrajesh commented on issue #57428:
URL: https://github.com/apache/airflow/issues/57428#issuecomment-3460148050

   Thanks for reporting @dabla!
   
   In Airflow 3, the UI uses the same Airflow Rest API and all the endpoints in 
the rest API are secure, ie. they do not return passwords etc in plain text. 
With that said, this was not an intentional decision to mask on the UI but it 
just seems to have accidentally broken that feature (airflow 2 was different) 
of importing variables from the UI.
   
   I think this requires some more decision on what's the best way to approach 
this problem. Either we do not allow importing / exporting from UI (too rough) 
or deal differently. cc @pierrejeambrun / @bbovenzi if you have any inputs
   


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