A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
Frequency
Frequency of the data export job.
Enums
FREQUENCY_UNSPECIFIED
Unspecified frequency. Will be rejected.
ADHOC
Adhoc data export job only runs once and syncs all contents to BigQuery. No new updates will be appended after the sync.
DAILY
Daily job runs daily.
HOURLY
Hourly job runs hourly.
JobState
status of a data export job.
Enums
JOB_STATE_UNSPECIFIED
Unspecified state.
ACTIVE
The job is active. For daily and hourly jobs, DW will do the initial sync or sync new updates to BigQuery. For Adhoc jobs, DW will execute the full data sync.
ARCHIVED
The job has been archived. No more updates will be sent to BigQuery.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-08 UTC."],[[["\u003cp\u003eThis resource describes a DataExportJob, which is used to export data to BigQuery with fields such as \u003ccode\u003eprojectNumber\u003c/code\u003e, \u003ccode\u003elocation\u003c/code\u003e, \u003ccode\u003edataset\u003c/code\u003e, \u003ccode\u003etable\u003c/code\u003e, \u003ccode\u003efrequency\u003c/code\u003e, and \u003ccode\u003estate\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003efrequency\u003c/code\u003e field determines how often the data export job runs, with options including \u003ccode\u003eADHOC\u003c/code\u003e (one-time), \u003ccode\u003eDAILY\u003c/code\u003e, and \u003ccode\u003eHOURLY\u003c/code\u003e, with the job running at the designated time increment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003estate\u003c/code\u003e field indicates the current status of the job, which can be \u003ccode\u003eACTIVE\u003c/code\u003e (actively syncing data) or \u003ccode\u003eARCHIVED\u003c/code\u003e (no longer updating data).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecreateTime\u003c/code\u003e and \u003ccode\u003eupdateTime\u003c/code\u003e fields provide timestamps for when the job was created and last updated, respectively, in RFC3339 UTC "Zulu" format.\u003c/p\u003e\n"],["\u003cp\u003eThe system provides methods to \u003ccode\u003earchive\u003c/code\u003e an existing job and to \u003ccode\u003ecreate\u003c/code\u003e a new job, these methods being: \u003ccode\u003earchiveDataExportJob\u003c/code\u003e and \u003ccode\u003ecreate\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# REST Resource: projects.locations.dataExportJobs\n\nResource: DataExportJob\n-----------------------\n\nDescribes a data export job.\n\nFrequency\n---------\n\nFrequency of the data export job.\n\nJobState\n--------\n\nstatus of a data export job."]]