Merge pull request #50644 from ClickHouse/rfraposa-patch-3

Update nyc-taxi.md
This commit is contained in:
robot-ch-test-poll4 2023-06-07 04:32:54 +02:00 committed by GitHub
commit 1be026d33e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'
);