Closed shreyas-goenka closed 2 weeks ago
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:
Trigger: go/deco-tests-run/terraform
Inputs:
bdb988cbea7714afe819f8021a46b9a13b4f5190
Checks will be approved automatically on success.
Test Details: go/deco-tests/11702135145
Changes
Fixes https://github.com/databricks/cli/issues/1763. During creation the
catalog
name for a DLT pipeline is normalized to small case causing a persistent drift.Tests
Manually with the following configuration:
Before: There'd be a persistent drift where terraform would try to convert "MaiN" -> "main"
After: No diff detected.