Skip to content

Commit

Permalink
make not required
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal committed Jan 20, 2025
1 parent bf35063 commit 4d2e963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/src/datahub/cli/delete_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def undo_by_filter(
)
@click.option(
"--urn-file",
required=True,
required=False,
help="Absolute path of file with urns (one per line) to be deleted",
)
@click.option(
Expand Down

0 comments on commit 4d2e963

Please sign in to comment.