Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
antikus committed Oct 25, 2023
1 parent b9fbcdc commit bd37f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relationalai-snowflake-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ connection_parameters = {

session = Session.builder.configs(connection_parameters).create()

api.use_schema(session, "#database.schema where RAI SQL Library is installed")
api.use_schema(session, "DATABASE.SCHEMA where RelationalAI SQL Library is installed")

api.create_database(session, "my-database")
```
Expand Down

0 comments on commit bd37f64

Please sign in to comment.