version: 2
seeds:
  - name: FEATURES_WORTH_CAP_DBT
    description: '{{ doc("FEATURES_WORTH_CAP_DBT") }}'
    columns:
      - name: description
        description: Description of the feature used for scoring in segmentation
        data_tests:
          - unique
          - not_null
      - name: feature
        description: Name of the feature used for scoring segmentation
        data_tests:
          - unique
          - not_null
      - name: worth
        description: Numeric value of one activity for each feature
        data_tests:
          - not_null
      - name: cap
        description: Maximum points fan can be assigned for specific feature
        data_tests:
          - not_null
  - name: SEGMENTATION_DECAY_FACTORS_DBT
    description: '{{ doc("SEGMENTATION_DECAY_FACTORS_DBT") }}'
