Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update job configs to use/add Kedro version 0.17.5 #17

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove loop to add CLI commands, dropped in 0.17.3
deepyaman authored Nov 30, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 32e89b64d0b4b7163ce7b73b448d6c64694f384a
8 changes: 0 additions & 8 deletions src/kedro_accelerator/cli.py
Original file line number Diff line number Diff line change
@@ -248,14 +248,6 @@ def run(
)


cli.add_command(pipeline_group)
cli.add_command(catalog_group)
cli.add_command(jupyter_group)

for command in project_group.commands.values():
cli.add_command(command)


if __name__ == "__main__":
os.chdir(str(PROJ_PATH))
kedro_main()