Skip to content

Commit

Permalink
Fix quickstart with a missing comma
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Chiao <[email protected]>
  • Loading branch information
adchia committed Feb 3, 2022
1 parent d84adbe commit 393d6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/quickstart/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
"* gcp: use BigQuery/Snowflake with Google Cloud Datastore/Redis\n",
"* aws: use Redshift/Snowflake with DynamoDB/Redis\n",
"\n",
"Note that there are many other sources Feast works with, including Azure, Hive, Trino, and PostgreSQL via community plugins. See https://docs.feast.dev/getting-started/third-party-integrations for all supported datasources."
"Note that there are many other sources Feast works with, including Azure, Hive, Trino, and PostgreSQL via community plugins. See https://docs.feast.dev/getting-started/third-party-integrations for all supported datasources.",
"\n",
"A custom setup can also be made by following https://docs.feast.dev/v/master/how-to-guides/creating-a-custom-provider"
]
Expand Down

0 comments on commit 393d6d9

Please sign in to comment.