diff --git a/lib/airflow/example/workflow_template/migrate_infra_workflow.json b/lib/airflow/example/workflow_template/migrate_infra_workflow.json index cfaffbb..dff7f4c 100644 --- a/lib/airflow/example/workflow_template/migrate_infra_workflow.json +++ b/lib/airflow/example/workflow_template/migrate_infra_workflow.json @@ -18,10 +18,12 @@ }, { "name": "infra_get", - "task_component": "honeybee_task_get_infra_refined", + "task_component": "honeybee_task_get_infra_refined_for_recommendation_request", "request_body": "", "path_params": { - "sgId": "3e635238-0c4b-4f6e-9062-906f3dd5f571" + "sgId": "3e635238-0c4b-4f6e-9062-906f3dd5f571", + "CSP": "aws", + "region": "ap-northeast-2" }, "dependencies": [ "infra_import"