Skip to content

Commit

Permalink
[ML-47387] fix UpdateMonitor failure
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyijiang-db authored Nov 13, 2024
1 parent 54d1408 commit d9bb13b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion catalog/resource_quality_monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ func ResourceQualityMonitor() common.Resource {
common.CustomizeSchemaPath(m, "profile_metrics_table_name").SetReadOnly()
common.CustomizeSchemaPath(m, "status").SetReadOnly()
common.CustomizeSchemaPath(m, "dashboard_id").SetReadOnly()

return m
},
)
Expand Down

0 comments on commit d9bb13b

Please sign in to comment.