databricks-cli/cmd/bundle/generate
Denis Bilenko 1b2be1b2cb
Add error checking in tests and enable errcheck there (#1980)
## Changes
Fix all errcheck-found issues in tests and test helpers. Mostly this
done by adding require.NoError(t, err), sometimes panic() where t object
is not available).

Initial change is obtained with aider+claude, then manually reviewed and
cleaned up.

## Tests
Existing tests.
2024-12-09 13:56:41 +01:00
..
dashboard.go Add bundle generate variant for dashboards (#1847) 2024-10-29 11:51:59 +00:00
dashboard_test.go Add error checking in tests and enable errcheck there (#1980) 2024-12-09 13:56:41 +01:00
generate_test.go Add error checking in tests and enable errcheck there (#1980) 2024-12-09 13:56:41 +01:00
job.go Update filenames used by bundle generate to use `.<resource-type>.yml` (#1901) 2024-11-20 13:53:25 +01:00
pipeline.go Update filenames used by bundle generate to use `.<resource-type>.yml` (#1901) 2024-11-20 13:53:25 +01:00
utils.go Added `bundle generate pipeline` command (#1139) 2024-01-25 11:35:14 +00:00