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

feat: new Columnar upload form and API #28192

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
e7a08f2
feat: new Columnar upload form and API
dpgaspar Apr 24, 2024
f8540ef
add file metadata fetch on the server
dpgaspar Apr 24, 2024
cf0c32e
fix
dpgaspar Apr 25, 2024
ca1fc45
Merge branch 'master' into danielgaspar/sc-59713/migrate-columnar-dat…
dpgaspar Apr 26, 2024
df59028
converts all metadata fetch and fixes
dpgaspar Apr 26, 2024
6f51c8f
add tests, more is needed
dpgaspar Apr 26, 2024
5b70265
remove old test
dpgaspar Apr 27, 2024
535a539
fix tests
dpgaspar Apr 27, 2024
6ac8de8
add tests and improve exceptions
dpgaspar Apr 29, 2024
9cc8a27
Merge branch 'master' into danielgaspar/sc-59713/migrate-columnar-dat…
dpgaspar Apr 29, 2024
81e755b
add columnar fe tests
dpgaspar Apr 29, 2024
e00656c
remove XLSX from npm
dpgaspar Apr 29, 2024
96ab122
fix right menu
dpgaspar Apr 29, 2024
90fa299
fix lint
dpgaspar Apr 29, 2024
1388800
fix dataframe index
dpgaspar Apr 30, 2024
1a73645
Merge branch 'master' into danielgaspar/sc-59713/migrate-columnar-dat…
dpgaspar May 1, 2024
27906cb
fix lint
dpgaspar May 2, 2024
33694b8
fix lint
dpgaspar May 2, 2024
b5a5043
fix lint
dpgaspar May 2, 2024
e98d6b7
add more tests
dpgaspar May 2, 2024
1ae0471
Update superset-frontend/src/features/databases/UploadDataModel/Uploa…
dpgaspar May 6, 2024
663ba6b
Update superset-frontend/src/features/databases/UploadDataModel/index…
dpgaspar May 6, 2024
b26be33
Update superset-frontend/src/features/databases/UploadDataModel/index…
dpgaspar May 6, 2024
2dfa207
Update superset/databases/schemas.py
dpgaspar May 6, 2024
3a2a33d
build(deps-dev): bump eslint-plugin-testing-library from 6.2.0 to 6.2…
dependabot[bot] May 1, 2024
9c71781
build(deps): bump clsx from 2.1.0 to 2.1.1 in /docs (#28301)
dependabot[bot] May 1, 2024
e1ae83b
build(deps): bump markdown-to-jsx from 7.4.1 to 7.4.7 in /superset-fr…
dependabot[bot] May 1, 2024
7c6ae9c
chore(commands): Remove unnecessary commit (#28154)
john-bodley May 1, 2024
bdb06cf
fix: all_database_access should enable access to all datasets/charts/…
mistercrunch May 2, 2024
f534877
fix(sql_parse): Add Apache Spark to SQLGlot dialect mapping (#28322)
john-bodley May 2, 2024
b2da4fd
fix(docs): prevent browser to download the entire video in first page…
hainenber May 2, 2024
ef4b78f
chore: Move #26288 from "Database Migration" to "Other" (#28311)
john-bodley May 2, 2024
1f5dd45
fix: Ignore USE SQL keyword when determining SELECT statement (#28279)
john-bodley May 2, 2024
d040998
chore(dev): remove obsolete image reference to `superset-websocket` +…
hainenber May 2, 2024
8daf39d
fix: Rename legacy line and area charts (#28113)
john-bodley May 2, 2024
83b6209
refactor(helm): Allow chart operators to exclude the creation of the …
asaf400 May 3, 2024
eb76cfe
docs: add npm publish steps to release/readme (#23730)
May 3, 2024
a204ef7
build(deps): bump ws from 8.16.0 to 8.17.0 in /superset-websocket (#2…
dependabot[bot] May 3, 2024
c7c8450
fix(website): links corrected (#28333)
frankzimper May 3, 2024
683a06e
docs: various improvements across the docs (#28285)
mistercrunch May 3, 2024
7f29b96
fix: database logos look stretched (#28340)
mistercrunch May 4, 2024
084d1d3
address comments, part 1
dpgaspar May 6, 2024
e743515
Merge branch 'master' into danielgaspar/sc-59713/migrate-columnar-dat…
dpgaspar May 6, 2024
1ab6a88
address comments, part 2
dpgaspar May 6, 2024
4d20037
fix
dpgaspar May 6, 2024
77eda9c
fix
dpgaspar May 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
156 changes: 0 additions & 156 deletions superset-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion superset-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@
"use-event-callback": "^0.1.0",
"use-immer": "^0.9.0",
"use-query-params": "^1.1.9",
"xlsx": "^0.18.5",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand Down
Loading
Loading