-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ISSUE] Issue with databricks_quality_monitor
resource
#4518
Comments
alexott
added a commit
that referenced
this issue
Feb 22, 2025
The quality monitor Get API doesn't return attributes `warehouse_id` and `skip_builtin_dashboard` that are set by Create API, so this lead to the configuration drift and errors. We can backfill them from the existing state. Resolves #4518
5 tasks
alexott
added a commit
that referenced
this issue
Feb 25, 2025
The quality monitor Get API doesn't return attributes `warehouse_id` and `skip_builtin_dashboard` that are set by Create API, so this lead to the configuration drift and errors. We can backfill them from the existing state. Resolves #4518
alexott
added a commit
that referenced
this issue
Feb 25, 2025
The quality monitor Get API doesn't return attributes `warehouse_id` and `skip_builtin_dashboard` that are set by Create API, so this lead to the configuration drift and errors. We can backfill them from the existing state. Resolves #4518
github-merge-queue bot
pushed a commit
that referenced
this issue
Feb 26, 2025
…r` (#4519) ## Changes <!-- Summary of your changes that are easy to understand --> The quality monitor Get API doesn't return attributes `warehouse_id` and `skip_builtin_dashboard` set by the Create API, leading to configuration drift and errors. We can backfill them from the existing state. Resolves #4518 ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [x] `make test` run locally - [ ] relevant change in `docs/` folder - [ ] covered with integration tests in `internal/acceptance` - [ ] using Go SDK - [ ] using TF Plugin Framework
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Configuration
Expected Behavior
Deploy should succeed.
Actual Behavior
Error when deploying quality monitor:
Steps to Reproduce
terraform apply
Terraform and provider versions
Is it a regression?
Unsure.
Debug Output
N/A. Environment is locked down.
Important Factoids
N/A.
Would you like to implement a fix?
Not sure where the problem lies, but happy to help if directed.
The text was updated successfully, but these errors were encountered: