Skip to content

Commit 4d95af4

Browse files
committed
WIP
1 parent a574b7d commit 4d95af4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

api/python/test/canary/teams.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
description="Default team",
77
email="ml-infra@<customer>.com", # TODO: Infra team email
88
outputNamespace="default",
9+
conf=ConfigProperties(
10+
common={
11+
"spark.chronon.partition.column": "ds",
12+
}
13+
),
914
env=EnvironmentVariables(
1015
common={
1116
"VERSION": "latest",

0 commit comments

Comments
 (0)