Skip to content

Commit

Permalink
airflow: workflow_template: Use recommendation request API for honeybee
Browse files Browse the repository at this point in the history
  • Loading branch information
ish-hcc committed Oct 7, 2024
1 parent f3cc930 commit abd561d
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit abd561d

Please sign in to comment.