Skip to content

Commit 5d851f2

Browse files
fix: Update Core connection documentation format
- Clarify that for Core connections, full URL (scheme, host, port) comes from url parameter - Address GitHub comment feedback about misleading connection string format Co-Authored-By: [email protected] <[email protected]>
1 parent 175d4d1 commit 5d851f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firebolt_db/firebolt_dialect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def create_connect_args(self, url: URL) -> Tuple[List, Dict]:
145145
"""
146146
Build firebolt-sdk compatible connection arguments.
147147
URL format : firebolt://id:secret@host:port/db_name
148-
For Core: firebolt://host:port/db_name?url=core_url
148+
For Core: firebolt://db_name?url=http://localhost:8080 (full URL in url parameter)
149149
"""
150150
parameters = dict(url.query)
151151

0 commit comments

Comments
 (0)