 HugoCasaandRuben Fiszel
|
c2d18a6d6f
|
feat keep sql columns ordering (#3444)
* feat: keep pg columns ordering
* feat: pass column order through flow status
* feat: sql ordering for all sql langs
* fix: sqlx build on mac + rename to _metadata
* Update JobPreview.svelte
* Update +page.svelte
* Update +page.svelte
* Update LogPanel.svelte
* Update +page.svelte
* Update LogPanel.svelte
* Update JobPreview.svelte
* fix: build
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
|
2024-03-22 10:34:32 +01:00 |
|
HugoCasa
|
1ee45a1f7d
|
feat: allow to pin database in sql scripts (#3304)
|
2024-02-27 19:59:52 +01:00 |
|
Ruben Fiszel
|
c7d04bfa88
|
fix: prevent bigquery/snowflake against abuse timeout
|
2024-02-20 01:56:04 +01:00 |
|
Ruben Fiszel
|
fa9d5af10e
|
respect query timeout for pg queries
|
2024-02-19 20:11:28 +01:00 |
|
HugoCasa
|
9288d909b9
|
fix: bigquery timeout (#3244)
* fix: bigquery timeout
* fix: use default timeout instead
|
2024-02-19 17:56:19 +01:00 |
|
HugoCasa
|
797d7590a5
|
fix: bigquery schema and date inputs (#2688)
|
2023-11-23 14:59:33 +01:00 |
|
 Ruben Fiszelandgbouv
|
2ee57f3f84
|
feat: refactor entirely json processing in favor or rawjson to handle larger payloads (#2446)
* raw json
* raw json
* raw json
* raw json
* the big rawjson rewrite
* resolve merge conflicts
* all
* progress
* progress
* all compile
* remove mut
* remove mut
* remove mut
* arc queuedjob
* finish
* finish
* finish
* fixes
* progress
* fix result
* small fixes
* small fixes
* fix tests
* fix tests
* fix tests
* optimize eval timeout
* optimize eval timeout
* optimize eval timeout
* handle big args and result in get jobs
* improve args
* fix
* fix
* fix tests
* fix tests
* done
* add bigquery to native picker
* add bigquery
---------
Co-authored-by: gbouv <guillaume@windmill.dev>
|
2023-10-16 10:46:55 +02:00 |
|
HugoCasa
|
8319f5d0e5
|
fix: add reserved variables in args (#2371)
* fix: add reserved variables in args
* fix: only get job when necessary
|
2023-10-03 18:14:37 +02:00 |
|
Ruben Fiszel
|
7982b75613
|
feat: submit result in background thread (unify architecture for dedicated worker) (#2226)
* merge
* all
* all
|
2023-09-04 01:56:23 +02:00 |
|
Ruben Fiszel
|
c2d766028e
|
refactor worker-common
|
2023-08-20 16:44:22 +02:00 |
|
HugoCasa
|
f1a0070b71
|
feat: add graphql support (#2014)
* feat: add graphql support
* fix: use custom editor for viewing graphql schema
* fix: graphql parser cargo version
* fix: add graphql where missing
|
2023-08-09 16:19:57 +02:00 |
|
HugoCasa
|
488d2813f3
|
feat: add snowflake (#1987)
* feat: unveil windmill AI
* feat: add snowflake
* fix: uppercase snowflake auth params
|
2023-08-03 17:22:00 +02:00 |
|
HugoCasa
|
c9110575cd
|
feat: add bigquery (#1934)
* feat: add bigquery
* fix: remove debug logs
* fix: add records number limit
* fix: revert unwanted changes
* feat: bigquery enterprise only
* fix: google auth only when enterprise
* fix: rename bigquery scripts
|
2023-07-27 14:24:27 +02:00 |
|