I'm new to GCP. I have created a Pub/Sub Topic and a Cloud Function. 1.When a Message is Published to Topic the Cloud function is Executed and it invokes a DAG in Cloud Composer.
I want to read the published message in the DAG file. how to do that?
I'm new to GCP. I have created a Pub/Sub Topic and a Cloud Function. 1.When a Message is Published to Topic the Cloud function is Executed and it invokes a DAG in Cloud Composer.
I want to read the published message in the DAG file. how to do that?