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 cbda69b commit c6fc698Copy full SHA for c6fc698
sdks/python/apache_beam/io/gcp/tests/xlang_spannerio_it_test.py
@@ -107,6 +107,7 @@ def setUpClass(cls):
107
runner_name = type(pipeline.runner).__name__
108
if 'DataflowRunner' in runner_name:
109
pytest.skip("Spanner emulator not compatible with dataflow runner.")
110
+
111
argv = pipeline.get_full_options_as_args()
112
113
known_args, _ = parser.parse_known_args(argv)
0 commit comments