mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
* Carapal react mockup This is really just a mock up written in React to try different components. It could become scaffolding to build a prototype, or not. * Preliminary commit for Celery backend * Move the SQL query execution to the celery worker. * React scetch * Refactor SQL execution to use the celery if configured. * Refactor SQL execution to use the celery if configured. * Add query model * Remove QueryResult. Query has a tmp_table_name field that has all the data. * Add create table as wrapper. * Create table as * Address the comments. * Add trailing commas * Remove the init_query test. * Handle 'undefined' schema case
29 lines
279 B
Plaintext
29 lines
279 B
Plaintext
*.pyc
|
|
changelog.sh
|
|
.DS_Store
|
|
.coverage
|
|
_build
|
|
_static
|
|
_images
|
|
caravel/bin/caravelc
|
|
env_py3
|
|
.eggs
|
|
build
|
|
*.db
|
|
tmp
|
|
caravel_config.py
|
|
local_config.py
|
|
env
|
|
dist
|
|
caravel.egg-info/
|
|
app.db
|
|
*.bak
|
|
.idea
|
|
*.sqllite
|
|
|
|
# Node.js, webpack artifacts
|
|
*.entry.js
|
|
*.js.map
|
|
node_modules
|
|
npm-debug.log
|