-
Notifications
You must be signed in to change notification settings - Fork 400
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
Document support of requirements.txt
specification in cluster libraries
#3637
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ries Support for `requirements` parameter came via SDK, but documentation was missing. Fixes #3471
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3637 +/- ##
=======================================
Coverage 81.66% 81.66%
=======================================
Files 193 193
Lines 19545 19545
=======================================
Hits 15961 15961
Misses 2634 2634
Partials 950 950 |
nkvuong
approved these changes
Jun 3, 2024
pietern
added a commit
that referenced
this pull request
Jun 5, 2024
### New Features and Improvements * Added `gcp_workspace_sa` computed attribute to `databricks_mws_workspaces` ([#3617](#3617)). * Added `storage_credential_id` attribute to `databricks_storage_credential` resource ([#3636](#3636)). * Added `full_name` attribute to `databricks_system_schema` resource ([#3634](#3634)). * Fix SQL table column type throws error ([#3501](#3501)). * Add `aws_unity_catalog_assume_role_policy` data source ([#3622](#3622)). * Fix bug for job creation with `num_workers = 0` ([#3642](#3642)). ### Documentation Changes * Document support of `requirements.txt` specification in cluster libraries ([#3637](#3637)). * Clarify about trailing slash character in file arrival trigger URL in `databricks_job` resource ([#3635](#3635)). Dependency updates: * Bump golang.org/x/mod from 0.17.0 to 0.18.0 ([#3643](#3643)).
Merged
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jun 5, 2024
* Release v1.47.0 ### New Features and Improvements * Added `gcp_workspace_sa` computed attribute to `databricks_mws_workspaces` ([#3617](#3617)). * Added `storage_credential_id` attribute to `databricks_storage_credential` resource ([#3636](#3636)). * Added `full_name` attribute to `databricks_system_schema` resource ([#3634](#3634)). * Fix SQL table column type throws error ([#3501](#3501)). * Add `aws_unity_catalog_assume_role_policy` data source ([#3622](#3622)). * Fix bug for job creation with `num_workers = 0` ([#3642](#3642)). ### Documentation Changes * Document support of `requirements.txt` specification in cluster libraries ([#3637](#3637)). * Clarify about trailing slash character in file arrival trigger URL in `databricks_job` resource ([#3635](#3635)). Dependency updates: * Bump golang.org/x/mod from 0.17.0 to 0.18.0 ([#3643](#3643)). * Update CHANGELOG.md
pietern
added a commit
that referenced
this pull request
Jun 5, 2024
* Release v1.47.0 ### New Features and Improvements * Added `gcp_workspace_sa` computed attribute to `databricks_mws_workspaces` ([#3617](#3617)). * Added `storage_credential_id` attribute to `databricks_storage_credential` resource ([#3636](#3636)). * Added `full_name` attribute to `databricks_system_schema` resource ([#3634](#3634)). * Fix SQL table column type throws error ([#3501](#3501)). * Add `aws_unity_catalog_assume_role_policy` data source ([#3622](#3622)). * Fix bug for job creation with `num_workers = 0` ([#3642](#3642)). ### Documentation Changes * Document support of `requirements.txt` specification in cluster libraries ([#3637](#3637)). * Clarify about trailing slash character in file arrival trigger URL in `databricks_job` resource ([#3635](#3635)). Dependency updates: * Bump golang.org/x/mod from 0.17.0 to 0.18.0 ([#3643](#3643)). * Update CHANGELOG.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changes
Support for
requirements
parameter came via SDK, but documentation was missing.Fixes #3471
Tests
make test
run locallydocs/
folderinternal/acceptance