berglh commented on issue #58817: URL: https://github.com/apache/airflow/issues/58817#issuecomment-4196526028
@MaluNoPeleke I believe the issue is if you define an Airflow connection via environment variables, say for instance via Helm chart configuration, this error is thrown as a warning in the logs. In our case we defined Spark 3 configuration via environment variable that is used by the Spark Submit Operator, and this is the cause of the warning in our case. Theoretically, any environment variable set connection used by an Airflow provider that is defined in this way would have the same warning. My guess, is this code issue is within the Airflow connection resolution, rather than any specific import in a DAG. -- 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]
