Skip to content

Commit 839ba96

Browse files
committed
generate
1 parent fb35487 commit 839ba96

23 files changed

+768
-551
lines changed

bundle/internal/schema/annotations_openapi.yml

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1688,6 +1688,117 @@ github.com/databricks/databricks-sdk-go/service/catalog.MonitorTimeSeries:
16881688
"timestamp_col":
16891689
"description": |-
16901690
Column for the timestamp.
1691+
github.com/databricks/databricks-sdk-go/service/catalog.Privilege:
1692+
"_":
1693+
"enum":
1694+
- |-
1695+
SELECT
1696+
- |-
1697+
READ_PRIVATE_FILES
1698+
- |-
1699+
WRITE_PRIVATE_FILES
1700+
- |-
1701+
CREATE
1702+
- |-
1703+
USAGE
1704+
- |-
1705+
USE_CATALOG
1706+
- |-
1707+
USE_SCHEMA
1708+
- |-
1709+
CREATE_SCHEMA
1710+
- |-
1711+
CREATE_VIEW
1712+
- |-
1713+
CREATE_EXTERNAL_TABLE
1714+
- |-
1715+
CREATE_MATERIALIZED_VIEW
1716+
- |-
1717+
CREATE_FUNCTION
1718+
- |-
1719+
CREATE_MODEL
1720+
- |-
1721+
CREATE_CATALOG
1722+
- |-
1723+
CREATE_MANAGED_STORAGE
1724+
- |-
1725+
CREATE_EXTERNAL_LOCATION
1726+
- |-
1727+
CREATE_STORAGE_CREDENTIAL
1728+
- |-
1729+
CREATE_SERVICE_CREDENTIAL
1730+
- |-
1731+
ACCESS
1732+
- |-
1733+
CREATE_SHARE
1734+
- |-
1735+
CREATE_RECIPIENT
1736+
- |-
1737+
CREATE_PROVIDER
1738+
- |-
1739+
USE_SHARE
1740+
- |-
1741+
USE_RECIPIENT
1742+
- |-
1743+
USE_PROVIDER
1744+
- |-
1745+
USE_MARKETPLACE_ASSETS
1746+
- |-
1747+
SET_SHARE_PERMISSION
1748+
- |-
1749+
MODIFY
1750+
- |-
1751+
REFRESH
1752+
- |-
1753+
EXECUTE
1754+
- |-
1755+
READ_FILES
1756+
- |-
1757+
WRITE_FILES
1758+
- |-
1759+
CREATE_TABLE
1760+
- |-
1761+
ALL_PRIVILEGES
1762+
- |-
1763+
CREATE_CONNECTION
1764+
- |-
1765+
USE_CONNECTION
1766+
- |-
1767+
APPLY_TAG
1768+
- |-
1769+
CREATE_FOREIGN_CATALOG
1770+
- |-
1771+
CREATE_FOREIGN_SECURABLE
1772+
- |-
1773+
MANAGE_ALLOWLIST
1774+
- |-
1775+
CREATE_VOLUME
1776+
- |-
1777+
CREATE_EXTERNAL_VOLUME
1778+
- |-
1779+
READ_VOLUME
1780+
- |-
1781+
WRITE_VOLUME
1782+
- |-
1783+
MANAGE
1784+
- |-
1785+
BROWSE
1786+
- |-
1787+
CREATE_CLEAN_ROOM
1788+
- |-
1789+
MODIFY_CLEAN_ROOM
1790+
- |-
1791+
EXECUTE_CLEAN_ROOM_TASK
1792+
- |-
1793+
EXTERNAL_USE_SCHEMA
1794+
github.com/databricks/databricks-sdk-go/service/catalog.PrivilegeAssignment:
1795+
"principal":
1796+
"description": |-
1797+
The principal (user email address or group name).
1798+
For deleted principals, `principal` is empty while `principal_id` is populated.
1799+
"privileges":
1800+
"description": |-
1801+
The privileges assigned to the principal.
16911802
github.com/databricks/databricks-sdk-go/service/catalog.RegisteredModelAlias:
16921803
"alias_name":
16931804
"description": |-

bundle/internal/schema/annotations_openapi_overrides.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ github.com/databricks/cli/bundle/config/resources.App:
4747
"effective_usage_policy_id":
4848
"description": |-
4949
PLACEHOLDER
50+
"git_source":
51+
"description": |-
52+
PLACEHOLDER
5053
"lifecycle":
5154
"description": |-
5255
Lifecycle is a struct that contains the lifecycle settings for a resource. It controls the behavior of the resource when it is deployed or destroyed.
@@ -267,6 +270,13 @@ github.com/databricks/cli/bundle/config/resources.DatabaseProjectPermissionLevel
267270
CAN_USE
268271
- |-
269272
CAN_MANAGE
273+
github.com/databricks/cli/bundle/config/resources.ExternalLocation:
274+
"grants":
275+
"description": |-
276+
PLACEHOLDER
277+
"lifecycle":
278+
"description": |-
279+
PLACEHOLDER
270280
github.com/databricks/cli/bundle/config/resources.Job:
271281
"_":
272282
"markdown_description": |-

bundle/internal/validation/generated/enum_fields.go

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle/internal/validation/generated/required_fields.go

Lines changed: 4 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle/schema/jsonschema.json

Lines changed: 63 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)