 HugoCasaandRuben Fiszel
|
522f32c6c0
|
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
|
1c6e767617
|
feat: allow to pin database in sql scripts (#3304)
|
2024-02-27 19:59:52 +01:00 |
|
Ruben Fiszel
|
3761de874e
|
fix: prevent bigquery/snowflake against abuse timeout
|
2024-02-20 01:56:04 +01:00 |
|
Ruben Fiszel
|
a3320fe144
|
respect query timeout for pg queries
|
2024-02-19 20:11:28 +01:00 |
|
HugoCasa
|
be3f9125af
|
fix: bigquery timeout (#3244)
* fix: bigquery timeout
* fix: use default timeout instead
|
2024-02-19 17:56:19 +01:00 |
|
HugoCasa
|
f5e098d03b
|
fix: bigquery schema and date inputs (#2688)
|
2023-11-23 14:59:33 +01:00 |
|
 Ruben Fiszelandgbouv
|
9314d38bf1
|
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
|
e7165f3357
|
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
|
dff1cd9a64
|
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
|
9efca50541
|
refactor worker-common
|
2023-08-20 16:44:22 +02:00 |
|
HugoCasa
|
e4534d2dc3
|
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
|
d57b8d79ad
|
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
|
fd4c978874
|
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 |
|