We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80990d2 commit 24b9f20Copy full SHA for 24b9f20
sdks/python/apache_beam/yaml/examples/transforms/blueprint/kafka_to_iceberg.yaml
@@ -63,6 +63,8 @@ pipeline:
63
"fs.gs.auth.type": "SERVICE_ACCOUNT_JSON_KEYFILE"
64
"fs.gs.auth.service.account.json.keyfile": "/path/to/service/account/key.json"
65
66
+options:
67
+ streaming: true
68
69
# Expected:
70
# Row(text='Fool\tThou shouldst not have been old till thou hadst')
sdks/python/apache_beam/yaml/examples/transforms/blueprint/pubsub_to_iceberg.yaml
@@ -48,6 +48,8 @@ pipeline:
48
49
50
51
52
53
54
55
# Row(label='37a', rank=1)
0 commit comments