sources:
  - name: revenuecat
    database: "{{ target.database }}"
    schema: prod         # Our Snowflake schema
    config:
      group: finance
    tables:
      - name: revenuecat_transaction_data
        description: "RevenueCat transactions"
        tags: ["partition_type=daily"]
        meta:
          dagster:
            partition_start_date: "2023-03-26"
            partition_date_column: "start_time"





