{% if brandwatch %}
dsp: brandwatch
extension: csv
uow_active_hours_threshold: 24
licensors:
  - licensor: sme
    types:
      - type: artist_queries
        time_zone: 'America/New_York'
        versions:
          - valid_from: '2015-01-01'
            version: v1
      {% if brandwatch_artist_ingestion %}
      - type: artist_ingestion
        schedule: '*/10 * * * *'
        time_zone: 'America/New_York'
        hours_offset: 10
        days_offset: 1
        versions:
          - valid_from: '2015-01-01'
            version: v1
      {% endif %}
      {% if brandwatch_backfill %}
      - type: artist_backfill
        schedule: '30 1 * * *'
        time_zone: 'America/New_York'
        days_offset: 2
        versions:
          - valid_from: '2015-01-01'
            version: v1
      {% endif %}
schedule: '* 1 * * *'
{% endif %}
