Skip to content

Commit 0556d19

Browse files
committed
refactor: remove --glob option on 'tdp plan dag'
1 parent 044a272 commit 0556d19

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tdp/cli/commands/plan/dag.py

-9
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def _validate_filtertype(
2525
return value
2626

2727

28-
# TODO: remove glob filter type (see https://github.com/TOSIT-IO/tdp-lib/issues/478)
2928
@click.command()
3029
@click.option(
3130
"--source",
@@ -42,14 +41,6 @@ def _validate_filtertype(
4241
help="Nodes where the run stop. Can be used multiple times.",
4342
)
4443
@click.option("--filter", type=str, help="Match filter expression on dag result.")
45-
@click.option(
46-
"--glob",
47-
"-g",
48-
"filter_type",
49-
callback=_validate_filtertype,
50-
flag_value=FilterTypeEnum.REGEX.name,
51-
help="Filter expression matched as a glob.",
52-
)
5344
@click.option(
5445
"--regex",
5546
"-r",

0 commit comments

Comments
 (0)