Skip to content

Commit

Permalink
Update quality_monitor_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyijiang-db authored Nov 18, 2024
1 parent 7356dd1 commit 4d8d1ae
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions internal/acceptance/quality_monitor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ func TestUcAccQualityMonitor(t *testing.T) {
model_id_col = "model_id"
problem_type = "PROBLEM_TYPE_REGRESSION"
}
schedule=MonitorCronSchedule(
quartz_cron_expression="0 0 12 * * ?", # schedules a refresh every day at 12 noon
timezone_id="PST"
)
schedule {
quartz_cron_expression = "0 0 12 * * ?",
timezone_id = "PST"
}
}
resource "databricks_sql_table" "myTimeseries" {
Expand All @@ -91,10 +91,10 @@ func TestUcAccQualityMonitor(t *testing.T) {
granularities = ["1 day"]
timestamp_col = "timestamp"
}
schedule=MonitorCronSchedule(
quartz_cron_expression="0 0 12 * * ?", # schedules a refresh every day at 12 noon
timezone_id="PST"
)
schedule {
quartz_cron_expression = "0 0 12 * * ?",
timezone_id = "PST"
}
}
resource "databricks_sql_table" "mySnapshot" {
Expand Down

0 comments on commit 4d8d1ae

Please sign in to comment.