Skip to content

Commit

Permalink
docs(druid): fix connect kwarg example (#10372)
Browse files Browse the repository at this point in the history
## Description of changes

Fix the incorrect kwarg in the docs for connecting to Druid

## Issues closed

Resolves #10368
  • Loading branch information
gforsyth authored Oct 25, 2024
1 parent af24c8e commit 7dac420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/backends/druid.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ con = ibis.druid.connect() # <1>
con = ibis.druid.connect(
host="hostname",
port=8082,
database="druid/v2/sql",
path="druid/v2/sql",
)
```

Expand Down

0 comments on commit 7dac420

Please sign in to comment.