You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl -X POST http://localhost:8080/api/v1/flows/import -F fileUpload=@generate_flow_with_dbt_dag.yaml
curl -X POST http://localhost:8080/api/v1/executions/company.datateam.dbt/generate_flow_with_dbt_dag?wait=true
The text was updated successfully, but these errors were encountered:
Description
So far, we have this guide from Antoine showing how they dynamically generate a bunch of flows via Terraform: https://kestra.io/docs/how-to-guides/terraform-templating + https://kestra.io/docs/how-to-guides/terraform-modules-for-triggers
We could add a page "How to dynamically generate flows" which shows 2 other ways to create flows dynamically:
curl -X POST http://localhost:8080/api/v1/flows/import -F fileUpload=@generate_flow_with_dbt_dag.yaml curl -X POST http://localhost:8080/api/v1/executions/company.datateam.dbt/generate_flow_with_dbt_dag?wait=true
The text was updated successfully, but these errors were encountered: