Skip to content

Commit

Permalink
Make motherduck token optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Scullin committed Mar 19, 2024
1 parent 269fad7 commit a8e937a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/malloy-db-duckdb/src/duckdb_connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import {
export interface DuckDBConnectionOptions extends ConnectionConfig {
additionalExtensions?: string[];
databasePath?: string;
motherDuckToken: string | undefined;
motherDuckToken?: string;
workingDirectory?: string;
readOnly?: boolean;
}
Expand Down

0 comments on commit a8e937a

Please sign in to comment.