pulumi-databricks 1.77.0a1760075020__py3-none-any.whl → 1.77.0a1760375482__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.
@@ -248,6 +248,8 @@ class AccountFederationPolicy(pulumi.CustomResource):
248
248
  * which IdP, or issuer, your Databricks account should accept tokens from
249
249
  * how to determine which Databricks user, or subject, a token is issued for
250
250
 
251
+ ## Example Usage
252
+
251
253
  ## Import
252
254
 
253
255
  As of Pulumi v1.5, resources can be imported through configuration.
@@ -289,6 +291,8 @@ class AccountFederationPolicy(pulumi.CustomResource):
289
291
  * which IdP, or issuer, your Databricks account should accept tokens from
290
292
  * how to determine which Databricks user, or subject, a token is issued for
291
293
 
294
+ ## Example Usage
295
+
292
296
  ## Import
293
297
 
294
298
  As of Pulumi v1.5, resources can be imported through configuration.
@@ -153,6 +153,8 @@ class AccountNetworkPolicy(pulumi.CustomResource):
153
153
 
154
154
  > **Note** This resource can only be used with an account-level provider!
155
155
 
156
+ ## Example Usage
157
+
156
158
  ## Import
157
159
 
158
160
  As of Pulumi v1.5, resources can be imported through configuration.
@@ -198,6 +200,8 @@ class AccountNetworkPolicy(pulumi.CustomResource):
198
200
 
199
201
  > **Note** This resource can only be used with an account-level provider!
200
202
 
203
+ ## Example Usage
204
+
201
205
  ## Import
202
206
 
203
207
  As of Pulumi v1.5, resources can be imported through configuration.
@@ -503,6 +503,9 @@ class AlertV2(pulumi.CustomResource):
503
503
 
504
504
  ## Example Usage
505
505
 
506
+ ### Basic Alert Example
507
+ This example creates a basic alert that monitors a query and sends notifications to a user when the value exceeds a threshold:
508
+
506
509
  ## Import
507
510
 
508
511
  As of Pulumi v1.5, resources can be imported through configuration.
@@ -554,6 +557,9 @@ class AlertV2(pulumi.CustomResource):
554
557
 
555
558
  ## Example Usage
556
559
 
560
+ ### Basic Alert Example
561
+ This example creates a basic alert that monitors a query and sends notifications to a user when the value exceeds a threshold:
562
+
557
563
  ## Import
558
564
 
559
565
  As of Pulumi v1.5, resources can be imported through configuration.
pulumi_databricks/app.py CHANGED
@@ -488,6 +488,17 @@ class App(pulumi.CustomResource):
488
488
 
489
489
  > This resource can only be used with a workspace-level provider!
490
490
 
491
+ ## Example Usage
492
+
493
+ ## Related Resources
494
+
495
+ The following resources are used in the same context:
496
+
497
+ * SqlEndpoint to manage Databricks SQL [Endpoints](https://docs.databricks.com/sql/admin/sql-endpoints.html).
498
+ * ModelServing to serve this model on a Databricks serving endpoint.
499
+ * Secret to manage [secrets](https://docs.databricks.com/security/secrets/index.html#secrets-user-guide) in Databricks workspace.
500
+ * Job to manage [Databricks Jobs](https://docs.databricks.com/jobs.html) to run non-interactive code.
501
+
491
502
  ## Import
492
503
 
493
504
  This resource can be imported by name:
@@ -529,6 +540,17 @@ class App(pulumi.CustomResource):
529
540
 
530
541
  > This resource can only be used with a workspace-level provider!
531
542
 
543
+ ## Example Usage
544
+
545
+ ## Related Resources
546
+
547
+ The following resources are used in the same context:
548
+
549
+ * SqlEndpoint to manage Databricks SQL [Endpoints](https://docs.databricks.com/sql/admin/sql-endpoints.html).
550
+ * ModelServing to serve this model on a Databricks serving endpoint.
551
+ * Secret to manage [secrets](https://docs.databricks.com/security/secrets/index.html#secrets-user-guide) in Databricks workspace.
552
+ * Job to manage [Databricks Jobs](https://docs.databricks.com/jobs.html) to run non-interactive code.
553
+
532
554
  ## Import
533
555
 
534
556
  This resource can be imported by name:
@@ -313,6 +313,14 @@ class AppsSettingsCustomTemplate(pulumi.CustomResource):
313
313
  })
314
314
  ```
315
315
 
316
+ ### Example with API Scopes
317
+
318
+ This example creates a custom template that declares required user API scopes.
319
+
320
+ ### Example with Resource Requirements
321
+
322
+ This example defines a template that requests specific workspace resources with permissions granted.
323
+
316
324
  ## Import
317
325
 
318
326
  As of Pulumi v1.5, resources can be imported through configuration.
@@ -375,6 +383,14 @@ class AppsSettingsCustomTemplate(pulumi.CustomResource):
375
383
  })
376
384
  ```
377
385
 
386
+ ### Example with API Scopes
387
+
388
+ This example creates a custom template that declares required user API scopes.
389
+
390
+ ### Example with Resource Requirements
391
+
392
+ This example defines a template that requests specific workspace resources with permissions granted.
393
+
378
394
  ## Import
379
395
 
380
396
  As of Pulumi v1.5, resources can be imported through configuration.
@@ -313,6 +313,8 @@ class CleanRoomsCleanRoom(pulumi.CustomResource):
313
313
 
314
314
  ## Example Usage
315
315
 
316
+ # Example: Clean Room Resource
317
+
316
318
  ## Import
317
319
 
318
320
  As of Pulumi v1.5, resources can be imported through configuration.
@@ -354,6 +356,8 @@ class CleanRoomsCleanRoom(pulumi.CustomResource):
354
356
 
355
357
  ## Example Usage
356
358
 
359
+ # Example: Clean Room Resource
360
+
357
361
  ## Import
358
362
 
359
363
  As of Pulumi v1.5, resources can be imported through configuration.
@@ -325,6 +325,19 @@ class DatabaseSyncedDatabaseTable(pulumi.CustomResource):
325
325
 
326
326
  ## Example Usage
327
327
 
328
+ ### Creating a Synced Database Table inside a Database Catalog
329
+
330
+ This example creates a Synced Database Table inside a Database Catalog.
331
+
332
+ ### Creating a Synced Database Table inside a Standard Catalog
333
+
334
+ This example creates a Synced Database Table inside a Standard Catalog.
335
+
336
+ ### Creating multiple Synced Database Tables and bin packing them into a single pipeline
337
+
338
+ This example creates two Synced Database Tables. The first one specifies a new pipeline spec,
339
+ which generates a new pipeline. The second one utilizes the pipeline ID of the first table.
340
+
328
341
  ## Import
329
342
 
330
343
  As of Pulumi v1.5, resources can be imported through configuration.
@@ -379,6 +392,19 @@ class DatabaseSyncedDatabaseTable(pulumi.CustomResource):
379
392
 
380
393
  ## Example Usage
381
394
 
395
+ ### Creating a Synced Database Table inside a Database Catalog
396
+
397
+ This example creates a Synced Database Table inside a Database Catalog.
398
+
399
+ ### Creating a Synced Database Table inside a Standard Catalog
400
+
401
+ This example creates a Synced Database Table inside a Standard Catalog.
402
+
403
+ ### Creating multiple Synced Database Tables and bin packing them into a single pipeline
404
+
405
+ This example creates two Synced Database Tables. The first one specifies a new pipeline spec,
406
+ which generates a new pipeline. The second one utilizes the pipeline ID of the first table.
407
+
382
408
  ## Import
383
409
 
384
410
  As of Pulumi v1.5, resources can be imported through configuration.
@@ -162,6 +162,10 @@ def get_account_federation_policy(description: Optional[_builtins.str] = None,
162
162
 
163
163
  > **Note** This data source can only be used with an account-level provider!
164
164
 
165
+ ## Example Usage
166
+
167
+ Referring to an account federation policy by id:
168
+
165
169
 
166
170
  :param _builtins.str description: (string) - Description of the federation policy
167
171
  :param Union['GetAccountFederationPolicyOidcPolicyArgs', 'GetAccountFederationPolicyOidcPolicyArgsDict'] oidc_policy: (OidcFederationPolicy)
@@ -196,6 +200,10 @@ def get_account_federation_policy_output(description: Optional[pulumi.Input[Opti
196
200
 
197
201
  > **Note** This data source can only be used with an account-level provider!
198
202
 
203
+ ## Example Usage
204
+
205
+ Referring to an account federation policy by id:
206
+
199
207
 
200
208
  :param _builtins.str description: (string) - Description of the federation policy
201
209
  :param Union['GetAccountFederationPolicyOidcPolicyArgs', 'GetAccountFederationPolicyOidcPolicyArgsDict'] oidc_policy: (OidcFederationPolicy)
@@ -96,6 +96,10 @@ def get_account_network_policy(account_id: Optional[_builtins.str] = None,
96
96
 
97
97
  > **Note** This data source can only be used with an account-level provider!
98
98
 
99
+ ## Example Usage
100
+
101
+ Referring to a network policy by id:
102
+
99
103
 
100
104
  :param _builtins.str account_id: (string) - The associated account ID for this Network Policy object
101
105
  :param Union['GetAccountNetworkPolicyEgressArgs', 'GetAccountNetworkPolicyEgressArgsDict'] egress: (NetworkPolicyEgress) - The network policies applying for egress traffic
@@ -122,6 +126,10 @@ def get_account_network_policy_output(account_id: Optional[pulumi.Input[Optional
122
126
 
123
127
  > **Note** This data source can only be used with an account-level provider!
124
128
 
129
+ ## Example Usage
130
+
131
+ Referring to a network policy by id:
132
+
125
133
 
126
134
  :param _builtins.str account_id: (string) - The associated account ID for this Network Policy object
127
135
  :param Union['GetAccountNetworkPolicyEgressArgs', 'GetAccountNetworkPolicyEgressArgsDict'] egress: (NetworkPolicyEgress) - The network policies applying for egress traffic
@@ -271,6 +271,9 @@ def get_alert_v2(custom_description: Optional[_builtins.str] = None,
271
271
 
272
272
  ## Example Usage
273
273
 
274
+ ### Retrieve Alert by ID
275
+ This example retrieves a specific alert by its ID:
276
+
274
277
 
275
278
  :param _builtins.str custom_description: (string) - Custom description for the alert. support mustache template
276
279
  :param _builtins.str custom_summary: (string) - Custom summary for the alert. support mustache template
@@ -346,6 +349,9 @@ def get_alert_v2_output(custom_description: Optional[pulumi.Input[Optional[_buil
346
349
 
347
350
  ## Example Usage
348
351
 
352
+ ### Retrieve Alert by ID
353
+ This example retrieves a specific alert by its ID:
354
+
349
355
 
350
356
  :param _builtins.str custom_description: (string) - Custom description for the alert. support mustache template
351
357
  :param _builtins.str custom_summary: (string) - Custom summary for the alert. support mustache template
@@ -78,6 +78,8 @@ def get_dashboards(dashboard_name_contains: Optional[_builtins.str] = None,
78
78
 
79
79
  > This data source can only be used with a workspace-level provider!
80
80
 
81
+ ## Example Usage
82
+
81
83
 
82
84
  :param _builtins.str dashboard_name_contains: A **case-insensitive** substring to filter Dashboards by their name.
83
85
  """
@@ -97,6 +99,8 @@ def get_dashboards_output(dashboard_name_contains: Optional[pulumi.Input[Optiona
97
99
 
98
100
  > This data source can only be used with a workspace-level provider!
99
101
 
102
+ ## Example Usage
103
+
100
104
 
101
105
  :param _builtins.str dashboard_name_contains: A **case-insensitive** substring to filter Dashboards by their name.
102
106
  """
@@ -162,6 +162,10 @@ def get_service_principal_federation_policy(description: Optional[_builtins.str]
162
162
 
163
163
  > **Note** This data source can only be used with an account-level provider!
164
164
 
165
+ ## Example Usage
166
+
167
+ Referring to a service principal federation policy by id:
168
+
165
169
 
166
170
  :param _builtins.str description: (string) - Description of the federation policy
167
171
  :param Union['GetServicePrincipalFederationPolicyOidcPolicyArgs', 'GetServicePrincipalFederationPolicyOidcPolicyArgsDict'] oidc_policy: (OidcFederationPolicy)
@@ -196,6 +200,10 @@ def get_service_principal_federation_policy_output(description: Optional[pulumi.
196
200
 
197
201
  > **Note** This data source can only be used with an account-level provider!
198
202
 
203
+ ## Example Usage
204
+
205
+ Referring to a service principal federation policy by id:
206
+
199
207
 
200
208
  :param _builtins.str description: (string) - Description of the federation policy
201
209
  :param Union['GetServicePrincipalFederationPolicyOidcPolicyArgs', 'GetServicePrincipalFederationPolicyOidcPolicyArgsDict'] oidc_policy: (OidcFederationPolicy)
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "databricks",
4
- "version": "1.77.0-alpha.1760075020"
4
+ "version": "1.77.0-alpha.1760375482"
5
5
  }
@@ -246,6 +246,8 @@ class ServicePrincipalFederationPolicy(pulumi.CustomResource):
246
246
  * The identity provider (or issuer) from which the service principal can authenticate.
247
247
  * The workload identity (or subject) that is permitted to authenticate as the Databricks service principal.
248
248
 
249
+ ## Example Usage
250
+
249
251
  ## Import
250
252
 
251
253
  As of Pulumi v1.5, resources can be imported through configuration.
@@ -285,6 +287,8 @@ class ServicePrincipalFederationPolicy(pulumi.CustomResource):
285
287
  * The identity provider (or issuer) from which the service principal can authenticate.
286
288
  * The workload identity (or subject) that is permitted to authenticate as the Databricks service principal.
287
289
 
290
+ ## Example Usage
291
+
288
292
  ## Import
289
293
 
290
294
  As of Pulumi v1.5, resources can be imported through configuration.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_databricks
3
- Version: 1.77.0a1760075020
3
+ Version: 1.77.0a1760375482
4
4
  Summary: A Pulumi package for creating and managing databricks cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://www.pulumi.com
@@ -2,15 +2,15 @@ pulumi_databricks/__init__.py,sha256=3CaqdHaMml72rj48sgQMiZRRKbVwy2ONr1ApmJVRVDo
2
2
  pulumi_databricks/_inputs.py,sha256=iH2LmElv26q30DJxWH62AsKestt6wNkYyrQ6hk5XPKw,3854844
3
3
  pulumi_databricks/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
4
4
  pulumi_databricks/access_control_rule_set.py,sha256=2p6Za9anaCar_kYZifwCMTt6PrhAU1w6ynJH37ejbYw,32217
5
- pulumi_databricks/account_federation_policy.py,sha256=2ISf_H7cPvtOM2nRucqJg_7lGpZxfE6-IRzSVtwoew8,22352
6
- pulumi_databricks/account_network_policy.py,sha256=x__CAH3Wl_4PrEz1teQOv7aJ_U2DFioi8kocJXfsplQ,13540
5
+ pulumi_databricks/account_federation_policy.py,sha256=xfiifeRx48vApJBcQgPAw-rmJ_PMgf0AnaD4QlbqGOM,22404
6
+ pulumi_databricks/account_network_policy.py,sha256=3JkZr6DBNRc-2wlpe2WY8TXa5nhfIcSpzSPvQ-7f8Zw,13592
7
7
  pulumi_databricks/account_setting_v2.py,sha256=kwIbZkwrI586gGBDd_UiGmPTi7BP7xS3jLGUu4V39cs,51867
8
8
  pulumi_databricks/aibi_dashboard_embedding_access_policy_setting.py,sha256=dpV2LvhxcE-sIZtbcfdAQuVkoUslcUN99n3NB8AKQLc,14468
9
9
  pulumi_databricks/aibi_dashboard_embedding_approved_domains_setting.py,sha256=bd7CNqA7WMF-4k7ppltRifzsWS1_8lSE5EKhZZwKY1I,15413
10
10
  pulumi_databricks/alert.py,sha256=0HaGJ0kbV8WgYB4ZZXdWGDKg86KqiQJ5acBkJFesARU,35630
11
- pulumi_databricks/alert_v2.py,sha256=CMGtxj7W0a7-RCLhDlYHgEuJED9V5ESJwxL37ciHcj4,41543
12
- pulumi_databricks/app.py,sha256=JhGNT2b9j47gm7eOST-xFAojjEcRFxqNIhkeMc-yodg,39941
13
- pulumi_databricks/apps_settings_custom_template.py,sha256=tl1tEygw4VX4hdfX1w6Hk_ZpBWh2NCMmKm7YPmHShvU,23796
11
+ pulumi_databricks/alert_v2.py,sha256=AZMa3B8QRqYJ93XwuJOWqaFN_hnNIVOfTmzNlO34ux0,41879
12
+ pulumi_databricks/app.py,sha256=STWopmjTd_h24nZqN0P9_dEPj2-jtyw8n5gc2CevVQM,41067
13
+ pulumi_databricks/apps_settings_custom_template.py,sha256=-Gjb3poIgkrc09DBzjRe_xpm5Elr7cSkwpLuBJQjrXI,24362
14
14
  pulumi_databricks/artifact_allowlist.py,sha256=fSdsN2t2jOfMrA5dELzfdfxEcb9Swakl-Pwq0b7r1mk,18682
15
15
  pulumi_databricks/automatic_cluster_update_workspace_setting.py,sha256=st72oUWQbwdEzUZmcTMmNThka5bFiq3sFEchwpGCTTY,10628
16
16
  pulumi_databricks/budget.py,sha256=SktUo6TLrfjsmmqfXsr-1IHrGKwBsueEQ4TlJxF1kzw,21874
@@ -19,7 +19,7 @@ pulumi_databricks/catalog.py,sha256=LtydCV7Z-1V-d6ke4EsrsrZ9eWnKbb5UbVYDWtbpubc,
19
19
  pulumi_databricks/catalog_workspace_binding.py,sha256=JTJkhcU4BnxoWktJGoKCmtMYFtpXgU-WhjClj6756lY,20423
20
20
  pulumi_databricks/clean_room_asset.py,sha256=Wtz2AKIGhQB_k6o6GwmHUqqhGH5mQLCUzuUlgFfXKKg,49357
21
21
  pulumi_databricks/clean_room_auto_approval_rule.py,sha256=3Vpw0g0jyecXom8j2VcN6tlFjKkH0n8H24KhIEFyMlg,22564
22
- pulumi_databricks/clean_rooms_clean_room.py,sha256=IrNg802MiFOBijdrI2UXZz30wVEKWbPaxmr2bjQtsSo,27977
22
+ pulumi_databricks/clean_rooms_clean_room.py,sha256=6TEeJhszRA_5iLCwxYtjnULxSHjQAGduegUH6Kee5g4,28057
23
23
  pulumi_databricks/cluster.py,sha256=ihHhPv5DwrqRJAnw3r7YxDd39SmpRaYHr5ghvhmOus0,151222
24
24
  pulumi_databricks/cluster_policy.py,sha256=oa33SfhqAx_ylSJzqFtG2lgL3Bnp33-w1oOD76KacOc,36711
25
25
  pulumi_databricks/compliance_security_profile_workspace_setting.py,sha256=wWJSfLP4yrY7CNVa7q5m8UDrDIKdj1Z6RqzDRJnfZvs,10871
@@ -29,7 +29,7 @@ pulumi_databricks/custom_app_integration.py,sha256=pr-MWVPYEVBMvWKbj38mReANpZNHk
29
29
  pulumi_databricks/dashboard.py,sha256=9BvOTBXPkcwaP7kF6w0zlZbY0opZrAHn06r8motA1-g,33307
30
30
  pulumi_databricks/database_database_catalog.py,sha256=qz6xMGUExZ7EiQvJzIcUsUWwKI0e04m6Lh1cv642EWo,20217
31
31
  pulumi_databricks/database_instance.py,sha256=KPsb6wUTi7C6gJ-Yfg34LW7NguE6bBnxqmoQ6C9LU70,61133
32
- pulumi_databricks/database_synced_database_table.py,sha256=soEBHAbOgEqtCahcs9Xx82E3QhhffpSDznnMyJkbiZo,33235
32
+ pulumi_databricks/database_synced_database_table.py,sha256=z3wvB1SbKbgtv-mdP_0K0JMR1BgQ1eqF-GtnA_3woFA,34449
33
33
  pulumi_databricks/dbfs_file.py,sha256=PYtMJiCNQoPz4dFY7IPUXttsEEjN82E1QMsZCTEJ1FQ,17001
34
34
  pulumi_databricks/default_namespace_setting.py,sha256=J_4win0olRcbCnvHs0ICg_7FRco4hNDyOuAEp2Gktqo,12458
35
35
  pulumi_databricks/directory.py,sha256=gLfH75sdopN_rQDQyI_6CKkGi9eM1A6N5dTMe9womw0,15940
@@ -43,11 +43,11 @@ pulumi_databricks/external_location.py,sha256=fZ4jQ4960B5Zg6viv_8VVZ0zBRzq5_ibzd
43
43
  pulumi_databricks/external_metadata.py,sha256=Ao46NOsQXYBIIuG3MDaUgqjx7G6a0DBPNBxfHiLcYEY,35044
44
44
  pulumi_databricks/file.py,sha256=vGpXZSJRjO5jrFo72CzcC3ShuBGDzFIoXPiLWPVfZ-4,21440
45
45
  pulumi_databricks/get_account_federation_policies.py,sha256=of5TUS_V2orLUAjQYlUTzVVszt90cvwvSNhPIYE6b84,3962
46
- pulumi_databricks/get_account_federation_policy.py,sha256=KhYdALkSbeloFnBzE20CXlOD9TjNJq5Mhu_3OYq4dBE,10503
46
+ pulumi_databricks/get_account_federation_policy.py,sha256=SNH9zCstCIMR6dVmljDiZNbfyKzoDoHMK9aoQIjuiZc,10655
47
47
  pulumi_databricks/get_account_network_policies.py,sha256=GxWsmtGcUZ2UbEZ3qFjBYMLwCzqwpvHmR0HVWEqlX6Y,3802
48
- pulumi_databricks/get_account_network_policy.py,sha256=Ecbihtmm1TvNMDGFs19acY1pqRIiZb2gSdgyaKm1TFM,6489
48
+ pulumi_databricks/get_account_network_policy.py,sha256=BVKTGl9QX9sq53Y6oYVddqqKbS6NdIIzTn1veut0QBw,6617
49
49
  pulumi_databricks/get_account_setting_v2.py,sha256=1npFFraaPIWWb3v8Gc5aRW7LYeKOCJGXNVFhQ6U4MCc,34263
50
- pulumi_databricks/get_alert_v2.py,sha256=AXVfs97tWZp-esJvmM1nUmdmlKd3trC3ki88Gcos7Pc,21207
50
+ pulumi_databricks/get_alert_v2.py,sha256=GlT3iBsPf3Xm_QANtsXkO8kiq1s11_G6BqvDxAKI1cs,21377
51
51
  pulumi_databricks/get_alerts_v2.py,sha256=XFyEpwroYKlexVisqy-EB3y5bac4G2CVLhyd_mm21DI,4944
52
52
  pulumi_databricks/get_app.py,sha256=fUyHd29EMs0qVp4kIfrenjqjLE4RW0EdN8CvXNAjGFg,6104
53
53
  pulumi_databricks/get_apps.py,sha256=YZD79SS0_4xoNDj1X6KrG_WhWQmHSyAWVNvaQFSyN5Q,5345
@@ -76,7 +76,7 @@ pulumi_databricks/get_clusters.py,sha256=zvXQwKMs9POf_bMBiTFYT7-a764ygO0JofsjbtW
76
76
  pulumi_databricks/get_current_config.py,sha256=qIqufIOpwlFZ8RRkQ_bDTQSz2x4aKX2q-BBd72Nb2Wc,10652
77
77
  pulumi_databricks/get_current_metastore.py,sha256=f-zrG9ulCOLVwVnNMU1Ugzyd1fLmg7p5NtllORgoZzE,6615
78
78
  pulumi_databricks/get_current_user.py,sha256=8sBg-y6wmUWKzRaid3PolmTCVTz0EOCqFO3PhUon9tc,6461
79
- pulumi_databricks/get_dashboards.py,sha256=KBx1MnkqV67wmFxQPug9RQcP7BCoshncfaxGBe2qIh0,4719
79
+ pulumi_databricks/get_dashboards.py,sha256=XFV6AhEo1jEL1SihnIbR3Nd4N2T8rHpiCT_EiRY7OrY,4763
80
80
  pulumi_databricks/get_database_database_catalog.py,sha256=Yi9UE0hf1HoG3308Q8-TtTqPeEtOgduJcmuZyltWsUo,9305
81
81
  pulumi_databricks/get_database_database_catalogs.py,sha256=dPRFRFTm8-PP6jVF6wDVM4xUgT9KtbfR8SKeD0VkjQA,4450
82
82
  pulumi_databricks/get_database_instance.py,sha256=tCjU65PgUUsGD9EYL9QSgk6ZZjSDcTgYKZI0TKryyMg,26506
@@ -128,7 +128,7 @@ pulumi_databricks/get_schema.py,sha256=Cweo5HZuKOFJRorZzEOT9xO_QA_yU9Iz1vSdNtP45
128
128
  pulumi_databricks/get_schemas.py,sha256=xzjXNEOLurNcnWAHOnI9NtD8OSQ7LtrlPIK2V_WfzZg,5377
129
129
  pulumi_databricks/get_service_principal.py,sha256=0L0TgqmWBVbLER9kjvpEDjNb8zGW7f34Ec2IeGyZm8g,15519
130
130
  pulumi_databricks/get_service_principal_federation_policies.py,sha256=yvNcEKfOKzGHixY1n8PXYVS4j6pOckNjjb_u2jpHPdg,5641
131
- pulumi_databricks/get_service_principal_federation_policy.py,sha256=LSts_7pEAHoc8CmXn489UQkie2cnBBDbgg4j7hv2LLI,10853
131
+ pulumi_databricks/get_service_principal_federation_policy.py,sha256=f1YCS-SBMyP1oJszG1rwfBAuoxbm-zUg5KEIOItTcYg,11023
132
132
  pulumi_databricks/get_service_principals.py,sha256=ZKTKFLIdAhUdhAev9V4-2ITYDFkKAV74MTZQjfXG77g,5488
133
133
  pulumi_databricks/get_serving_endpoints.py,sha256=biTp5PL5QM_3jamaGSHWBcmK1LimGxiwljBQHq_h3HE,6668
134
134
  pulumi_databricks/get_share.py,sha256=onCk-ombltRfJpIvjNN9vnIv1ZU3hq4-a1qb_5DNRqw,7386
@@ -197,7 +197,7 @@ pulumi_databricks/permissions.py,sha256=blaqIkrs6Mhiz57GpEfN7aWo9hLFTW9lwsNjy6Ti
197
197
  pulumi_databricks/pipeline.py,sha256=4bBXbrCwNXSIExszK1vjsSM-pyJmBYguuIruovm1_TQ,102654
198
198
  pulumi_databricks/policy_info.py,sha256=lmgxNjhYUzfXdZOXR8QwkQ2fDaDZjI6mR9jRHNz4POA,52906
199
199
  pulumi_databricks/provider.py,sha256=MQxc0NZIVz8AiW-SKNPBIzKydXewWwenGm7ZYz01t5c,38724
200
- pulumi_databricks/pulumi-plugin.json,sha256=EDcZuEubYZtqvtYOYOalyMBPaqmpmJKkMCOCDWbeR6w,87
200
+ pulumi_databricks/pulumi-plugin.json,sha256=rVhoYkSHZgR0Q18dgaL6zgsnqLpHu9pOw_bqsqSqeHo,87
201
201
  pulumi_databricks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
202
202
  pulumi_databricks/quality_monitor.py,sha256=tRr1MDskOhkc8jMcXLfzrgnNgB1KKy9CRWW5pg6OXto,66087
203
203
  pulumi_databricks/quality_monitor_v2.py,sha256=F9SKHGEIUaKRtJ5fI0rqfVy8RS_u-LW0MBiKj4RY6nI,14529
@@ -212,7 +212,7 @@ pulumi_databricks/secret.py,sha256=jiRUjiQRXdalt7Ni9TkHps7irSuRN3O3zZKObdMhH8s,2
212
212
  pulumi_databricks/secret_acl.py,sha256=_dvaUwr3Ilk5IjGspivqx01yesCbUQaTXImvs1pdtkg,14133
213
213
  pulumi_databricks/secret_scope.py,sha256=hNyQH8LrXuqWzPrveYftyln8ZOF8YZlsFyBQzKFyceg,19670
214
214
  pulumi_databricks/service_principal.py,sha256=WaUfdXergnn21s7xovtYzMUFX5V3zu0UAPa04383jI4,65153
215
- pulumi_databricks/service_principal_federation_policy.py,sha256=_NphzjjQ_Wc3VdN8ZQeqNiWpExA8EO8NykZbdKutcRc,22607
215
+ pulumi_databricks/service_principal_federation_policy.py,sha256=GcTgkf8ub7VVHGAQBZu65A3cjdlpHO6082Zvzg2oCNI,22659
216
216
  pulumi_databricks/service_principal_role.py,sha256=yuJ50GC_Vk7OjgkdGrfYTp0QulS2zsx1-iBPdKTMccI,12486
217
217
  pulumi_databricks/service_principal_secret.py,sha256=401U3h4tJo_3HPtCjPnUSveFLohqN7A1FAYCnRDufqM,29239
218
218
  pulumi_databricks/share.py,sha256=TaoqAvUaj4Xqa2qY3aEvoELLbzyjeHQ2Mh2TCjutRJ4,30187
@@ -244,7 +244,7 @@ pulumi_databricks/workspace_setting_v2.py,sha256=EmrTZ68uPdLQ1cXuVzzUKvyxmMGunei
244
244
  pulumi_databricks/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWdTRoPmc,296
245
245
  pulumi_databricks/config/__init__.pyi,sha256=_PFCYOuBXO8dCC6MmZBVq_pbyacQT8NeSE-WCWQzf7Y,1630
246
246
  pulumi_databricks/config/vars.py,sha256=72ijpLu-AicKhGigCW1OsjqPsytxptFbYQcG7qOLZ4I,5017
247
- pulumi_databricks-1.77.0a1760075020.dist-info/METADATA,sha256=zS1Ag8bvcDZBGNi8ureeXcKo7Hugbhn2HIGYTEXldws,5089
248
- pulumi_databricks-1.77.0a1760075020.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
249
- pulumi_databricks-1.77.0a1760075020.dist-info/top_level.txt,sha256=-7icK4ByRQWvDZdDTyuHwfc-nyf7_3w8YdN_-h5wW5s,18
250
- pulumi_databricks-1.77.0a1760075020.dist-info/RECORD,,
247
+ pulumi_databricks-1.77.0a1760375482.dist-info/METADATA,sha256=ohCiIA07Wz35_GAsurPwNFLpfYcur-aCGSzcE61RTLg,5089
248
+ pulumi_databricks-1.77.0a1760375482.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
249
+ pulumi_databricks-1.77.0a1760375482.dist-info/top_level.txt,sha256=-7icK4ByRQWvDZdDTyuHwfc-nyf7_3w8YdN_-h5wW5s,18
250
+ pulumi_databricks-1.77.0a1760375482.dist-info/RECORD,,