Skip to content

feat: simplify dev experience for uploading videos #161

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

Merged
merged 4 commits into from
Dec 12, 2024

Conversation

drake-nominal
Copy link
Contributor

@drake-nominal drake-nominal commented Dec 6, 2024

Instead of users needing to create datasets from IO for parquet / video, we bring these formats up to par with csv support by adding methods to add the files without users needing to mess around with mimetypes (FileType) & opening files themselves.

Because parquet is specifically not a csv file, I kept create_csv_dataset for back-compatibility, but delegate the work to the new create_tabular_dataset. Not completely sold on this naming so open to suggestions. Similar decisions occur within the dataset class for appending to a dataset.

@drake-nominal drake-nominal requested a review from alkasm December 6, 2024 20:31
@drake-nominal drake-nominal self-assigned this Dec 6, 2024
@drake-nominal drake-nominal force-pushed the deidukas/simpler-video-dx branch from 135c91d to a319fad Compare December 6, 2024 23:28
@drake-nominal drake-nominal merged commit acedbc0 into main Dec 12, 2024
5 checks passed
@drake-nominal drake-nominal deleted the deidukas/simpler-video-dx branch December 12, 2024 00:33
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

Successfully merging this pull request may close these issues.

2 participants