[I] Environment variable AIRFLOW__DATABASE__SQL_ALCHEMY_CONNECT_ARGS not parsed correctly [airflow]

2023-12-13 Thread via GitHub
giantZorg opened a new issue, #36207: URL: https://github.com/apache/airflow/issues/36207 ### Apache Airflow version 2.7.3 ### What happened Upon setting the environment variable AIRFLOW__DATABASE__SQL_ALCHEMY_CONNECT_ARGS to pass arguments as described in https://airfl

Re: [I] Environment variable AIRFLOW__DATABASE__SQL_ALCHEMY_CONNECT_ARGS not parsed correctly [airflow]

2023-12-13 Thread via GitHub
boring-cyborg[bot] commented on issue #36207: URL: https://github.com/apache/airflow/issues/36207#issuecomment-1853845564 Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for ap

Re: [I] Environment variable AIRFLOW__DATABASE__SQL_ALCHEMY_CONNECT_ARGS not parsed correctly [airflow]

2023-12-13 Thread via GitHub
giantZorg commented on issue #36207: URL: https://github.com/apache/airflow/issues/36207#issuecomment-1854211561 After reading the docs again, it does state _Import path for connect args in SqlAlchemy._, so the `conf.getimport` is consistent with the docs. But the example value of '{"timeo

Re: [I] Environment variable AIRFLOW__DATABASE__SQL_ALCHEMY_CONNECT_ARGS not parsed correctly [airflow]

2023-12-13 Thread via GitHub
potiuk commented on issue #36207: URL: https://github.com/apache/airflow/issues/36207#issuecomment-1854463534 Feel free to make a PR with documentation fix - then you will join 2700 contributors to airlfow (many of them noticed a problem in doc and fix it). It's super easy - just click "sug

Re: [I] Environment variable AIRFLOW__DATABASE__SQL_ALCHEMY_CONNECT_ARGS not parsed correctly [airflow]

2023-12-13 Thread via GitHub
giantZorg commented on issue #36207: URL: https://github.com/apache/airflow/issues/36207#issuecomment-1855327972 @potiuk I'll gladly make a pull request, can you assign the issue to me? Just to clarify, the intended behaviour is to import the settings from the module specified by the

Re: [I] Environment variable AIRFLOW__DATABASE__SQL_ALCHEMY_CONNECT_ARGS not parsed correctly [airflow]

2023-12-14 Thread via GitHub
potiuk commented on issue #36207: URL: https://github.com/apache/airflow/issues/36207#issuecomment-1855357147 The example is wrong in config section apparentlyy, yes. so it should be fied in `airflow/config_remplates/confg.yml` to make the description correctly explaining that it should be