Skip to content

Conversation

@alexott
Copy link
Contributor

@alexott alexott commented Nov 14, 2025

Changes

Tests

  • make test run locally
  • relevant change in docs/ folder
  • covered with integration tests in internal/acceptance
  • using Go SDK
  • using TF Plugin Framework
  • has entry in NEXT_CHANGELOG.md file

@alexott alexott requested review from a team as code owners November 14, 2025 08:00
@alexott alexott requested review from Divyansh-db and removed request for a team November 14, 2025 08:00
@alexott alexott added the exporter TF configuration generator label Nov 14, 2025
@alexott alexott requested a review from rauchy November 14, 2025 08:00
@alexott alexott requested a review from tanmay-db November 20, 2025 07:19
@alexott alexott force-pushed the exporter/budget-policy branch from 62fed93 to d3e1bb4 Compare November 26, 2025 09:35
@github-actions
Copy link

If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:

Trigger:
go/deco-tests-run/terraform

Inputs:

  • PR number: 5217
  • Commit SHA: 89028ef25490fa04e7f955c9dcfe18cd37a26a6a

Checks will be approved automatically on success.

Comment on lines +52 to +54
if workspaceIdsList, ok := bindingWorkspaceIdsRaw.([]int64); ok {
bindingWorkspaceIds = workspaceIdsList
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe worth erroring if you encounter something which is not []int64?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our API returns []int64

@alexott alexott added this pull request to the merge queue Dec 3, 2025
Merged via the queue into main with commit 4f0697a Dec 3, 2025
12 checks passed
@alexott alexott deleted the exporter/budget-policy branch December 3, 2025 13:16
deco-sdk-tagging bot added a commit that referenced this pull request Dec 3, 2025
## Release v1.98.0

### New Features and Improvements

* Relaxed `force_new` constraint on `catalog` attribute in `databricks_pipeline` resource to allow changing the default catalog for existing pipelines ([#5180](#5180)).
* Add `databricks_users` data source ([#4028](#4028))
* Improve `databricks_service_principals` data source ([#5164](#5164))
* Add `feature_engineering_kafka_config` resource and data source ([#5240](#5240))

### Bug Fixes

* Fix spurious plan diffs in `databricks_model_serving` and `databricks_model_serving_provisioned_throughput` resources due to tag reordering ([#5120](#5120))
* Move Spark Version selector defaults to Terraform ([#5219](#5219)).

### Documentation

* Document tag policies in `databricks_access_control_rule_set` ([#5209](#5209)).
* Document missing `aws_attributes.ebs_*` properties in `databricks_cluster` ([#5196](#5196)).
* Document support for serverless workspaces on GCP ([#5124](#5124))
* Document data object types for share resource ([#5244](#5244))

### Exporter

* Added support for `databricks_data_quality_monitor` resource ([#5193](#5193)).
* Added support for `databricks_account_federation_policy`, `databricks_custom_app_integration`, `databricks_quality_monitor_v2`, `databricks_service_principal_federation_policy` resources ([#5237](#5237)).
* Added support for `databricks_budget_policy` resource ([#5217](#5217)).
* Fix typo in the name of environment variable ([#5158](#5158)).
* Export permission assignments on workspace level ([#5169](#5169)).
* Added support for UC Tag policies ([#5213](#5213)).
* Added support for Databricks Apps resources ([#5208](#5208)).
* Added support for Database Instance resource (aka Lakebase) ([#5212](#5212)).
* Added support for workspace and account settings v2 ([#5230](#5230)).

### Internal Changes

* Update Go SDK to v0.92.0 ([#5240](#5240))
* Bump github.com/hashicorp/terraform-plugin-framework from 1.16.1 to 1.17.0 ([#5247](#5247))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

exporter TF configuration generator

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants