Skip to content

Commit

Permalink
Fix DuckDB label (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobarauna authored May 15, 2024
1 parent 6c5bcce commit 42d8b4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/assets/sql_cell/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ export function init(ctx, payload) {
bigquery: "Google BigQuery",
athena: "AWS Athena",
snowflake: "Snowflake",
sqlserver: "SQL Server"
sqlserver: "SQL Server",
duckdb: "DuckDB"
},
};
},
Expand Down

0 comments on commit 42d8b4f

Please sign in to comment.