{% if brandwatch %}
brandwatch:
  uow_active_days_limit: 500
  default_priority_hrs: 48
  days_offset: 0
  concurrency_limit: 1
  validation_thresholds:
    low: 30
    high: 50
  implementations:
    {% if brandwatch_artist_queries %}
    - rule: sme/artist_queries
      label: artist-queries
    {% endif %}
    {% if brandwatch_artist_ingestion %}
    - rule: sme/artist_ingestion
      label: artist-ingestion
    {% endif %}
    {% if brandwatch_artist_backfill %}
    - rule: sme/artist_backfill
      label: artist-backfill
    {% endif %}
{% endif %}
