databricks / databricks-sdk-py

Databricks SDK for Python (Beta)
https://databricks-sdk-py.readthedocs.io/
Apache License 2.0
352 stars 117 forks source link

adding compute field to the Config #666

Closed alexkh-db closed 3 months ago

alexkh-db commented 4 months ago

Changes

We are currently adding serverless support to Databricks Connect client. Serverless can be enabled in the client using DatabricksSession.builder.serverless(). We also want to add support for serverless in the databricks config.

Tests

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 48.71795% with 20 lines in your changes are missing coverage. Please review.

Project coverage is 57.66%. Comparing base (a714146) to head (b95d3c4).

Files Patch % Lines
databricks/sdk/config.py 48.71% 20 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #666 +/- ## ========================================== - Coverage 57.67% 57.66% -0.02% ========================================== Files 48 48 Lines 32979 33018 +39 ========================================== + Hits 19020 19039 +19 - Misses 13959 13979 +20 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.