Skip to content

Dependency to a directory - parquet file #154

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

Closed
dmpetrov opened this issue Aug 12, 2017 · 1 comment
Closed

Dependency to a directory - parquet file #154

dmpetrov opened this issue Aug 12, 2017 · 1 comment

Comments

@dmpetrov
Copy link
Member

Some file formats like parquet create file directory with dozens of files instead of a single file. We should handle this scenario.

$ dvc run --input-file data/input.csv --output-dir data/output.pq mycode.py data/input.csv data/output.pq
$ ls data/output.pq
part-000001.pq@ part-000001.pq@ part-000003.pq@ summary
@dmpetrov
Copy link
Member Author

Not relevant anymore because of #367

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant