These are lifecycle event payloads sent by dbt Cloud during job execution.
Last active
May 19, 2021 17:12
-
-
Save boxysean/3166b3ac55801685b6d275e9a9ddd5ee to your computer and use it in GitHub Desktop.
dbt Cloud Lifecycle Events payloads
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"headers":{ | |
"host":"eno1j17h2sliyaw.m.pipedream.net", | |
"x-amzn-trace-id":"Root=1-60a54535-019ac4ba5d460ef76b0eada7", | |
"content-length":"182", | |
"user-agent":"python-requests/2.22.0", | |
"accept-encoding":"gzip, deflate", | |
"accept":"*/*", | |
"x-webhook-payload-version":"v0", | |
"content-type":"application/json", | |
"x-datadog-trace-id":"8591595075577842662", | |
"x-datadog-parent-id":"13906838123495608786", | |
"x-datadog-sampling-priority":"1" | |
}, | |
"body":{ | |
"event":"RUN", | |
"payload":{ | |
"run_id":19636199, | |
"job_definition_id":12389, | |
"account_id":4238, | |
"project_id":12220, | |
"environment_id":12980, | |
"status":"Running", | |
"status_code":3 | |
} | |
}, | |
"inferred_body_type":"JSON", | |
"method":"POST", | |
"url":"https://eno1j17h2sliyaw.m.pipedream.net/", | |
"client_ip":"54.81.134.249", | |
"query":{ | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"headers":{ | |
"host":"eno1j17h2sliyaw.m.pipedream.net", | |
"x-amzn-trace-id":"Root=1-60a54686-476d9da75fb7822d5edb38e5", | |
"content-length":"183", | |
"user-agent":"python-requests/2.22.0", | |
"accept-encoding":"gzip, deflate", | |
"accept":"*/*", | |
"x-webhook-payload-version":"v0", | |
"content-type":"application/json", | |
"x-datadog-trace-id":"15072054343522422606", | |
"x-datadog-parent-id":"9229668958717023813", | |
"x-datadog-sampling-priority":"0" | |
}, | |
"body":{ | |
"event":"RUN", | |
"payload":{ | |
"run_id":19636199, | |
"job_definition_id":12389, | |
"account_id":4238, | |
"project_id":12220, | |
"environment_id":12980, | |
"status":"Success", | |
"status_code":10 | |
} | |
}, | |
"inferred_body_type":"JSON", | |
"method":"POST", | |
"url":"https://eno1j17h2sliyaw.m.pipedream.net/", | |
"client_ip":"54.81.134.249", | |
"query":{ | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment