sann05 commented on issue #9205: URL: https://github.com/apache/airflow/issues/9205#issuecomment-651210281
@mik-laj thank you for your answers. For now, we have the next options: 1. Store file as a string in the password field (to be masked) or as an extra field in a new connection 2. Get it from either sync or mount features 3. Get the as a string from a secret backend The way I thought about the feature is to store the file **as a file** in DB. But that way we would get unnecessary struggles with checking that file exists on workers. ---------------------------------------------------------------- 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]
