Skip to content

Commit 429592d

Browse files
authored
Debug
2 parents 9f7c4b3 + b5698dd commit 429592d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/dbt_cloud/job.go

+2
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ func (c *Client) UpdateJob(jobId string, job Job) (*Job, error) {
164164
}
165165

166166
req, err := http.NewRequest("POST", fmt.Sprintf("%s/jobs/%s/", c.AccountURL, jobId), strings.NewReader(string(jobData)))
167+
fmt.Printf(fmt.Sprintf("%s/jobs/%s/", c.AccountURL, jobId))
168+
fmt.Printf(string(jobData))
167169
if err != nil {
168170
return nil, err
169171
}

0 commit comments

Comments
 (0)