(cross posting from #dbt-cloud slack channel (thread)
hello 👋 (first time poster here).
I'm fairly certain that the POST /api/v2/accounts/<account_id>/jobs/<job_id>/run endpoint may be not working as intended. I'm making a POST request (see screenshot below) and dbt's API is returning:
405 Method Not Allowed
{
"detail": "Method \"GET\" not allowed."
}

(cross posting from #dbt-cloud slack channel (thread)
hello 👋 (first time poster here).
I'm fairly certain that the
POST /api/v2/accounts/<account_id>/jobs/<job_id>/runendpoint may be not working as intended. I'm making a POST request (see screenshot below) and dbt's API is returning: