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
(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."
}