mobuchowski commented on code in PR #31293: URL: https://github.com/apache/airflow/pull/31293#discussion_r1200368195
########## tests/providers/google/cloud/operators/test_bigquery.py: ########## @@ -17,13 +17,22 @@ # under the License. from __future__ import annotations +import json from unittest import mock from unittest.mock import ANY, MagicMock import pandas as pd import pytest from google.cloud.bigquery import DEFAULT_RETRY from google.cloud.exceptions import Conflict +from openlineage.client.facet import ( Review Comment: I think providers are generally always available in test environment. In tests it always looks like this. -- 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]
