We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 772176b commit 59ba559Copy full SHA for 59ba559
1 file changed
sdks/python/apache_beam/yaml/tests/iceberg_add_files.yaml
@@ -108,3 +108,8 @@ pipelines:
108
- type: ReadFromJson
109
config:
110
path: "{TEMP_DIR}/error.json*"
111
+ - type: AssertEqual
112
+ config:
113
+ elements:
114
+ - {file: "gs://dummy-bucket/does-not-exist.txt", error: "Could not determine the file's format"}
115
+
0 commit comments