We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8e3f3 commit 8dbae7eCopy full SHA for 8dbae7e
composer/tools/composer_dags.py
@@ -63,7 +63,7 @@ def get_list_of_dags(
63
for line in command_output.split("\n"):
64
if re.compile("^[a-zA-Z].*").findall(line):
65
list_of_dags.append(line.split()[0])
66
- return list_of_dags
+ return list_of_dags[1:]
67
68
@staticmethod
69
def _run_shell_command_locally_once(
0 commit comments