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

support gzipped manifest CSV loading based on content, not filename extension #2214

Open
ctb opened this issue Aug 16, 2022 · 0 comments
Open

Comments

@ctb
Copy link
Contributor

ctb commented Aug 16, 2022

In #2195, we added generic support for gzipped CSVs. In most of the codebase, we use FileInputCSV which will auto-detect gzipped files, but this is not yet usable by the manifest loading code, which still looks at the filename extension only. #fixme!

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