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

Data Import Error on Data Type Change for Non-URL Values in Columns #3512

Open
ghislaineguerin opened this issue Mar 25, 2024 · 3 comments
Open
Labels
needs: unblocking Blocked by other work type: bug Something isn't working work: backend Related to Python, Django, and simple SQL work: frontend Related to frontend code in the mathesar_ui directory
Milestone

Comments

@ghislaineguerin
Copy link
Contributor

ghislaineguerin commented Mar 25, 2024

Description

In data import, if a column contains non-url values, such as the following:
image

Attempting to update the data type under these circumstances results in a crash, accompanied by the following error message:
image

Expected behavior

When attempting a data type change for such a column, the operation should either complete successfully, or a clear notification should be provided, indicating that the data type change cannot be executed.

Status

As noted by @Anish9901, further work on this issues is blocked until we re-implement the previews logic with our RPC API.

@ghislaineguerin ghislaineguerin added type: bug Something isn't working needs: triage This issue has not yet been reviewed by a maintainer labels Mar 25, 2024
@kgodey kgodey added work: backend Related to Python, Django, and simple SQL work: frontend Related to frontend code in the mathesar_ui directory needs: troubleshooting Issues that we can't reproduce or need to investigate further before picking a course of action and removed needs: triage This issue has not yet been reviewed by a maintainer labels Mar 26, 2024
@kgodey kgodey added this to the v0.1.7 milestone Mar 26, 2024
@kgodey kgodey modified the milestones: v0.1.7, Beta Apr 3, 2024
@hitenvidhani

This comment was marked as off-topic.

@kgodey

This comment was marked as resolved.

@seancolsen

This comment was marked as resolved.

@seancolsen seancolsen added needs: unblocking Blocked by other work and removed needs: troubleshooting Issues that we can't reproduce or need to investigate further before picking a course of action labels Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs: unblocking Blocked by other work type: bug Something isn't working work: backend Related to Python, Django, and simple SQL work: frontend Related to frontend code in the mathesar_ui directory
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants