Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v0.38.0
(#350). In this release, the open-source library has been updated to be compatible with Databricks SDK version 0.38.0, addressing issues #349 to #332. The changes include modifying thecreate_dashboard
function, which now directly passes theSDKDashboard
instance to thews.lakeview.create
andws.lakeview.update
methods, eliminating the need for dictionary conversions. A new SQL query,NYC_TAXI_TRIPS_LIMITED
, has been introduced, and thetest_sql_execution
method has been updated to use this query. Thetest_sql_execution_partial
andtest_sql_execution_as_iterator
methods have been removed, and thetest_fetch_one_works
method now includes an assertion to verify the returned row'spickup_zip
value. These updates improve the library's compatibility with the latest Databricks SDK, refactor SQL query-based tests, and enhance test reliability.databricks-sdk
as 0.37.0 (#331). In this release, we have updated the minimum required version of thedatabricks-sdk
package to 0.37.0, as specified in the project'spyproject.toml
file. This update is necessary due to the modifications made in pull request #320, which constrains thedatabricks-sdk
version to 0.37.x for compatible updates within the same minor version. This change also resolves issue #330. It is important to note that no new methods have been added or existing functionality changed in the codebase as part of this commit. Therefore, the impact on the existing functionality should be minimal and confined to the interaction with thedatabricks-sdk
package.