CrisNavasM commented on issue #42520: URL: https://github.com/apache/airflow/issues/42520#issuecomment-3167103299
You may also add this as well at the top of your DAGs ```python import airbyte_api._hooks.clientcredentials as _cc _cc.ClientCredentialsHook.get_credentials = lambda self, source: None ``` So you can keep an up to date version of the Airflow operators -- 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]
