Skip to content

Instantly share code, notes, and snippets.

@anna-geller
Created December 10, 2024 15:21
Show Gist options
  • Save anna-geller/1f088b6f6e00c9484e3201300405118c to your computer and use it in GitHub Desktop.
Save anna-geller/1f088b6f6e00c9484e3201300405118c to your computer and use it in GitHub Desktop.
id: parquet_to_ion
namespace: company.team
tasks:
- id: http_download
type: io.kestra.plugin.core.http.Download
uri: https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2024-09.parquet
- id: read
type: io.kestra.plugin.serdes.parquet.ParquetToIon
from: "{{ outputs.http_download.uri }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment