cli icon indicating copy to clipboard operation
cli copied to clipboard

Use dynamic walk for validating unique resource identifiers

Open shreyas-goenka opened this issue 9 months ago • 1 comments

Changes

Using dynamic walk here removes the need to add validation when a new resource type is added. All resources will be automatically validated to have unique keys.

Tests

Modified existing unit tests and added new ones.

shreyas-goenka avatar May 02 '24 14:05 shreyas-goenka

Note: https://github.com/databricks/cli/pull/1425 will add a test to assert resources are maps of string -> pointers to a struct.

shreyas-goenka avatar May 14 '24 09:05 shreyas-goenka

Closing in favour of https://github.com/databricks/cli/pull/1614

shreyas-goenka avatar Jul 24 '24 13:07 shreyas-goenka