Skip to content

Commit fcf7daa

Browse files
authored
Update SnowflakeConnector.php for Partner connections
1 parent bf147a0 commit fcf7daa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Database/Connectors/SnowflakeConnector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ protected function getDsn(array $config)
8585
$dsn .= "role={$role};";
8686
}
8787

88+
$dsn .= "application=DreamFactory_DreamFactory;";
89+
8890
return $dsn;
8991
}
9092
}

0 commit comments

Comments
 (0)