Skip to content

Commit 5e707fe

Browse files
author
Jesse
authored
README: make example DSN easier to read (#16)
1 parent be9358c commit 5e707fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
_ "github.com/databricks/databricks-sql-go"
2424
)
2525

26-
db, err := sql.Open("databricks", "databricks://:dapi[email protected].databricks.com/sql/1.0/endpoints/12345a1b2c3d456f")
26+
db, err := sql.Open("databricks", "databricks://:dapi********@********.databricks.com/sql/1.0/endpoints/********")
2727
if err != nil {
2828
panic(err)
2929
}

0 commit comments

Comments
 (0)