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."
}
The text was updated successfully, but these errors were encountered:
in case any-one else is coming across this, the solution which was discussed here on Slack is to add a trailing-slash. I'm assuming a fix will get pushed for this fairly soon though
(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:The text was updated successfully, but these errors were encountered: