Re: Continuous Read pipeline

2020-06-23 Thread Chamikara Jayalath
On Fri, Jun 12, 2020 at 12:52 AM TAREK ALSALEH wrote: > Hi, > > I am using the Python SDK with Dataflow as my runner. I am looking at > implementing a streaming pipeline that will continuously monitor a GCS > bucket for incoming files and depending on the regex of the file, launch a > set of tran

Continuous Read pipeline

2020-06-12 Thread TAREK ALSALEH
Hi, I am using the Python SDK with Dataflow as my runner. I am looking at implementing a streaming pipeline that will continuously monitor a GCS bucket for incoming files and depending on the regex of the file, launch a set of transforms and write the final output back to parquet for each file