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

Generate table name from data file name #3817

Closed
seancolsen opened this issue Sep 10, 2024 · 0 comments · Fixed by #3824
Closed

Generate table name from data file name #3817

seancolsen opened this issue Sep 10, 2024 · 0 comments · Fixed by #3824
Assignees
Labels
ready Ready for implementation work: backend Related to Python, Django, and simple SQL

Comments

@seancolsen
Copy link
Contributor

In the REST API, when we created a table from a data file, the table would be created with a name generated from the file name of the data file.

Now with the RPC API, such tables are created with generic names like "Table 7".

I'd like the tables.import RPC API to be smarter about auto-generating table names. For example, when the data file has a name like "birds.csv", the resulting table name should be "birds".

@seancolsen seancolsen added ready Ready for implementation type: bug work: backend Related to Python, Django, and simple SQL labels Sep 10, 2024
@seancolsen seancolsen added this to the Beta milestone Sep 10, 2024
@kgodey kgodey modified the milestones: Beta, Pre-beta test build #1 Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready Ready for implementation work: backend Related to Python, Django, and simple SQL
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants