potiuk commented on PR #44011:
URL: https://github.com/apache/airflow/pull/44011#issuecomment-2476439247

   Very interesting error. Side effect of another test. Fix is comming. 
   
   ```
   _______________________ TestAutoMLHook.test_get_dataset 
________________________
   [gw2] linux -- Python 3.9.20 /usr/local/bin/python
   /opt/airflow/providers/tests/google/cloud/hooks/test_automl.py:258: in 
test_get_dataset
       self.hook.get_dataset(dataset_id=DATASET_ID, location=GCP_LOCATION, 
project_id=GCP_PROJECT_ID)
   
/opt/airflow/providers/src/airflow/providers/google/common/hooks/base_google.py:560:
 in inner_wrapper
       return func(self, *args, **kwargs)
   
/opt/airflow/providers/src/airflow/providers/google/cloud/hooks/automl.py:669: 
in get_dataset
       client = self.get_conn()
   
/opt/airflow/providers/src/airflow/providers/google/cloud/hooks/automl.py:97: 
in get_conn
       self._client = AutoMlClient(credentials=self.get_credentials(), 
client_info=CLIENT_INFO)
   
/usr/local/lib/python3.9/site-packages/google/cloud/automl_v1beta1/services/auto_ml/client.py:793:
 in __init__
       self._transport = transport_init(
   
/usr/local/lib/python3.9/site-packages/google/cloud/automl_v1beta1/services/auto_ml/transports/grpc.py:145:
 in __init__
       if isinstance(channel, grpc.Channel):
   E   TypeError: isinstance() arg 2 must be a type or tuple of types
   ```
   


-- 
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]

Reply via email to