Commit 68068df
committed
Release v0.5.0: 3 new tools driven by SAP help.sap.com 2026-05-02 batch
- validate_databricks_privileges: pre-flight metastore privilege check
(CREATE CATALOG, CREATE SHARE, SET SHARE PERMISSION, USE PROVIDER,
USE RECIPIENT, USE SHARE)
- validate_ord_metadata: local ORD JSON validation (required fields,
description != shortDescription rule, visibility/releaseStatus enums,
ISO 8601 dates, sunsetDate >= deprecationDate)
- list_unsupported_share_assets: flag materialized views and other
unsupported types in a Databricks catalog/schema
- create_or_update_share now auto-validates ORD before forwarding
to the SDK (bypass with skip_validation=true)
- SDK floor loosened from >=1.1.6 to >=1.0.9 (SAP-published reference)
- Synced from plugin's bundled v0.3.0; bumped to v0.5.0
- Tools total: 17 (was 14)
Source: SAP help.sap.com 'Working with Data Products in SAP Databricks'
(May 2026), pages 3, 7-9, 13-15.1 parent 42c6036 commit 68068df
5 files changed
Lines changed: 920 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
3 | 20 | | |
4 | 21 | | |
5 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | | - | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
0 commit comments