Skip to content

Deleting resources should respect the dependencies between resources #4089

@denik

Description

@denik

When deleting resources that have dependency, the new engine currently attempts to delete them all in parallel. This may result in unnecessary errors.

Terraform records the dependencies in the state and use it to delete resource in reverse deployment order, we should do the same.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't workingDABsDABs related issuesengine/directSpecific to direct deployment engine in Databricks Asset Bundles

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions