Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration JobType

Type of job as described below. HARVEST - Harvest jobs are metadata crawlers that extract schema from data assets. PROFILING - Profiling jobs are data profilers that extract metrics about data like histograms, distribution, min, max, avg and so on. SAMPLING - Sampling jobs extract a small subset of data for profiling and viewing. PREVIEW - Preview jobs are metadata crawlers but allow users to filter and view metadata entities in data assets. IMPORT - Import jobs import metadata in data catalog repository from a data catalog exported file. EXPORT - Export jobs export data catalog metadata for imports into other data catalog repositories. IMPORT_GLOSSARY - Job type to import glossary metadata from a file. EXPORT_GLOSSARY - Job type to export glossary metadata to a file. ASYNC_DELETE - Job type for asynchronous bulk delete on data assets, folders and data entities. PURGE - Job type for cleaning up schedules, executions and logs of a Job. IMPORT_DATA_ASSET - Job type to import technical objects to a data asset. CREATE_SCAN_PROXY - Job type to create scan proxy resource for RAC enabled data asset. ASYNC_EXPORT_GLOSSARY - Job type to export glossary metadata to a file asynchronously. ASYNC_EXPORT_DATA_ASSET - Job type to export data assets metadata to a file asynchronously.

Enumeration members

AsyncDelete

AsyncDelete: = "ASYNC_DELETE"

AsyncExportDataAsset

AsyncExportDataAsset: = "ASYNC_EXPORT_DATA_ASSET"

AsyncExportGlossary

AsyncExportGlossary: = "ASYNC_EXPORT_GLOSSARY"

CreateScanProxy

CreateScanProxy: = "CREATE_SCAN_PROXY"

Export

Export: = "EXPORT"

ExportGlossary

ExportGlossary: = "EXPORT_GLOSSARY"

Harvest

Harvest: = "HARVEST"

Immediate

Immediate: = "IMMEDIATE"

ImmediateExecution

ImmediateExecution: = "IMMEDIATE_EXECUTION"

Import

Import: = "IMPORT"

ImportDataAsset

ImportDataAsset: = "IMPORT_DATA_ASSET"

ImportGlossary

ImportGlossary: = "IMPORT_GLOSSARY"

Internal

Internal: = "INTERNAL"

Preview

Preview: = "PREVIEW"

Profiling

Profiling: = "PROFILING"

Purge

Purge: = "PURGE"

Sampling

Sampling: = "SAMPLING"

Scheduled

Scheduled: = "SCHEDULED"

ScheduledExecution

ScheduledExecution: = "SCHEDULED_EXECUTION"

ScheduledExecutionInstance

ScheduledExecutionInstance: = "SCHEDULED_EXECUTION_INSTANCE"

UnknownValue

UnknownValue: = "UNKNOWN_VALUE"

This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.

Functions

getDeserializedJsonObj

getJsonObj