mik-laj opened a new issue #9855: URL: https://github.com/apache/airflow/issues/9855
Hello, We have a new local file system secret backend that allows us to load connections and variables from files. We support 3 file formats: YAML, JSON, ENV. https://airflow.readthedocs.io/en/latest/howto/use-alternative-secrets-backend.html#local-filesystem-secrets-backend https://github.com/apache/airflow/blob/master/airflow/secrets/local_filesystem.py I think we can use the same code to create new commands for the CLI that allow us o import connections or variables. Best regards, Kamil ---------------------------------------------------------------- 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]
