-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hey, @dwallace0723 thanks very much for the plugin 🙏 .
I guess it serves me well for not reading the API documentation thoroughly before trying to use the API
I got a little hung up by this when I forgot to pass a trigger value to the run_job method.
db = DbtCloud(id,token)
db.run_job('job_name')
{"detail":"There was a server error. Please contact support at support@getdbt.com."}'
This is the error message the API gives back
db.run_job('job_name',data={'cause':'trigger'})
^ This works
Do you think we could make the data argument mandatory - It would be more beginner-friendly
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
