We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 044a272 commit 0556d19Copy full SHA for 0556d19
tdp/cli/commands/plan/dag.py
@@ -25,7 +25,6 @@ def _validate_filtertype(
25
return value
26
27
28
-# TODO: remove glob filter type (see https://github.com/TOSIT-IO/tdp-lib/issues/478)
29
@click.command()
30
@click.option(
31
"--source",
@@ -42,14 +41,6 @@ def _validate_filtertype(
42
41
help="Nodes where the run stop. Can be used multiple times.",
43
)
44
@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
-)
53
54
"--regex",
55
"-r",
0 commit comments