OmerJog commented on issue #5152: [AIRFLOW-4385] Add namespace into pod's yaml URL: https://github.com/apache/airflow/pull/5152#issuecomment-527165719 @nikolayskovpin there are errors: ``` ====================================================================== 31) ERROR: Failure: ImportError (cannot import name 'options_pb2') ---------------------------------------------------------------------- Traceback (most recent call last): /usr/local/lib/python3.6/site-packages/nose/failure.py line 39 in runTest raise self.exc_val.with_traceback(self.tb) /usr/local/lib/python3.6/site-packages/nose/loader.py line 418 in loadTestsFromName addr.filename, addr.module) /usr/local/lib/python3.6/site-packages/nose/importer.py line 47 in importFromPath return self.importFromDir(dir_path, fqname) /usr/local/lib/python3.6/site-packages/nose/importer.py line 94 in importFromDir mod = load_module(part_fqname, fh, filename, desc) /usr/local/lib/python3.6/imp.py line 235 in load_module return load_source(name, filename, file) /usr/local/lib/python3.6/imp.py line 172 in load_source module = _load(spec) <frozen importlib._bootstrap> line 684 in _load <frozen importlib._bootstrap> line 665 in _load_unlocked <frozen importlib._bootstrap_external> line 678 in exec_module <frozen importlib._bootstrap> line 219 in _call_with_frames_removed tests/contrib/operators/test_gcp_spanner_operator.py line 24 in <module> from airflow.contrib.operators.gcp_spanner_operator import \ airflow/contrib/operators/gcp_spanner_operator.py line 24 in <module> from airflow.contrib.hooks.gcp_spanner_hook import CloudSpannerHook airflow/contrib/hooks/gcp_spanner_hook.py line 25 in <module> from google.cloud.spanner_v1.database import Database /usr/local/lib/python3.6/site-packages/google/cloud/spanner_v1/__init__.py line 23 in <module> from google.cloud.spanner_v1.client import Client /usr/local/lib/python3.6/site-packages/google/cloud/spanner_v1/client.py line 31 in <module> from google.cloud.spanner_admin_database_v1.gapic.database_admin_client import ( # noqa /usr/local/lib/python3.6/site-packages/google/cloud/spanner_admin_database_v1/gapic/database_admin_client.py line 44 in <module> from google.iam.v1 import options_pb2 ImportError: cannot import name 'options_pb2' ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
