Skip to content

Commit

Permalink
feat(cli) Delete form references when using delete CLI (#10629)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscollins3456 committed Jun 3, 2024
1 parent 6801cca commit 1cfcb80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metadata-ingestion/src/datahub/cli/delete_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"domain",
"glossaryTerm",
"glossaryNode",
"form",
}

_RECURSIVE_DELETE_TYPES = {
Expand Down

0 comments on commit 1cfcb80

Please sign in to comment.