databricks-bundles 0.276.0__py3-none-any.whl → 0.278.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.
@@ -173,7 +173,7 @@ def _read_conf(input: dict) -> tuple[_Conf, Diagnostics]:
173
173
  return (
174
174
  _Conf(),
175
175
  Diagnostics.create_error(
176
- "'experimental/pydabs' is not supported by 'databricks-bundles', use 'experimental/python' instead",
176
+ "'experimental/pydabs' is not supported by 'databricks-bundles', use 'python' instead",
177
177
  detail="",
178
178
  location=None,
179
179
  path=("experimental", "pydabs"),
@@ -26,7 +26,9 @@ class SparkJarTask:
26
26
 
27
27
  jar_uri: VariableOrOptional[str] = None
28
28
  """
29
- [DEPRECATED] Deprecated since 04/2016. Provide a `jar` through the `libraries` field instead. For an example, see :method:jobs/create.
29
+ [DEPRECATED] Deprecated since 04/2016. For classic compute, provide a `jar` through the `libraries` field instead. For serverless compute, provide a `jar` though the `java_dependencies` field inside the `environments` list.
30
+
31
+ See the examples of classic and serverless compute usage at the top of the page.
30
32
  """
31
33
 
32
34
  parameters: VariableOrList[str] = field(default_factory=list)
@@ -61,7 +63,9 @@ class SparkJarTaskDict(TypedDict, total=False):
61
63
 
62
64
  jar_uri: VariableOrOptional[str]
63
65
  """
64
- [DEPRECATED] Deprecated since 04/2016. Provide a `jar` through the `libraries` field instead. For an example, see :method:jobs/create.
66
+ [DEPRECATED] Deprecated since 04/2016. For classic compute, provide a `jar` through the `libraries` field instead. For serverless compute, provide a `jar` though the `java_dependencies` field inside the `environments` list.
67
+
68
+ See the examples of classic and serverless compute usage at the top of the page.
65
69
  """
66
70
 
67
71
  parameters: VariableOrList[str]
@@ -1 +1 @@
1
- __version__ = "0.276.0"
1
+ __version__ = "0.278.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: databricks-bundles
3
- Version: 0.276.0
3
+ Version: 0.278.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
@@ -16,13 +16,13 @@ Python for Databricks Asset Bundles extends [Databricks Asset Bundles](https://d
16
16
 
17
17
  Documentation is available at https://docs.databricks.com/dev-tools/cli/databricks-cli.html.
18
18
 
19
- Reference documentation is available at https://databricks.github.io/cli/experimental/python/
19
+ Reference documentation is available at https://databricks.github.io/cli/python/
20
20
 
21
21
  ## Getting started
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.276.0 or above
25
+ 1. Install the [Databricks CLI](https://github.com/databricks/cli), version 0.278.0 or above
26
26
  2. Authenticate to your Databricks workspace if you have not done so already:
27
27
 
28
28
  ```bash
@@ -1,8 +1,8 @@
1
1
  databricks/__init__.py,sha256=CF2MJcZFwbpn9TwQER8qnCDhkPooBGQNVkX4v7g6p3g,537
2
2
  databricks/bundles/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- databricks/bundles/build.py,sha256=Qx40q9qEtIKK7e6OyQHUZGdY045JBchjjvOPBB8TgbM,17830
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=OlkUF5JvR8KKM2wnWYT3gyANfvd2yNbToqDHJGCWKFA,24
5
+ databricks/bundles/version.py,sha256=7qWgZKv1CnXSa7pUQgcTxHu6tn1oepoBYc3wf3flDlM,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
@@ -89,7 +89,7 @@ databricks/bundles/jobs/_models/run_job_task.py,sha256=bdoWeULZIoZcD-aHT6tTVz68w
89
89
  databricks/bundles/jobs/_models/runtime_engine.py,sha256=BFMkK6TJgZJI7Gfs9r1tMPCDJmnfDFbN8v5b4EiVjCk,221
90
90
  databricks/bundles/jobs/_models/s3_storage_info.py,sha256=9DVWOFKrxGXijUnctwuB0_kANXRazPUPNSfmugJVuio,4595
91
91
  databricks/bundles/jobs/_models/source.py,sha256=qsL2OJ6wTiWgY_iuOt6pB0HgsA2ASSyslv8ktZ-cTuM,654
92
- databricks/bundles/jobs/_models/spark_jar_task.py,sha256=UNt1whPeMu3XpZ2H0iGyHzB6YLB6hkVQT2TIl1L-Qgg,2589
92
+ databricks/bundles/jobs/_models/spark_jar_task.py,sha256=bEDp13IbTtcVUaYXZMb8HAG2PSfAiMA0MbJxkGuCR4I,2947
93
93
  databricks/bundles/jobs/_models/spark_python_task.py,sha256=IPBPR0RFfGVwsIUqzMj7ZYREPG0T_zDv4EX5hDKRlgg,3283
94
94
  databricks/bundles/jobs/_models/spark_submit_task.py,sha256=R5oWCWsZwHTfyl1KPC_RnY2tYXN1RSFPQ3Ck7QFh3E8,1335
95
95
  databricks/bundles/jobs/_models/sql_task.py,sha256=XlMc_V5QQDUz6jhR5QhpQEd7g13ia1GksymWcoyK2eU,3206
@@ -176,7 +176,7 @@ databricks/bundles/volumes/_models/volume.py,sha256=ALGmeXW3rGH424pp6SaXPT1I87XX
176
176
  databricks/bundles/volumes/_models/volume_grant.py,sha256=U_-4-KL8LM3n5xJBLHj_wjPsqiVjCDRj8ttiUYqFRmI,1083
177
177
  databricks/bundles/volumes/_models/volume_grant_privilege.py,sha256=fCA0LVE9Q3sbHvTAj7e62E9ASq9jH5oK1iREQdp1TxQ,384
178
178
  databricks/bundles/volumes/_models/volume_type.py,sha256=kdczwT3EJ0n5ZBV75SgX-6766igJBLTh6ywaaxIbLDk,189
179
- databricks_bundles-0.276.0.dist-info/licenses/LICENSE,sha256=QKOZO8KtzbS_Qt3Tbl0dfGnidaeilKe0UiIjnEq1tjc,3790
180
- databricks_bundles-0.276.0.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
181
- databricks_bundles-0.276.0.dist-info/METADATA,sha256=IQm3Sc_tCi7KFGB1H0eO9opWw6pBRVfOwfJ8Vj0fLso,1541
182
- databricks_bundles-0.276.0.dist-info/RECORD,,
179
+ databricks_bundles-0.278.0.dist-info/licenses/LICENSE,sha256=QKOZO8KtzbS_Qt3Tbl0dfGnidaeilKe0UiIjnEq1tjc,3790
180
+ databricks_bundles-0.278.0.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
181
+ databricks_bundles-0.278.0.dist-info/METADATA,sha256=DVZpe2eBpLrc4SIRj9PIvtIOhkYt3Lv6m4fKqxji4Ug,1528
182
+ databricks_bundles-0.278.0.dist-info/RECORD,,