We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05bc6a6 commit 3964921Copy full SHA for 3964921
sdk/python/tests/unit/test_data_sources.py
@@ -9,8 +9,7 @@
9
10
def test_push_with_batch():
11
push_source = PushSource(
12
- name="test",
13
- batch_source=BigQuerySource(table="test.test"),
+ name="test", batch_source=BigQuerySource(table="test.test"),
14
)
15
push_source_proto = push_source.to_proto()
16
assert push_source_proto.HasField("batch_source")
0 commit comments