databricks-cli/.codegen
hectorcast-db c6e2be1ecb
Enable Automated tagging workflow (#2361)
## Changes
Enable Automated tagging workflow. The workflow uses the `tagging.py`
script to:
* Flush the NEXT_CHANGELOG.md` file into the `CHANGELOG.md`.
* Create a Release commit and push it to `main` (without a PR)
* Create a tag for the release.

Usage and Changelog management details can be found in
[go/deco/release](go/deco/release).

This PR does:
* Added `cli_legacy` mode. Each SDK has it's own "mode" used to
determine which templates are to be used.
* `api_changelog: true` enables API changelog to be appended to
NEXT_CHANGELOG when generating the SDK.
* Removed `.codegen/changelog.md.tmpl`. Changelog templates are now part
of universe.
* Workflow and `tagging.py` files are synced from universe as part of
SDK generation. This allows us to test them and keep them in sync with
other SDKs.

## Tests
Workflow enabled in databricks/terraform-provider-databricks

---------

Co-authored-by: Andrew Nester <andrew.nester@databricks.com>
2025-03-06 15:30:01 +00:00
..
_openapi_sha Upgrade Go SDK to 0.59.0 (#2425) 2025-03-05 10:20:51 +00:00
cmds-account.go.tmpl Bump github.com/databricks/databricks-sdk-go from 0.42.0 to 0.43.0 (#1522) 2024-06-25 12:51:17 +00:00
cmds-workspace.go.tmpl Bump github.com/databricks/databricks-sdk-go from 0.42.0 to 0.43.0 (#1522) 2024-06-25 12:51:17 +00:00
service.go.tmpl Fixed accessing required path parameters in CLI generation when --json flag (#2373) 2025-02-25 20:20:06 +00:00