databricks-bundles 0.281.0__py3-none-any.whl → 0.283.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_run_as.py +14 -0
- databricks/bundles/pipelines/_models/table_specific_config.py +18 -0
- databricks/bundles/version.py +1 -1
- {databricks_bundles-0.281.0.dist-info → databricks_bundles-0.283.0.dist-info}/METADATA +2 -2
- {databricks_bundles-0.281.0.dist-info → databricks_bundles-0.283.0.dist-info}/RECORD +7 -7
- {databricks_bundles-0.281.0.dist-info → databricks_bundles-0.283.0.dist-info}/WHEEL +0 -0
- {databricks_bundles-0.281.0.dist-info → databricks_bundles-0.283.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -17,6 +17,13 @@ class JobRunAs:
|
|
|
17
17
|
Either `user_name` or `service_principal_name` should be specified. If not, an error is thrown.
|
|
18
18
|
"""
|
|
19
19
|
|
|
20
|
+
group_name: VariableOrOptional[str] = None
|
|
21
|
+
"""
|
|
22
|
+
:meta private: [EXPERIMENTAL]
|
|
23
|
+
|
|
24
|
+
Group name of an account group assigned to the workspace. Setting this field requires being a member of the group.
|
|
25
|
+
"""
|
|
26
|
+
|
|
20
27
|
service_principal_name: VariableOrOptional[str] = None
|
|
21
28
|
"""
|
|
22
29
|
The application ID of an active service principal. Setting this field requires the `servicePrincipal/user` role.
|
|
@@ -38,6 +45,13 @@ class JobRunAs:
|
|
|
38
45
|
class JobRunAsDict(TypedDict, total=False):
|
|
39
46
|
""""""
|
|
40
47
|
|
|
48
|
+
group_name: VariableOrOptional[str]
|
|
49
|
+
"""
|
|
50
|
+
:meta private: [EXPERIMENTAL]
|
|
51
|
+
|
|
52
|
+
Group name of an account group assigned to the workspace. Setting this field requires being a member of the group.
|
|
53
|
+
"""
|
|
54
|
+
|
|
41
55
|
service_principal_name: VariableOrOptional[str]
|
|
42
56
|
"""
|
|
43
57
|
The application ID of an active service principal. Setting this field requires the `servicePrincipal/user` role.
|
|
@@ -56,6 +56,15 @@ class TableSpecificConfig:
|
|
|
56
56
|
Configurations that are only applicable for query-based ingestion connectors.
|
|
57
57
|
"""
|
|
58
58
|
|
|
59
|
+
row_filter: VariableOrOptional[str] = None
|
|
60
|
+
"""
|
|
61
|
+
:meta private: [EXPERIMENTAL]
|
|
62
|
+
|
|
63
|
+
(Optional, Immutable) The row filter condition to be applied to the table.
|
|
64
|
+
It must not contain the WHERE keyword, only the actual filter condition.
|
|
65
|
+
It must be in DBSQL format.
|
|
66
|
+
"""
|
|
67
|
+
|
|
59
68
|
salesforce_include_formula_fields: VariableOrOptional[bool] = None
|
|
60
69
|
"""
|
|
61
70
|
:meta private: [EXPERIMENTAL]
|
|
@@ -124,6 +133,15 @@ class TableSpecificConfigDict(TypedDict, total=False):
|
|
|
124
133
|
Configurations that are only applicable for query-based ingestion connectors.
|
|
125
134
|
"""
|
|
126
135
|
|
|
136
|
+
row_filter: VariableOrOptional[str]
|
|
137
|
+
"""
|
|
138
|
+
:meta private: [EXPERIMENTAL]
|
|
139
|
+
|
|
140
|
+
(Optional, Immutable) The row filter condition to be applied to the table.
|
|
141
|
+
It must not contain the WHERE keyword, only the actual filter condition.
|
|
142
|
+
It must be in DBSQL format.
|
|
143
|
+
"""
|
|
144
|
+
|
|
127
145
|
salesforce_include_formula_fields: VariableOrOptional[bool]
|
|
128
146
|
"""
|
|
129
147
|
:meta private: [EXPERIMENTAL]
|
databricks/bundles/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.
|
|
1
|
+
__version__ = "0.283.0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: databricks-bundles
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.283.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.283.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=Mr4a3siH_CE48J6ATxBThlwsmL65ALabG89dwscvjV8,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
|
|
@@ -59,7 +59,7 @@ databricks/bundles/jobs/_models/job_notification_settings.py,sha256=DmmMSW44_Cax
|
|
|
59
59
|
databricks/bundles/jobs/_models/job_parameter_definition.py,sha256=KwxtaZzFscXGtltte5ljLcRf6pjnVMEB-t2jue5TUs8,1247
|
|
60
60
|
databricks/bundles/jobs/_models/job_permission.py,sha256=wDBh-LvtxyvdI_k5whKBDKr6qdeLy2bL6PnY9gIthVQ,1258
|
|
61
61
|
databricks/bundles/jobs/_models/job_permission_level.py,sha256=cV80vHxUDnu52eagGBfJgeyQmdt1ewHhevM8wAdXvto,324
|
|
62
|
-
databricks/bundles/jobs/_models/job_run_as.py,sha256=
|
|
62
|
+
databricks/bundles/jobs/_models/job_run_as.py,sha256=IJTdX6TFRefwiEhDFqF_y8J0qN1D5sUKofYJowWp32w,2106
|
|
63
63
|
databricks/bundles/jobs/_models/jobs_health_metric.py,sha256=PuBoMBQunQ0P3qwIwMbbFW9sfcwhANx5sn5zACqY2tc,1338
|
|
64
64
|
databricks/bundles/jobs/_models/jobs_health_operator.py,sha256=rLuNBch8awFmclOck97hbvnaIQ5Q3IZe0VGTD70AF-g,304
|
|
65
65
|
databricks/bundles/jobs/_models/jobs_health_rule.py,sha256=Shtngs9qtCFkbF3pX_xsyo4aPYJbbid7HZNxvejC2uo,1437
|
|
@@ -164,7 +164,7 @@ databricks/bundles/pipelines/_models/schema_spec.py,sha256=nNXx-JK2jTPDWJ490yy8D
|
|
|
164
164
|
databricks/bundles/pipelines/_models/source_catalog_config.py,sha256=4WfC1DfLR8biXXRHSG-1Wbhvzi3TtcHt8p8ugZT-hzM,1479
|
|
165
165
|
databricks/bundles/pipelines/_models/source_config.py,sha256=Z29mIf0XL7TrreIEgzmc5EQBbmgX98saXK0lJo8GgoI,1119
|
|
166
166
|
databricks/bundles/pipelines/_models/table_spec.py,sha256=3w9nTGzOKDhUgEtfx04i6tN3c4UDCsSaXW-zlwXgqGQ,3033
|
|
167
|
-
databricks/bundles/pipelines/_models/table_specific_config.py,sha256=
|
|
167
|
+
databricks/bundles/pipelines/_models/table_specific_config.py,sha256=9GBOy6-_OIQZr0OLYlBHsMwIkL2rXl7FYK-gLvffFXs,6189
|
|
168
168
|
databricks/bundles/pipelines/_models/table_specific_config_scd_type.py,sha256=_RO5oXr_b4ibygpeWXmkil24TnRQZKxbpjTx-g5qc2Q,404
|
|
169
169
|
databricks/bundles/pipelines/_models/volumes_storage_info.py,sha256=31pQ9fnqQGhT2mD_ScjEhy-dm0307ne7iP_gxfcJXDY,1253
|
|
170
170
|
databricks/bundles/pipelines/_models/workspace_storage_info.py,sha256=Qnm6lsw9rwXB7Te_Um0c7TvIH4Vv7ndKKYYV0pxJ6q8,1100
|
|
@@ -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.283.0.dist-info/licenses/LICENSE,sha256=QKOZO8KtzbS_Qt3Tbl0dfGnidaeilKe0UiIjnEq1tjc,3790
|
|
183
|
+
databricks_bundles-0.283.0.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
184
|
+
databricks_bundles-0.283.0.dist-info/METADATA,sha256=AOV5MTqovX5L1ZEe9iYCJl6RZy4B6V9ifDeCqXVkygc,1528
|
|
185
|
+
databricks_bundles-0.283.0.dist-info/RECORD,,
|
|
File without changes
|
{databricks_bundles-0.281.0.dist-info → databricks_bundles-0.283.0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|