{% if gras_aggregations %}
- args:
    dbx_job_id: {{ dbx_job_id_gras }}
    dbx_spark_params: {{ dbx_spark_params_gras }}
    dbx_job_max_lifetime: {{ gras_dbx_job_max_lifetime }}
    dsp: gras
    report_type: gras
    unit_type: daily
    valid_from: '2017-06-30'
    env: {{ env }}
  dependencies:
  - is_single_context: true
    name: gras-{yyyymmdd}-sme-dim_participant-v1
    type: slz_uow
  - is_single_context: true
    name: gras-{yyyymmdd}-sme-dim_participant_member-v1
    type: slz_uow
  - is_single_context: true
    name: gras-{yyyymmdd}-sme-dim_product-v1
    type: slz_uow
  - is_single_context: true
    name: gras-{yyyymmdd}-sme-dim_product_track-v1
    type: slz_uow
  - is_single_context: true
    name: gras-{yyyymmdd}-sme-dim_product_version-v1
    type: slz_uow
  - is_single_context: true
    name: gras-{yyyymmdd}-sme-dim_track-v1
    type: slz_uow
  - is_single_context: true
    name: gras-{yyyymmdd}-sme-dim_track_participant-v1
    type: slz_uow
  - name: DATA_ENABLEMENT_CONTROL
    type: snowflake
  data_source: 'slz'
  schedule: '*/10 * * * *'
  unit_of_work: gras-{yyyymmdd}-v1
{% endif %}
