Commit 87cd694
Skeleton for remote query execution using celery. (#908)
* 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 case1 parent 9e75656 commit 87cd694
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1348 | 1348 | | |
1349 | 1349 | | |
1350 | 1350 | | |
1351 | | - | |
1352 | 1351 | | |
1353 | 1352 | | |
1354 | 1353 | | |
| |||
0 commit comments