Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.45 KB

File metadata and controls

42 lines (28 loc) · 1.45 KB
page_title galaxy_data_quality_schedules Data Source - galaxy
subcategory
description

galaxy_data_quality_schedules (Data Source)

Schema

Required

  • catalog_id (String) - A catalog
  • This parameter can be looked up using name instead of its Id. Use name=value instead of an Id to lookup/search using the value. value must be encoded (see RFC including =)
  • schema_id (String) A schema from a catalog
  • table_id (String) A table from a catalog

Read-Only

  • cluster_id (String) Cluster in which checks are executed
  • cron_expression (String) Cron expression which determines execution interval
  • data_quality_checks (Attributes List) List of data quality checks (read only) (see below for nested schema)
  • data_quality_schedule_id (String) Data Quality Schedule ID (read only)
  • enabled (Boolean) Is schedule enabled
  • next_execution (String) Date and time of the next scheduled execution
  • role_id (String) Role used when checks are executed
  • timezone (String) Timezone in which CRON is evaluated

Nested Schema for data_quality_checks

Read-Only:

  • data_quality_check_id (String) Data Quality check ID (read only)
  • name (String) Data Quality check name