databricks-bundles 0.279.0__py3-none-any.whl → 0.281.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -138,8 +138,7 @@ class ClusterSpec:
138
138
  enable_elastic_disk: VariableOrOptional[bool] = None
139
139
  """
140
140
  Autoscaling Local Storage: when enabled, this cluster will dynamically acquire additional disk
141
- space when its Spark workers are running low on disk space. This feature requires specific AWS
142
- permissions to function correctly - refer to the User Guide for more details.
141
+ space when its Spark workers are running low on disk space.
143
142
  """
144
143
 
145
144
  enable_local_disk_encryption: VariableOrOptional[bool] = None
@@ -353,8 +352,7 @@ class ClusterSpecDict(TypedDict, total=False):
353
352
  enable_elastic_disk: VariableOrOptional[bool]
354
353
  """
355
354
  Autoscaling Local Storage: when enabled, this cluster will dynamically acquire additional disk
356
- space when its Spark workers are running low on disk space. This feature requires specific AWS
357
- permissions to function correctly - refer to the User Guide for more details.
355
+ space when its Spark workers are running low on disk space.
358
356
  """
359
357
 
360
358
  enable_local_disk_encryption: VariableOrOptional[bool]
@@ -149,6 +149,7 @@ class Job(Resource):
149
149
  performance_target: VariableOrOptional[PerformanceTarget] = None
150
150
  """
151
151
  The performance mode on a serverless job. This field determines the level of compute performance or cost-efficiency for the run.
152
+ The performance target does not apply to tasks that run on Serverless GPU compute.
152
153
 
153
154
  * `STANDARD`: Enables cost-efficient execution of serverless workloads.
154
155
  * `PERFORMANCE_OPTIMIZED`: Prioritizes fast startup and execution times through rapid scaling and optimized cluster performance.
@@ -293,6 +294,7 @@ class JobDict(TypedDict, total=False):
293
294
  performance_target: VariableOrOptional[PerformanceTargetParam]
294
295
  """
295
296
  The performance mode on a serverless job. This field determines the level of compute performance or cost-efficiency for the run.
297
+ The performance target does not apply to tasks that run on Serverless GPU compute.
296
298
 
297
299
  * `STANDARD`: Enables cost-efficient execution of serverless workloads.
298
300
  * `PERFORMANCE_OPTIMIZED`: Prioritizes fast startup and execution times through rapid scaling and optimized cluster performance.
@@ -1 +1 @@
1
- __version__ = "0.279.0"
1
+ __version__ = "0.281.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: databricks-bundles
3
- Version: 0.279.0
3
+ Version: 0.281.0
4
4
  Summary: Python support for Databricks Asset Bundles
5
5
  Author-email: Gleb Kanterov <gleb.kanterov@databricks.com>
6
6
  Requires-Python: >=3.10
@@ -22,7 +22,7 @@ Reference documentation is available at https://databricks.github.io/cli/python/
22
22
 
23
23
  To use `databricks-bundles`, you must first:
24
24
 
25
- 1. Install the [Databricks CLI](https://github.com/databricks/cli), version 0.279.0 or above
25
+ 1. Install the [Databricks CLI](https://github.com/databricks/cli), version 0.281.0 or above
26
26
  2. Authenticate to your Databricks workspace if you have not done so already:
27
27
 
28
28
  ```bash
@@ -2,7 +2,7 @@ databricks/__init__.py,sha256=CF2MJcZFwbpn9TwQER8qnCDhkPooBGQNVkX4v7g6p3g,537
2
2
  databricks/bundles/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  databricks/bundles/build.py,sha256=WpMZiPcyYqmUeimmYlXlV3RLTUFFUQrUzG83q4Zb4xA,17817
4
4
  databricks/bundles/py.typed,sha256=8PjyZ1aVoQpRVvt71muvuq5qE-jTFZkK-GLHkhdebmc,26
5
- databricks/bundles/version.py,sha256=_qFhYFTq_G8SSKFRVisLaZ4IdaGke560Mrqo6RXs05c,24
5
+ databricks/bundles/version.py,sha256=i5MuKpvswr7qaGMTOcOy8gLnjphhg-mLleMUpM6fp9A,24
6
6
  databricks/bundles/core/__init__.py,sha256=eivW2LIitfT-doDfPWac26vhdhkSACqoRi_48ZJE8zQ,1357
7
7
  databricks/bundles/core/_bundle.py,sha256=B5qINwnoRDitkofFaoCWDCS1tbB3a7nufqK0iDRfC6g,3287
8
8
  databricks/bundles/core/_diagnostics.py,sha256=arhPuRpjfOUjr8_T91-b-YM-ZtpkrLWeJv0BcLfTIOo,5879
@@ -26,7 +26,7 @@ databricks/bundles/jobs/_models/azure_availability.py,sha256=KY8dt1vWA8RHBY3nq5C
26
26
  databricks/bundles/jobs/_models/clean_rooms_notebook_task.py,sha256=okf7ai_BbstscYTjWoA6xGmkm2pYTnaDPXUdcnS4Eaw,2175
27
27
  databricks/bundles/jobs/_models/clients_types.py,sha256=awwSptxl3zVXgTyoa_lO4JSp3QGVdRaxJBnxEUsmGwU,1199
28
28
  databricks/bundles/jobs/_models/cluster_log_conf.py,sha256=CP6C3nTXugvSm9-NlMPfENEcHn6Wl1q_9wqAFesos5o,2682
29
- databricks/bundles/jobs/_models/cluster_spec.py,sha256=u2u4xxksKD7qS552DgFUoKLH_AL2h91ayEN2inUfHcQ,19595
29
+ databricks/bundles/jobs/_models/cluster_spec.py,sha256=yFX_TMnBENE37Blw4XaxvfzOV-tWreBm361Zzc_761E,19361
30
30
  databricks/bundles/jobs/_models/compute_config.py,sha256=61-BdovRQ48n93GlPc3bjfy_U5TJ6ERQrViQzTnAg9s,1267
31
31
  databricks/bundles/jobs/_models/condition.py,sha256=iZhVmAJCXRbAWGhusB3No7QTMZnfoQmp_hvYpNvjkf8,207
32
32
  databricks/bundles/jobs/_models/condition_task.py,sha256=4A71BNRZNk9_iS8IFiHr69RLgx_qmabnQUwcy_g7e0E,2814
@@ -51,7 +51,7 @@ databricks/bundles/jobs/_models/gen_ai_compute_task.py,sha256=WNjYn_s4bVlB-msh7V
51
51
  databricks/bundles/jobs/_models/git_provider.py,sha256=VzNKsIrOJauZjCTCeq3zVUumrnZoamYXxpgSz0kPsEI,664
52
52
  databricks/bundles/jobs/_models/git_source.py,sha256=0WVNzvbdMRvFC4N-fH2Jw1sh-kuNCt7WVkO5E1Jy5a8,3031
53
53
  databricks/bundles/jobs/_models/init_script_info.py,sha256=Skv-u-naj3GRdmwvnxbMIDdOj3YU9PARTBMCbTNKfN8,4511
54
- databricks/bundles/jobs/_models/job.py,sha256=O5Fv8ZTO1tXihCTG0LgdZeQFMldmj837Loq2Ci_RZn8,15895
54
+ databricks/bundles/jobs/_models/job.py,sha256=I-iTxHccP0thklivztWBmy_mqw-lApKXy1NEi_rD-7Q,16069
55
55
  databricks/bundles/jobs/_models/job_cluster.py,sha256=b9mQ993-tmY_KZem8vRCT7MLcw07KhKEfvmyWxoGav0,1595
56
56
  databricks/bundles/jobs/_models/job_email_notifications.py,sha256=rnkjkZ06YTsHLkbjSDGV9Lm5o9r6fNSG9KwGA2rlyjY,5308
57
57
  databricks/bundles/jobs/_models/job_environment.py,sha256=ekMKwai2LtB9Dzg3LyGmoVjLCC6ShTWBjW54_B-qOBo,1185
@@ -179,7 +179,7 @@ databricks/bundles/volumes/_models/volume.py,sha256=ALGmeXW3rGH424pp6SaXPT1I87XX
179
179
  databricks/bundles/volumes/_models/volume_grant.py,sha256=U_-4-KL8LM3n5xJBLHj_wjPsqiVjCDRj8ttiUYqFRmI,1083
180
180
  databricks/bundles/volumes/_models/volume_grant_privilege.py,sha256=fCA0LVE9Q3sbHvTAj7e62E9ASq9jH5oK1iREQdp1TxQ,384
181
181
  databricks/bundles/volumes/_models/volume_type.py,sha256=kdczwT3EJ0n5ZBV75SgX-6766igJBLTh6ywaaxIbLDk,189
182
- databricks_bundles-0.279.0.dist-info/licenses/LICENSE,sha256=QKOZO8KtzbS_Qt3Tbl0dfGnidaeilKe0UiIjnEq1tjc,3790
183
- databricks_bundles-0.279.0.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
184
- databricks_bundles-0.279.0.dist-info/METADATA,sha256=ZS2z1LDfaWvLGlEqHQqY9er3iGf9UMFW3jzgqm8Ee9Y,1528
185
- databricks_bundles-0.279.0.dist-info/RECORD,,
182
+ databricks_bundles-0.281.0.dist-info/licenses/LICENSE,sha256=QKOZO8KtzbS_Qt3Tbl0dfGnidaeilKe0UiIjnEq1tjc,3790
183
+ databricks_bundles-0.281.0.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
184
+ databricks_bundles-0.281.0.dist-info/METADATA,sha256=Mp3umfFk3NradHd-Jb7vKsXseElSLkp5P2cmGovZBXc,1528
185
+ databricks_bundles-0.281.0.dist-info/RECORD,,