Is there a way to convert(extract) the events_ into tables by using Dataflow Jobs or any other methods in GCP itself instead of using Azure Data Factory?
If it is possible can you please provide the steps regarding it.
Thank you
Solved! Go to Solution.
Hello,
Thank you for contacting Google Cloud Community!
You can definitely convert (extract) events_ data into tables in Google Cloud Platform (GCP) without resorting to Azure Data Factory. Here are two effective methods using Dataflow Jobs:
Method 1: Cloud Dataflow with Apache Beam:
Method 2: Cloud Dataflow with Pub/Sub:
Regards,
Jai Ade
Hello,
Thank you for contacting Google Cloud Community!
You can definitely convert (extract) events_ data into tables in Google Cloud Platform (GCP) without resorting to Azure Data Factory. Here are two effective methods using Dataflow Jobs:
Method 1: Cloud Dataflow with Apache Beam:
Method 2: Cloud Dataflow with Pub/Sub:
Regards,
Jai Ade
Thank you for the solution but I am not familiar with Apache Beam