Skip to content

Commit 4ee32d2

Browse files
committed
Adding timestamps
1 parent 7efe087 commit 4ee32d2

File tree

1 file changed

+4
-1
lines changed
  • sdks/python/apache_beam/yaml/extended_tests/databases

1 file changed

+4
-1
lines changed

sdks/python/apache_beam/yaml/extended_tests/databases/iceberg.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,17 @@ pipelines:
7373
catalog_properties:
7474
type: hadoop
7575
warehouse: "{TEMP_DIR}"
76-
filter: '"label" = ''11a'''
76+
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'
7779
keep:
7880
- label
7981
- rank
8082
- type: AssertEqual
8183
config:
8284
elements:
8385
- {label: "11a", rank: 0}
86+
- {label: "37a", rank: 1}
8487
options:
8588
project: "apache-beam-testing"
8689
temp_location: "{TEMP_DIR}"

0 commit comments

Comments
 (0)