Skip to content

Commit

Permalink
Added missing google cloud type config
Browse files Browse the repository at this point in the history
  • Loading branch information
deanhannigan committed Mar 13, 2024
1 parent c0177aa commit f5adca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/server/src/sdk/app/rows/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const SQL_CLIENT_SOURCE_MAP: Record<SourceName, SqlClient | undefined> = {
[SourceName.REDIS]: undefined,
[SourceName.SNOWFLAKE]: undefined,
[SourceName.BUDIBASE]: undefined,
[SourceName.GOOGLE_CLOUD]: undefined,
}

export function getSQLClient(datasource: Datasource): SqlClient {
Expand Down

0 comments on commit f5adca8

Please sign in to comment.