potiuk edited a comment on pull request #19756: URL: https://github.com/apache/airflow/pull/19756#issuecomment-976375218
If all else fails - i think it would be possible with env variables. Breeze already supports reacting to the environment variables so you could pass them for your gp instance https://www.gitpod.io/docs/environment-variables. Those will be: * `BACKEND` * `PYTHON_MAJOR_MINOR_VERSION` * `INTEGRATIONS` The last one is the list of integrations enabled. I think for this one to be merged we need a separate "quick-start" - short version on how to start and how to configure the env variables) in https://github.com/apache/airflow/blob/main/CONTRIBUTORS_QUICK_START.rst . -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
