potiuk commented on a change in pull request #20226:
URL: https://github.com/apache/airflow/pull/20226#discussion_r767864202
##########
File path: airflow/providers/google/cloud/hooks/automl.py
##########
@@ -17,27 +17,32 @@
# under the License.
#
"""This module contains a Google AutoML hook."""
-from typing import Dict, List, Optional, Sequence, Tuple, Union
+from typing import Dict, Optional, Sequence, Tuple, Union
+
+from google.cloud.automl_v1beta1.services.auto_ml.pagers import (
+ ListColumnSpecsPager,
+ ListDatasetsPager,
+ ListTableSpecsPager,
+)
Review comment:
It did not :)
--
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]