QueuedJob: { args?: ScriptArgs; canceled: boolean; canceled_by?: string; canceled_reason?: string; created_at?: string; created_by?: string; email: string; flow_status?: FlowStatus; id: string; is_flow_step: boolean; job_kind: | "script" | "preview" | "dependencies" | "flowdependencies" | "appdependencies" | "flow" | "flowpreview" | "script_hub" | "identity" | "deploymentcallback" | "singlescriptflow"; language?: | "python3" | "deno" | "go" | "bash" | "powershell" | "postgresql" | "mysql" | "bigquery" | "snowflake" | "mssql" | "graphql" | "nativets" | "bun" | "php"; last_ping?: string; logs?: string; mem_peak?: number; parent_job?: string; permissioned_as: string; priority?: number; raw_code?: string; raw_flow?: FlowValue; running: boolean; schedule_path?: string; scheduled_for?: string; script_hash?: string; script_path?: string; started_at?: string; tag: string; visible_to_owner: boolean; workspace_id?: string; } Type declaration
canceled: boolean
Optionalcanceled_by?: string
Optionalcanceled_reason?: string
Optionalcreated_at?: string
Optionalcreated_by?: string
email: string
Optionalflow_status?: FlowStatus
id: string
is_flow_step: boolean
job_kind:
| "script"
| "preview"
| "dependencies"
| "flowdependencies"
| "appdependencies"
| "flow"
| "flowpreview"
| "script_hub"
| "identity"
| "deploymentcallback"
| "singlescriptflow"
Optionallanguage?:
| "python3"
| "deno"
| "go"
| "bash"
| "powershell"
| "postgresql"
| "mysql"
| "bigquery"
| "snowflake"
| "mssql"
| "graphql"
| "nativets"
| "bun"
| "php"
Optionallast_ping?: string
Optionallogs?: string
Optionalmem_peak?: number
Optionalparent_job?: string
permissioned_as: string
Optionalpriority?: number
Optionalraw_code?: string
Optionalraw_flow?: FlowValue
running: boolean
Optionalschedule_path?: string
Optionalscheduled_for?: string
Optionalscript_hash?: string
Optionalscript_path?: string
Optionalstarted_at?: string
tag: string
visible_to_owner: boolean
Optionalworkspace_id?: string
The user (u/userfoo) or group (g/groupfoo) whom the execution of this script will be permissioned_as and by extension its DT_TOKEN.