Skip to content

Commit f45654b

Browse files
authored
HCK-15891: fix FE of database/schema default properties to dbt (#171)
1 parent f8d18e5 commit f45654b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

forward_engineering/dbtProvider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class DbtProvider {
5050
*/
5151
getEntityProperties({ modelData, containerData, entityData }) {
5252
return {
53-
databaseName: containerData?.[0]?.code ?? containerData?.[0]?.name,
53+
schemaName: containerData?.[0]?.code ?? containerData?.[0]?.name,
5454
};
5555
}
5656
}

0 commit comments

Comments
 (0)