mik-laj commented on issue #9205: URL: https://github.com/apache/airflow/issues/9205#issuecomment-646991657
Airflow allows you to store extra credentials data in the extra field in a database or secret backend. Some connections also allow you to point to a local file, but then the system administrator should ensure that the file exists. You can do it in many ways, e.g. NFS, Git-sync, GCS-sync, shared volume, copy this file in the docker image. The easiest way is to put this file in the Connection table or secret backend. Why is this not an option? ---------------------------------------------------------------- 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]
