definition_version: '2'
entities:
  fan_data_export:
    type: streamlit
    identifier:
      name: fan_data_export
    main_file: main.py
    pages_dir: pages
    query_warehouse: QA_ETL_WH
    stage: fan_data_export
    artifacts:
      - main.py
      - environment.yml
      - pages/fan_id_based_export.py
      - common/constants_general.py
      - common/data_utilities.py
      - common/streamlit_utilities.py
      - common/utility_functions.py
      - common/local_connection.py
      - common/layout/fan_export_fields.py
      - common/layout/main_fields.py
      - common/layout/selection_fields.py
