Octan-Labs / pipeline

1 stars 0 forks source link

Pre tx query #189

Closed trmaphi closed 11 months ago

noobmdev commented 11 months ago

https://github.com/Octan-Labs/pipeline/pull/190

noobmdev commented 11 months ago
INSERT INTO FUNCTION
   s3(
       'https://datasets-documentation.s3.eu-west-3.amazonaws.com/csv/trips.csv.lz4',
       's3_key',
       's3_secret',
       'CSV'
    )
SELECT *
FROM trips
LIMIT 10000;

Export Clickhouse query to s3