Skip to content
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

Release v0.14.1 #351

Closed
wants to merge 1 commit into from
Closed

Release v0.14.1 #351

wants to merge 1 commit into from

Conversation

JCZuurmond
Copy link
Member

  • Changes to work with Databricks SDK 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 the create_dashboard function, which now directly passes the SDKDashboard instance to the ws.lakeview.create and ws.lakeview.update methods, eliminating the need for dictionary conversions. A new SQL query, NYC_TAXI_TRIPS_LIMITED, has been introduced, and the test_sql_execution method has been updated to use this query. The test_sql_execution_partial and test_sql_execution_as_iterator methods have been removed, and the test_fetch_one_works method now includes an assertion to verify the returned row's pickup_zip value. These updates improve the library's compatibility with the latest Databricks SDK, refactor SQL query-based tests, and enhance test reliability.
  • Specify the minimum required version of databricks-sdk as 0.37.0 (#331). In this release, we have updated the minimum required version of the databricks-sdk package to 0.37.0, as specified in the project's pyproject.toml file. This update is necessary due to the modifications made in pull request #320, which constrains the databricks-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 the databricks-sdk package.

* Changes to work with Databricks SDK `v0.38.0` ([#350](#350)). In this release, the open-source library has been updated to be compatible with Databricks SDK version 0.38.0, addressing issues [#349](#349) to [#332](#332). The changes include modifying the `create_dashboard` function, which now directly passes the `SDKDashboard` instance to the `ws.lakeview.create` and `ws.lakeview.update` methods, eliminating the need for dictionary conversions. A new SQL query, `NYC_TAXI_TRIPS_LIMITED`, has been introduced, and the `test_sql_execution` method has been updated to use this query. The `test_sql_execution_partial` and `test_sql_execution_as_iterator` methods have been removed, and the `test_fetch_one_works` method now includes an assertion to verify the returned row's `pickup_zip` value. These updates improve the library's compatibility with the latest Databricks SDK, refactor SQL query-based tests, and enhance test reliability.
* Specify the minimum required version of `databricks-sdk` as 0.37.0 ([#331](#331)). In this release, we have updated the minimum required version of the `databricks-sdk` package to 0.37.0, as specified in the project's `pyproject.toml` file. This update is necessary due to the modifications made in pull request [#320](#320), which constrains the `databricks-sdk` version to 0.37.x for compatible updates within the same minor version. This change also resolves issue [#330](#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 the `databricks-sdk` package.
Copy link

✅ 36/36 passed, 4 skipped, 4m47s total

Running from acceptance #463

@JCZuurmond JCZuurmond deleted the prepare/0.14.1 branch November 19, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant