databricks / cli

Databricks CLI
Other
148 stars 56 forks source link

Merge job parameters based on their name #1659

Closed pietern closed 3 months ago

pietern commented 3 months ago

Changes

This change enables overriding the default value of job parameters in target overrides.

This is the same approach we already take for job clusters and job tasks.

Closes #1620.

Tests

Mutator unit tests and lightweight end-to-end tests.

pietern commented 3 months ago

Integration tests pass.