We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.dvc
In order to track data used in kedro pipelines, we need to maintain a link between the kedro data catalog and data tracked by dvc.
See discussion.
For each supported entry in catalog, we create .dvc as described in discussion. We
Cases:
after_catalog_created
kedro dvc update
--force
Scenarios:
kedro dvc update --force
Tasks:
kedro dvc install/update
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In order to track data used in kedro pipelines, we need to maintain a link between the kedro data catalog and data tracked by dvc.
See discussion.
For each supported entry in catalog, we create .dvc as described in discussion. We
Cases:
.dvc
.dvc
already existsafter_catalog_created
:kedro dvc update
without--force
Scenarios:
kedro dvc update
kedro dvc update --force
Tasks:
.dvc
files: setup command:kedro dvc install/update
#33.dvc
files: one file in catalog.yml - no existing.dvc
#34.dvc
files: one file - existing dvc #35.dvc
files: one file - existing dvc, catalog target changes -- fail w/o --force #37.dvc
files: one file - existing dvc, catalog target changes #36.dvc
files: case different conf location #38.dvc
files: add cases: different kedro environments #39.dvc
files: two entries in catalog #40.dvc
files: add case: run in API vs not #41The text was updated successfully, but these errors were encountered: