Skip to main content

job_http_configuration

Information about jobs that will be ran through an HTTP call (e.g. /extract_all).

Primary Key:Foreign Keys:Indexes:
ColumnData TypeNullableIndexedDescription
job_http_configuration_idbigintNoYesSnowflake ID for job_http_configuration primary key.
nametextNoNoName for the job.
schedule_idbigintNoYesThe schedule that triggers this HTTP job.
urltextNoNoURL to call when the job runs.
methodhttp_method_typeNoNoHTTP method used when calling the URL.
bodyjsonbNoNoRequest body sent with the HTTP call.
headerstext[]NoNoHTTP headers to send with the call, formatted as 'Header-Name=value' strings.
auth_typehttp_auth_typeNoNoHow to authenticate the outbound HTTP call. 'none' uses the default client; 'id_token' attaches a Google ID token (gateway-internal calls).