Skip to content

Commit 393d6d9

Browse files
committed
Fix quickstart with a missing comma
Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent d84adbe commit 393d6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/quickstart/quickstart.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
"* gcp: use BigQuery/Snowflake with Google Cloud Datastore/Redis\n",
193193
"* aws: use Redshift/Snowflake with DynamoDB/Redis\n",
194194
"\n",
195-
"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."
195+
"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.",
196196
"\n",
197197
"A custom setup can also be made by following https://docs.feast.dev/v/master/how-to-guides/creating-a-custom-provider"
198198
]

0 commit comments

Comments
 (0)