Skip to content

Commit

Permalink
Update resource_quality_monitor.go
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyijiang-db authored Nov 15, 2024
1 parent 58dbeff commit 13b6fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/resource_quality_monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func ResourceQualityMonitor() common.Resource {
var update catalog.UpdateMonitor
common.DataToStructPointer(d, monitorSchema, &update)
update.TableName = d.Get("table_name").(string)
update.PauseStatus = ""
update.Schedule.PauseStatus = ""
_, err = w.QualityMonitors.Update(ctx, update)
if err != nil {
return err
Expand Down

0 comments on commit 13b6fd9

Please sign in to comment.