-
Notifications
You must be signed in to change notification settings - Fork 18
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
Support Kedro 0.19 #165
base: develop
Are you sure you want to change the base?
Support Kedro 0.19 #165
Conversation
I have doubts how the When the first node runs, it loads this dataset, but it doesn't save any output. The second node should read the first node's output, I thought that maybe we should add the output datasets of each node to |
# os.chdir("tests") | ||
yield patched_package | ||
os.chdir(original_dir) | ||
# os.chdir(original_dir) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why changing the directory used to be there
for dataset_name in catalog.list(): | ||
dataset = catalog._get_dataset(dataset_name, suggest=False) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ElenaKhaustova what would be the best way to do this with the new catalog?
No description provided.