Skip to content

Commit

Permalink
Update README [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Preetam authored Oct 15, 2021
1 parent e391356 commit 463be7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ In the [example](https://github.com/crossjoin-io/crossjoin/tree/main/example) di
this [AWS blog post](https://aws.amazon.com/blogs/big-data/joining-across-data-sources-on-amazon-quicksight/)) representing
orders and returns data.

The config creates a combined data set in a `joined.db` SQLite3 file.
The config defines a data set using both CSVs joined on the `Order ID` field. This example joins two CSVs,
but you can mix and match data sources. For example, you can join a PostgreSQL data source with a different
Redshift data source and a CSV.

```yaml
data_sets:
Expand Down

0 comments on commit 463be7b

Please sign in to comment.