Skip to content

Commit

Permalink
Made file path required arguement.
Browse files Browse the repository at this point in the history
  • Loading branch information
valayDave committed Apr 14, 2022
1 parent 9f0dc1b commit 60cb6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaflow/plugins/airflow/airflow_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def make_flow(


@airflow.command(help="Create an airflow workflow from this metaflow workflow")
@click.argument("file_path", required=False)
@click.argument("file_path",required=True)
@click.option(
"--tag",
"tags",
Expand Down

0 comments on commit 60cb6a7

Please sign in to comment.