We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efe087 commit 4ee32d2Copy full SHA for 4ee32d2
sdks/python/apache_beam/yaml/extended_tests/databases/iceberg.yaml
@@ -73,14 +73,17 @@ pipelines:
73
catalog_properties:
74
type: hadoop
75
warehouse: "{TEMP_DIR}"
76
- filter: '"label" = ''11a'''
+ from_timestamp: "2025-11-11 00:00:00 UTC"
77
+ to_timestamp: "2035-11-11 00:00:00 UTC"
78
+ filter: '"label" = ''11a'' or "rank" = 1'
79
keep:
80
- label
81
- rank
82
- type: AssertEqual
83
config:
84
elements:
85
- {label: "11a", rank: 0}
86
+ - {label: "37a", rank: 1}
87
options:
88
project: "apache-beam-testing"
89
temp_location: "{TEMP_DIR}"
0 commit comments