Uh oh!
There was an error while loading. Please reload this page.
Added support for creating SQL warehouses in DABs - #3129
Conversation
Uh oh!
There was an error while loading. Please reload this page.
48ef00c to
3d5cb44Compare
9 failing tests:
|
shreyas-goenka
left a comment
There was a problem hiding this comment.
Thanks! Few comments, but everything else looks good to me.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| } | ||
| } | ||
| func (s *FakeWorkspace) SqlDataSourcesList(req Request) Response { |
There was a problem hiding this comment.
Where do these API calls come from? Terraform? This is a legacy version of the list warehouse API.
There was a problem hiding this comment.
Yes, this comes from terraform now
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| testStruct(t, | ||
| reflect.TypeOf(config.Root{}), | ||
| 3500, 3600, // 3516 at this time | ||
| 3600, 3700, // 3625 at this time |
There was a problem hiding this comment.
This test should be updated to not require some arbitrary bounds update every so often (not this PR).
shreyas-goenka
left a comment
There was a problem hiding this comment.
Thanks! Please take a look at the one comment.
Uh oh!
There was an error while loading. Please reload this page.
| "description": |- | ||
| The SQL warehouse definitions for the bundle, where each key is the name of the warehouse. | ||
| "markdown_description": |- | ||
| The SQL warehouse definitions for the bundle, where each key is the name of the warehouse. See [\_](/dev-tools/bundles/resources.md#sql_warehouses). |
There was a problem hiding this comment.
Can you make sure to work with Julia to get this section added to the docs?
Uh oh!
There was an error while loading. Please reload this page.
## Release v0.260.0 ### Notable Changes * Added support for creating SQL warehouses in DABs ([#3129](#3129)) ### Dependency updates * Upgrade Go SDK to 0.75.0 ([#3256](#3256)) ### CLI * Add `databricks psql` command to connect to Lakebase with a single command ([#3128](#3128)) ### Bundles * Jobs that use cluster policy default values for their cluster configuration now correctly update those defaults on every deployment ([#3255](#3255)). * Add upper and lower helper methods for bundle templates ([#3242](#3242))
## Changes Added support for creating SQL warehouses in DABs ## Why SQL warehouses are commonly used and supporting them in DABs allows for even better automation. ## Tests Added acceptance tests <!-- If your PR needs to be included in the release notes for next release, add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
## Release v0.260.0 ### Notable Changes * Added support for creating SQL warehouses in DABs ([#3129](#3129)) ### Dependency updates * Upgrade Go SDK to 0.75.0 ([#3256](#3256)) ### CLI * Add `databricks psql` command to connect to Lakebase with a single command ([#3128](#3128)) ### Bundles * Jobs that use cluster policy default values for their cluster configuration now correctly update those defaults on every deployment ([#3255](#3255)). * Add upper and lower helper methods for bundle templates ([#3242](#3242))
Changes
Added support for creating SQL warehouses in DABs
Why
SQL warehouses are commonly used and supporting them in DABs allows for even better automation.
Tests
Added acceptance tests