-
Notifications
You must be signed in to change notification settings - Fork 397
[ui-importer] Public API integration #4137
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
+685
−222
Merged
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
cb8883d
[importer] Add new component and API endpoint with new directory stru…
Harshg999 e763d4c
[importer] Implement file upload API for CSV and Excel formats with v…
Harshg999 da13af9
Refactor importer API: remove unused import and delete obsolete templ…
Harshg999 25527a7
Refactors file format detection and metadata extraction
Harshg999 0b53a51
Add file metadata detection and update dependencies
Harshg999 355b7a4
Refactors file upload API for better separation of concerns
Harshg999 3ec9c7b
Refactor file metadata detection API and improve efficiency
Harshg999 5298263
Improves file metadata extraction and error handling
Harshg999 4749bc8
Improves file type detection with graceful magic lib fallback
Harshg999 92bb7d1
Adds file preview API for data import functionality
Harshg999 eb1e590
Merge branch 'master' of github.com:cloudera/hue into new-importer-wo…
ramprasadagarwal 58a40d7
[ui-importer] Public API integration
ramprasadagarwal fb34811
[importer] Add new component and API endpoint with new directory stru…
Harshg999 bad25d1
[importer] Implement file upload API for CSV and Excel formats with v…
Harshg999 45cb6b7
Refactor importer API: remove unused import and delete obsolete templ…
Harshg999 5000db1
Refactors file format detection and metadata extraction
Harshg999 fd931d2
Add file metadata detection and update dependencies
Harshg999 8ddcea0
Refactors file upload API for better separation of concerns
Harshg999 a72b3b8
Refactor file metadata detection API and improve efficiency
Harshg999 30235e4
Improves file metadata extraction and error handling
Harshg999 d2552ad
Improves file type detection with graceful magic lib fallback
Harshg999 5ed73c2
Adds file preview API for data import functionality
Harshg999 649b789
Merge branch 'new-importer-working-dir' of github.com:cloudera/hue in…
ramprasadagarwal 7b35fc8
[importer] Add new component and API endpoint with new directory stru…
Harshg999 f562dc9
[importer] Implement file upload API for CSV and Excel formats with v…
Harshg999 d7a3037
Refactor importer API: remove unused import and delete obsolete templ…
Harshg999 faf36c5
Refactors file format detection and metadata extraction
Harshg999 d2d3c81
Add file metadata detection and update dependencies
Harshg999 ad8ba89
Refactors file upload API for better separation of concerns
Harshg999 31a75f1
Refactor file metadata detection API and improve efficiency
Harshg999 938cee7
Improves file metadata extraction and error handling
Harshg999 6fceede
Improves file type detection with graceful magic lib fallback
Harshg999 04bcf00
Adds file preview API for data import functionality
Harshg999 f6438be
fix the api integration
ramprasadagarwal e316224
Merge branch 'new-importer-working-dir' of github.com:cloudera/hue in…
ramprasadagarwal 22a4865
Merge branch 'master' of github.com:cloudera/hue into feat/importer-6
ramprasadagarwal 8f843fb
revert extra changes
ramprasadagarwal cb8e35c
[importer] Refactor file format handling and add support for guessing…
ramprasadagarwal a37558e
[importer] Update API constants for file guessing and preview URLs
ramprasadagarwal 68a2df2
Merge branch 'master' of github.com:cloudera/hue into feat/importer-6
ramprasadagarwal e1e2aa8
[importer] Enhance file format handling and update tests for EXCEL su…
ramprasadagarwal 1ab4200
[test] Update test description for non-EXCEL file type in SourceConfi…
ramprasadagarwal 55ba6fa
[test] Enhance tests for ImporterFilePreview and SourceConfiguration …
ramprasadagarwal 324cd43
Merge branch 'master' of github.com:cloudera/hue into feat/importer-6
ramprasadagarwal 457ec6d
[importer] fix the getDefaultTableName function
ramprasadagarwal a6b28be
[test] Refactor ImporterFilePreview tests to use act for rendering an…
ramprasadagarwal 2725311
Merge branch 'master' of github.com:cloudera/hue into feat/importer-6
ramprasadagarwal 38e1083
lint fix
ramprasadagarwal bfacaee
remove hardcoded defaultDialect
ramprasadagarwal 5cf00fb
fix the tests mocked url
ramprasadagarwal e897946
Merge branch 'master' of github.com:cloudera/hue into feat/importer-6
ramprasadagarwal 6884980
Merge branch 'master' of github.com:cloudera/hue into feat/importer-6
ramprasadagarwal 44ae88d
fix test
ramprasadagarwal 14f9248
Merge branch 'master' of github.com:cloudera/hue into feat/importer-6
ramprasadagarwal bd948a2
Merge branch 'master' of github.com:cloudera/hue into feat/importer-6
ramprasadagarwal 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
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
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
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
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.