eladkal commented on code in PR #31171: URL: https://github.com/apache/airflow/pull/31171#discussion_r1195151530
########## airflow/providers/google/cloud/hooks/bigquery.py: ########## @@ -61,6 +60,7 @@ from airflow.providers.google.cloud.utils.bigquery import bq_cast from airflow.providers.google.common.consts import CLIENT_INFO from airflow.providers.google.common.hooks.base_google import GoogleBaseAsyncHook, GoogleBaseHook, get_field +from airflow.utils.hashlib_wrapper import md5 Review Comment: We can't do that. This function was added in 2.6.0 The Google provider must be backward compatible with Airflow 2.4.0 thus we need this PR to work with Airflow 2.4.0 You can add try/catch to the imports and adjust the code accordingly to support it. -- 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]
