Compare commits

...

2 Commits

Author SHA1 Message Date
Alexander Petric
b47224d047 fix main: remove unused import 2025-01-30 17:22:54 -05:00
Alexander Petric
270bc8e9a4 feat: duckdb connection settings with azure blob storage 2025-01-30 15:52:36 -05:00
3 changed files with 3 additions and 2 deletions

View File

@@ -1 +1 @@
7f00fe271b04302edc0093e9840fa34d770e405e
5011623a1ec6470ec3ce67d7d6abf4ebf0444888

View File

@@ -10114,6 +10114,8 @@ paths:
properties:
connection_settings_str:
type: string
azure_container_path:
type: string
required:
- connection_settings_str

View File

@@ -47,7 +47,6 @@ use windmill_common::users::COOKIE_NAME;
use windmill_common::users::{truncate_token, username_to_permissioned_as};
use windmill_common::utils::paginate;
use windmill_common::worker::CLOUD_HOSTED;
use windmill_common::BASE_URL;
use windmill_common::{
auth::{get_folders_for_user, get_groups_for_user},
db::UserDB,