natanweinberger opened a new pull request #15177:
URL: https://github.com/apache/airflow/pull/15177


   This PR adds the ability to import connections from a file.
   
   This implementation enables basic import functionality, mirroring what 
already exists for variables. There's room for additional features in future 
(as proposed in #9907 discussion), but I believe it's reasonable to add those 
extra features as incremental improvements in a future PR. For example:
   
   - handling conflict disposition consistently for variables and connections
   - accepting input from stdin
   
   Currently, in the event of a conflict, the connection to be imported is 
skipped and a message is printed to stdout indicating to the user that there's 
a conflict. Any connections without conflicts are still imported.
   
   closes: #9855
   


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