Hi All,
I am performing a Poc to trigger dataform via gcp composer, I am using dataform to perform ETL for a multiple clients depending on the client name i pass as an argument. My requirement is to be able to create a Dag which will trigger the dataform for a client by sending the client_name.
For example
Below is how my workflow_settings.yaml looks like in a dataform repo, It performs the ETL operations for a client which is sent via code variable, In the below example it would for client A.
================================================
Hi @TA3 Welcome to Google Cloud Community! To trigger a Dataform workflow from Google Cloud Composer, you can follow these steps:
Here's a basic Python example of what your DAG might resemble:
4. Upload the DAG file to your Airflow environment. Ensure it's placed in the correct directory. Note:
I hope the above information is helpful. |