rill
rill copied to clipboard
file names that are entirely numbers and symbols fail
Describe the bug When you ingest a file name that is entirely numbers and symbols the ingestion fails.
To Reproduce Steps to reproduce the behavior:
- Start with a csv or parquet file you know works in Rill Developer
- Change the name to '2022-08-09'
- Try to import the file
- See error
- Change the name to '2022-08-09_data'
- Try to import the file
- File ingests
Expected behavior File names should be sanitized for the user so they can be ingested as a source.