Skip to content

Commit

Permalink
Fixed a few typos in connectors.md (#5296)
Browse files Browse the repository at this point in the history
* Update olap-engines.md

Missing Pinot in available OLAP engines,

* Update multiple-olap.md

fixing page numbers on OLAP engines dropdown

* Create connectors.md

Create OLAP engine reference guide that sits at the bottom of the /reference/project-files

* Update connectors.md

some fixed to the contents

* Update connectors.md

* Update connectors.md

* added code box

* Update connectors.md

* Additional notes

added about current bug and recommendation against personal local duckdb instance
  • Loading branch information
royendo authored Jul 17, 2024
1 parent d29072c commit beb4338
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/docs/reference/olap-engines/duckdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ Well now you can! For more details, see our page on [Using Multiple OLAP Engines

## Additional Notes

- For dashboards powered by DuckDB, [measure definitions](/build/dashboards/dashboards.md#measures) are required to follow standard [DuckDB SQL](https://duckdb.org/docs/sql/introduction) syntax.
- For dashboards powered by DuckDB, [measure definitions](/build/dashboards/dashboards.md#measures) are required to follow standard [DuckDB SQL](https://duckdb.org/docs/sql/introduction) syntax.
- Known issue around creating a DuckDB via the UI, you will need to create the YAML file manually.
- Note that local running instances of DuckDB (outside of the default one) is mainly for development and local use. When uploading to Rill Cloud, it is recommended to use a `source` type instead
4 changes: 2 additions & 2 deletions docs/docs/reference/project-files/connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Select + Add -> Data -> Connect an OLAP engine

:::tip A note on OLAP engines

You can have multiple OLAP engines in a single project and have each dashboard run on a different engine using the olap_connector parameter directly on a dashboard.
You can have multiple OLAP engines in a single project and have each dashboard run on a different engine using the `connector` parameter directly on a dashboard.

:::

Expand All @@ -48,7 +48,7 @@ You can also connect using a dsn parameter. You cannot use the above parameters
**`dsn`** - connection string containing all the details above, in a single string. Note that each engine's syntax is slightly different. Please refer to [our documentation](https://docs.rilldata.com/reference/olap-engines/) for further details.

---

_Example #1: Connecting to a local running Clickhouse server (no security enabled)_
```yaml
type: connector
Expand Down

0 comments on commit beb4338

Please sign in to comment.