From a89c129c49e18177cd09bcbd83c97f1657e9f925 Mon Sep 17 00:00:00 2001 From: Rich Raposa Date: Tue, 6 Jun 2023 15:54:57 -0600 Subject: [PATCH] Update nyc-taxi.md Use gcs function (instead of s3) for the GCS files --- docs/en/getting-started/example-datasets/nyc-taxi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/getting-started/example-datasets/nyc-taxi.md b/docs/en/getting-started/example-datasets/nyc-taxi.md index 9730faa873c..cac75fdc45a 100644 --- a/docs/en/getting-started/example-datasets/nyc-taxi.md +++ b/docs/en/getting-started/example-datasets/nyc-taxi.md @@ -75,7 +75,7 @@ SELECT payment_type, pickup_ntaname, dropoff_ntaname -FROM s3( +FROM gcs( 'https://storage.googleapis.com/clickhouse-public-datasets/nyc-taxi/trips_{0..2}.gz', 'TabSeparatedWithNames' );