Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/blog/0.35.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@ This release focuses on expanding our connector ecosystem to ensure you have smo
### Azure Blob Storage connector
Rill's support for cloud storage solutions expands with the addition of the Azure Blob Storage connector.
Easily integrate and connect with your data stored in Azure Blob Storage.
For more details, check out [Azure Connector](/developers/build/connectors/data-source/azure) documentation.
For more details, check out [Azure Connector](/developers/build/connectors/data-source/duckdb/azure) documentation.
![azure-0 35](https://cdn.rilldata.com/docs/release-notes/35_azure_gif)

## Data Warehouses:
### Athena Connector
Connect and query your Athena datasets seamlessly with the new Athena connector.
Leverage your existing Athena SQL scripts to populate data in Rill.
For more details, check out [Athena Connector](/developers/build/connectors/data-source/athena) documentation.
For more details, check out [Athena Connector](/developers/build/connectors/data-source/duckdb/athena) documentation.
![azure-0 35](https://cdn.rilldata.com/docs/release-notes/35_athena_gif)

## Relational Databases:

### Postgres connector
Integrating with one of the most popular open-source relational databases is now easier than ever.
With the new Postgres connector, you can connect your PostgreSQL databases directly into Rill.
For more details, check out [Postgres Connector](/developers/build/connectors/data-source/postgres) documentation.
For more details, check out [Postgres Connector](/developers/build/connectors/data-source/duckdb/postgres) documentation.

![postgres-0 35](https://cdn.rilldata.com/docs/release-notes/35_postgres_gif)

Expand Down
2 changes: 1 addition & 1 deletion docs/blog/0.38.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ With a few lines of code you can easily request a secure iframe url to your Rill

Got Snowflake? We have a connector for you!
Ingest data directly from Snowflake via the standard Rill UI without any fuss, plug in a SQL statement and a set of credentials and you are good to go.
Read more about how to configure the Snowflake connector by visiting our docs page [here](/developers/build/connectors/data-source/snowflake).
Read more about how to configure the Snowflake connector by visiting our docs page [here](/developers/build/connectors/data-source/duckdb/snowflake).

## Themes

Expand Down
2 changes: 1 addition & 1 deletion docs/blog/0.42.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Turning metrics into Custom API endpoints with just simple configuration? Write
Together with Custom APIs you now have the possibility to consume your data and metrics from outside applications. Imagine setting up a slash command in Slack that triggers a lambda function that fetches yesterdays sales by sales person and posts it back to Slack. We are super excited to see what the community will build with this new possibility!

## More Connectors - Redshift
We're always looking for more ways to bring data into Rill. This release includes a connector for Redshift - [more details here](/developers/build/connectors/data-source/redshift) on how to set up credentials and create sources from your Redshift data.
We're always looking for more ways to bring data into Rill. This release includes a connector for Redshift - [more details here](/developers/build/connectors/data-source/duckdb/redshift) on how to set up credentials and create sources from your Redshift data.

## Easier Navigation of Timelines
In addition to zooming into a timeline, you can now pan to prior or next period. When hovering on a timeline - you'll see arrows on either side of the timeline that will pan to the same period before or after your current view. Now quickly jump to each period you need to analyze even faster!
Expand Down
2 changes: 1 addition & 1 deletion docs/blog/0.59.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Setting and displaying a `banner` is now supported in Canvas dashboards.
You can now specify a full DSN string for your OLAP connectors such as ClickHouse and Pinot, making it even easier to connect.

## Snowflake Password Authentication Update
Snowflake is starting to phase out single-factor password authentication. If you are using password authentication for your Snowflake source, we recommend migrating to [private key authentication](/developers/build/connectors/data-source/snowflake#using-keypair-authentication) to avoid service disruptions.
Snowflake is starting to phase out single-factor password authentication. If you are using password authentication for your Snowflake source, we recommend migrating to [private key authentication](/developers/build/connectors/data-source/duckdb/snowflake#using-keypair-authentication) to avoid service disruptions.

## Bug Fixes and Misc
- Fixed various bugs, UX improvements, and new features around Canvas dashboards:
Expand Down
2 changes: 1 addition & 1 deletion docs/blog/0.64.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can now search directly within the row and column add dialogs. It was alread
When you add a local filter to a widget in a Canvas dashboard, it will now be represented as an inline filter pill inside the widget. This helps end users understand which filters are active for that specific widget.

## Support for AWS STS Authentication in Connectors
We now support AWS STS authentication for our DuckDB and S3 connectors. You can find more details in our [documentation](/developers/build/connectors/data-source/s3#method-2-iam-role-assumption).
We now support AWS STS authentication for our DuckDB and S3 connectors. You can find more details in our [documentation](/developers/build/connectors/data-source/duckdb/s3#method-2-iam-role-assumption).

## Cell Inspector for Long Dimension Values
Sometimes, long dimension values are truncated in leaderboards and tables. You can now press the spacebar to toggle the Cell Inspector, which reveals the full value of the cell. This is especially useful when dealing with JSON values or log messages.
Expand Down
Loading
Loading