Category "google-cloud-dataflow"

Two New Fields Added on the Dataflow Job from a Template

I created a Dataflow job from a Template (Cloud Datastream to BigQuery) several weeks ago. I stopped the job and then tried to create a new job with the same T

Apache Beam Python SDK: How to access timestamp of an element?

I'm reading messages via ReadFromPubSub with timestamp_attribute=None, which should set timestamps to the publishing time. This way, I end up with a PCollecti

How to pass hbase-site.xml to Google Cloud Dataflow template

We have a setup where we have a Hbase cluster running on Google cloud and using Dataflow I want to write into Hbase tables. For this, I want to pass my hbase-si

Ingest RDBMS data to BigQuery

If we have an on-prem sources like SQL-Server and Oracle. Data from it has to be ingested periodically in batch mode in Big Query. What shud be the architecture

Unable to create a template

I am trying to create a dataflow template using the below mvn command And i have a json config file in the bucket where i need to read different config file for

Unable to verify that GCS bucket exists while creating and staging Dataflow template

I am creating and staging gcp dataflow template in cloud storage with following command: mvn -X compile exec:java -Dexec.mainClass=main.java.TemplatePipeline -D

FTP to Google Storage

Some files get uploaded on a daily basis to an FTP server and I need those files under Google Cloud Storage. I don't want to bug the users that upload the files

Unable to Verify that GCS bucket and PKIX path building failed Errors in Creating and staging GCP Dataflow template

I am creating and staging gcp dataflow template in cloud storage with following command: mvn -X compile exec:java -Dexec.mainClass=main.java.TemplatePipeline -D

Apache Beam FileIO match - What's better/more efficient way to match files? [closed]

I'm just wondering - does the use of wildcard have an impact on how Beam matches files? For instance, if I want to match a file with Apache Be

Correct way to define an apache beam pipepline

I am new to Beam and struggling to find many good guides and resources to learn best practices. One thing I have noticed is there are two ways pipelines are de