-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(fabric_spark_workspace_settings): add more properties to rs/ds (#…
…201) # 📥 Pull Request ## ❓ What are you trying to address This pull request introduces new properties to the `fabric_spark_workspace_settings` data source and resource, enhancing its capabilities. The changes include adding new attributes for managing job settings and notebook pipeline runs, along with updates to the documentation and schema definitions. ## ✨ Description of new changes Enhancements to `fabric_spark_workspace_settings`: * Added new properties to the `fabric_spark_workspace_settings` data source and resource: - `high_concurrency.notebook_pipeline_run_enabled` (Boolean) - `jobs.conservative_job_admission_enabled` (Boolean) - `jobs.session_timeout_in_minutes` (Number)
- Loading branch information
1 parent
991f704
commit 857d238
Showing
9 changed files
with
194 additions
and
17 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
kind: added | ||
body: | | ||
Added additional properties for `fabric_spark_workspace_settings` Data-Source and Resource: | ||
- `high_concurrency.notebook_pipeline_run_enabled` (Boolean) | ||
- `job.conservative_job_admission_enabled` (Boolen) | ||
- `job.session_timeout_in_minutes` (Number) | ||
time: 2025-01-16T15:20:25.9324812-08:00 | ||
custom: | ||
Issue: "201" |
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
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
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
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
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
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
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
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