You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2023/08/09 16:00:50 UTC

[superset] branch add_motherduck updated: Fix type

This is an automated email from the ASF dual-hosted git repository.

beto pushed a commit to branch add_motherduck
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/add_motherduck by this push:
     new cf01c8c5a3 Fix type
cf01c8c5a3 is described below

commit cf01c8c5a3ba7928a7c8595fbf34ae1ae4dd573c
Author: Beto Dealmeida <ro...@dealmeida.net>
AuthorDate: Wed Aug 9 09:00:36 2023 -0700

    Fix type
---
 superset-frontend/src/features/databases/types.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset-frontend/src/features/databases/types.ts b/superset-frontend/src/features/databases/types.ts
index a7e4f59b58..e7089425bc 100644
--- a/superset-frontend/src/features/databases/types.ts
+++ b/superset-frontend/src/features/databases/types.ts
@@ -52,6 +52,7 @@ export type DatabaseObject = {
   name: string; // synonym to database_name
   paramProperties?: Record<string, any>;
   sqlalchemy_uri?: string;
+  sqlalchemy_uri_placeholder?: string;
   parameters?: {
     access_token?: string;
     database_name?: string;