fabrizio-wing commented on issue #52501:
URL: https://github.com/apache/airflow/issues/52501#issuecomment-3414166484
@MartijnMeijers-enexis , this is an example :
{"name": "AIRFLOW_CONN_MAIN_AWS", "value": '{"conn_type": "aws", "extras":
{"region_name": "<your-region>"}}'},
{"name": "AIRFLOW__LOGGING__REMOTE_LOGGING", "value": "True"},
{"name": "AIRFLOW__LOGGING__REMOTE_LOG_CONN_ID", "value": "main_aws"},
the name ( "main_aws" in this case) has to be uppercase in the connection
definition, and references lower case in the logging setting (3rd variable)
--
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]