databricks-bundles 0.280.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.
- databricks/bundles/jobs/_models/job.py +2 -0
- databricks/bundles/version.py +1 -1
- {databricks_bundles-0.280.0.dist-info → databricks_bundles-0.281.0.dist-info}/METADATA +2 -2
- {databricks_bundles-0.280.0.dist-info → databricks_bundles-0.281.0.dist-info}/RECORD +6 -6
- {databricks_bundles-0.280.0.dist-info → databricks_bundles-0.281.0.dist-info}/WHEEL +0 -0
- {databricks_bundles-0.280.0.dist-info → databricks_bundles-0.281.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -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.
|
databricks/bundles/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.
|
|
1
|
+
__version__ = "0.281.0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: databricks-bundles
|
|
3
|
-
Version: 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.
|
|
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=
|
|
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
|
|
@@ -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=
|
|
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.
|
|
183
|
-
databricks_bundles-0.
|
|
184
|
-
databricks_bundles-0.
|
|
185
|
-
databricks_bundles-0.
|
|
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,,
|
|
File without changes
|
{databricks_bundles-0.280.0.dist-info → databricks_bundles-0.281.0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|