-
Notifications
You must be signed in to change notification settings - Fork 17.8k
fix: Upload CSV as Dataset #34763
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
michael-s-molina
merged 21 commits into
apache:master
from
luizotavio32:upload-csv-fixes
Sep 8, 2025
Merged
fix: Upload CSV as Dataset #34763
Changes from 14 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
fbe3eb7
feat: throws error for string into integer col
luizotavio32 0f9d3db
test: throws error for string into integer col
luizotavio32 5f9188d
test: add float validation test
luizotavio32 fd13b85
feat: casting is now done after the dataframe is created for better e…
luizotavio32 bc73dd7
test: casting is now done after the dataframe is created for better e…
luizotavio32 d05070b
removing unused csv
luizotavio32 1cf7923
feat: validation for empty table names when Trino is selected
luizotavio32 75586ef
test: validation for empty table names when Trino is selected
luizotavio32 79920f8
Merge branch 'master' into upload-csv-fixes
luizotavio32 142965a
chore: pre-commit idents
luizotavio32 7cca960
refactor: creates a interface to the selected dataase storing id and …
luizotavio32 bd40677
feat: new type of excpetion raise due to some code overrides implemet…
luizotavio32 742849a
revert validation on frontend
luizotavio32 2dbf71d
revert table name frontend validation
luizotavio32 c538717
refactor: generic exception handling to acquire possible exception me…
luizotavio32 6fb05f7
korbit suggestions
luizotavio32 f3e13b6
perfomance increase suggested by claude
luizotavio32 f7be36f
checks table name entirely on lower case due to Trino enforcing lower…
luizotavio32 6215ac0
refactor: compares the entire broken column to check for possible add…
luizotavio32 05d0a44
fixes pylint warnings
luizotavio32 6c6df38
Defining error limit to 5 as a constant inside csv_reader
luizotavio32 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.