Created
December 10, 2024 15:21
-
-
Save anna-geller/1f088b6f6e00c9484e3201300405118c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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