-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Is your feature request related to a problem? Please describe.
Hi, I would like to be able to give as sqlfile an http(s) url or an s3 file_path because I don't want to embeded the sql files directly in my custom flink container image
also without this feature I would need to add an initcontainer to all my flink-sql-runner "deployments"
Describe the solution you'd like
sqlfile support http url or s3 path
and also accept env_var authentication parameters like
HTTP_SQL_FILE_URL_AUTHENTICATION_USER
HTTP_SQL_FILE_URL_AUTHENTICATION_PASSWORD
so I can provide the creds if there is authentication on the https url
Describe alternatives you've considered
add an initcontainer download the sql files
Additional context
Thanks for this project, what do you think about this feature ? Does it make sens ? Thanks