dabla commented on PR #62867: URL: https://github.com/apache/airflow/pull/62867#issuecomment-4438832517
Very important, for the Google Cloud Storage and Azure Blob Storage, the registration of those won't work with older Airflow versions, as they don't have the ProviderInfo for this new provider type defined in [PR 64941](https://github.com/apache/airflow/pull/64941). This means that an alternative method has to be implemented if Airflow version is lower than 3.3 I suppose. Had to do the same back then with the Dialects lookup in Airflow 2. -- 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]
