Skip to content

Commit

Permalink
fix: pass schema on dataset creation
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Jul 26, 2023
1 parent 165afee commit 4d5e317
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ export const SaveDatasetModal = ({
createDatasource({
sql: datasource.sql,
dbId: datasource.dbId || datasource?.database?.id,
schema: datasource?.schema,
templateParams,
datasourceName: datasetName,
}),
Expand Down

0 comments on commit 4d5e317

Please sign in to comment.