We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc3022 commit ffeebb7Copy full SHA for ffeebb7
sdks/python/apache_beam/runners/interactive/utils.py
@@ -52,6 +52,7 @@
52
try:
53
from google.cloud.exceptions import ClientError
54
from google.cloud.exceptions import NotFound
55
+
56
from apache_beam.io.gcp.gcsio import create_storage_client # pylint: disable=ungrouped-imports
57
GCP_LIBS_AVAILABLE = True
58
except ImportError:
0 commit comments