Hey!! i have a pipeline `tap-bigquery` to `target-...
# getting-started
j
Hey!! i have a pipeline
tap-bigquery
to
target-csv
that generates a local csv file and i want to use that file to run a
target-gcs
, has anyone an idea on how to do this?
c
Would it be
meltano run tap-bigquery target-csv tap-spreadsheets-anywhere target-gcs
?
j
ohh i will try it ! thankyou