{
  "version": 1,
  "description": "Golden queries for glossary regression testing. Each query tests keyword + glossary matching (no embeddings). Targets must match exact glossary entry targets.",
  "queries": [
    {
      "id": "rev-by-artist-gql",
      "query": "revenue by artist",
      "engine": "graphql",
      "mustInclude": ["moneyhubRevenueByArtist"],
      "mustRank": {
        "moneyhubRevenueByArtist": 5
      },
      "mustNotInclude": [],
      "tags": ["revenue"],
      "expectedColumns": {
        "moneyhubRevenueByArtist": [
          "artistId",
          "artistName",
          "grossRevenuePayeeCurrency",
          "netRevenuePayeeCurrency"
        ]
      }
    },
    {
      "id": "rev-by-artist-sf",
      "query": "revenue by artist",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.REVENUE_BY_ARTIST_DBT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_ARTIST_DBT": 5
      },
      "mustNotInclude": [],
      "tags": ["revenue"],
      "expectedColumns": {
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_ARTIST_DBT": [
          "account_id",
          "contract_id",
          "artist_id",
          "artist_name",
          "net_revenue_payee_currency",
          "gross_revenue_payee_currency"
        ]
      }
    },
    {
      "id": "rev-by-country-gql",
      "query": "revenue by country",
      "engine": "graphql",
      "mustInclude": ["moneyhubRevenueByCountry"],
      "mustRank": {
        "moneyhubRevenueByCountry": 5
      },
      "mustNotInclude": [],
      "tags": ["revenue"],
      "expectedColumns": {
        "moneyhubRevenueByCountry": [
          "countryCode",
          "grossRevenuePayeeCurrency",
          "netRevenuePayeeCurrency"
        ]
      }
    },
    {
      "id": "rev-by-country-sf",
      "query": "revenue by country",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.REVENUE_BY_COUNTRY_DBT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_COUNTRY_DBT": 5
      },
      "mustNotInclude": [],
      "tags": ["revenue"],
      "expectedColumns": {
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_COUNTRY_DBT": [
          "account_id",
          "contract_id",
          "country_code",
          "net_revenue_payee_currency",
          "gross_revenue_payee_currency"
        ]
      }
    },
    {
      "id": "rev-by-store-gql",
      "query": "revenue by store",
      "engine": "graphql",
      "mustInclude": ["moneyhubRevenueByStore"],
      "mustRank": {
        "moneyhubRevenueByStore": 5
      },
      "mustNotInclude": [],
      "tags": ["revenue"],
      "expectedColumns": {
        "moneyhubRevenueByStore": [
          "grossRevenuePayeeCurrency",
          "netRevenuePayeeCurrency"
        ]
      }
    },
    {
      "id": "rev-by-store-sf",
      "query": "revenue by store",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.REVENUE_BY_STORE_DBT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_STORE_DBT": 5
      },
      "mustNotInclude": [],
      "tags": ["revenue"],
      "expectedColumns": {
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_STORE_DBT": [
          "account_id",
          "contract_id",
          "store_name",
          "net_revenue_payee_currency",
          "gross_revenue_payee_currency"
        ]
      }
    },
    {
      "id": "rev-by-track-gql",
      "query": "revenue by track",
      "engine": "graphql",
      "mustInclude": ["moneyhubRevenueByTrack"],
      "mustRank": {
        "moneyhubRevenueByTrack": 5
      },
      "mustNotInclude": [],
      "tags": ["revenue"],
      "expectedColumns": {
        "moneyhubRevenueByTrack": [
          "grossRevenuePayeeCurrency",
          "netRevenuePayeeCurrency"
        ]
      }
    },
    {
      "id": "rev-by-track-sf",
      "query": "revenue by track",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.REVENUE_BY_TRACK_DBT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_TRACK_DBT": 5
      },
      "mustNotInclude": [],
      "tags": ["revenue"]
    },
    {
      "id": "rev-by-product-gql",
      "query": "revenue by product",
      "engine": "graphql",
      "mustInclude": ["moneyhubRevenueByProduct"],
      "mustRank": {
        "moneyhubRevenueByProduct": 5
      },
      "mustNotInclude": [],
      "tags": ["revenue"]
    },
    {
      "id": "rev-by-product-sf",
      "query": "revenue by product",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.REVENUE_BY_PRODUCT_DISTRO_DBT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_PRODUCT_DISTRO_DBT": 5
      },
      "mustNotInclude": [],
      "tags": ["revenue"]
    },
    {
      "id": "rev-by-period-gql",
      "query": "revenue by statement period",
      "engine": "graphql",
      "mustInclude": ["moneyhubRevenueByStatementPeriod"],
      "mustRank": {
        "moneyhubRevenueByStatementPeriod": 12
      },
      "mustNotInclude": [],
      "tags": ["revenue"]
    },
    {
      "id": "rev-by-period-sf",
      "query": "revenue by statement period",
      "engine": "snowflake",
      "mustInclude": [
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_STATEMENT_PERIOD_DBT"
      ],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_STATEMENT_PERIOD_DBT": 5
      },
      "mustNotInclude": [],
      "tags": ["revenue"],
      "expectedColumns": {
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_STATEMENT_PERIOD_DBT": [
          "account_id",
          "contract_id",
          "statement_period_id",
          "statement_period_name",
          "net_revenue_payee_currency",
          "gross_revenue_payee_currency"
        ]
      }
    },
    {
      "id": "rev-by-imprint-gql",
      "query": "revenue by imprint",
      "engine": "graphql",
      "mustInclude": ["moneyhubRevenueByImprint"],
      "mustRank": {
        "moneyhubRevenueByImprint": 5
      },
      "mustNotInclude": [],
      "tags": ["revenue"]
    },
    {
      "id": "rev-by-imprint-sf",
      "query": "revenue by imprint",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.REVENUE_BY_IMPRINT_DBT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_IMPRINT_DBT": 5
      },
      "mustNotInclude": [],
      "tags": ["revenue"]
    },
    {
      "id": "rev-by-subaccount-gql",
      "query": "revenue by subaccount",
      "engine": "graphql",
      "mustInclude": ["moneyhubRevenueBySubaccount"],
      "mustRank": {
        "moneyhubRevenueBySubaccount": 5
      },
      "mustNotInclude": [],
      "tags": ["revenue"]
    },
    {
      "id": "rev-by-subaccount-sf",
      "query": "revenue by subaccount",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.REVENUE_BY_SUBACCOUNT_DBT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_SUBACCOUNT_DBT": 5
      },
      "mustNotInclude": [],
      "tags": ["revenue"]
    },
    {
      "id": "rev-by-recording-gql",
      "query": "revenue by recording",
      "engine": "graphql",
      "mustInclude": ["moneyhubRevenueByRecording"],
      "mustRank": {
        "moneyhubRevenueByRecording": 5
      },
      "mustNotInclude": [],
      "tags": ["revenue"]
    },
    {
      "id": "rev-by-recording-sf",
      "query": "revenue by recording",
      "engine": "snowflake",
      "mustInclude": [
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_RECORDING_DISTRO_DBT"
      ],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_RECORDING_DISTRO_DBT": 5
      },
      "mustNotInclude": [],
      "tags": ["revenue"],
      "expectedColumns": {
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_RECORDING_DISTRO_DBT": [
          "account_id",
          "contract_id",
          "recording_title",
          "isrc",
          "net_revenue_payee_currency",
          "gross_revenue_payee_currency"
        ]
      }
    },
    {
      "id": "rev-by-txn-type-gql",
      "query": "revenue by transaction type",
      "engine": "graphql",
      "mustInclude": ["moneyhubRevenueByTransactionType"],
      "mustRank": {
        "moneyhubRevenueByTransactionType": 5
      },
      "mustNotInclude": [],
      "tags": ["revenue"]
    },
    {
      "id": "rev-by-txn-type-sf",
      "query": "revenue by transaction type",
      "engine": "snowflake",
      "mustInclude": [
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_TRANSACTION_TYPE_DBT"
      ],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_TRANSACTION_TYPE_DBT": 5
      },
      "mustNotInclude": [],
      "tags": ["revenue"],
      "expectedColumns": {
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_TRANSACTION_TYPE_DBT": [
          "account_id",
          "contract_id",
          "transaction_type_desc",
          "quantity",
          "net_revenue_payee_currency",
          "gross_revenue_payee_currency"
        ]
      }
    },
    {
      "id": "rev-by-activity-month-gql",
      "query": "revenue by activity month",
      "engine": "graphql",
      "mustInclude": ["moneyhubRevenueByActivityMonth"],
      "mustRank": {
        "moneyhubRevenueByActivityMonth": 5
      },
      "mustNotInclude": [],
      "tags": ["revenue"]
    },
    {
      "id": "rev-by-activity-month-sf",
      "query": "revenue by activity month",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.REVENUE_BY_ACTIVITY_MONTH_DBT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_ACTIVITY_MONTH_DBT": 5
      },
      "mustNotInclude": [],
      "tags": ["revenue"]
    },
    {
      "id": "alltime-rev-gql",
      "query": "all time account revenue",
      "engine": "graphql",
      "mustInclude": ["moneyhubAllTimeAccountRevenue"],
      "mustRank": {
        "moneyhubAllTimeAccountRevenue": 5
      },
      "mustNotInclude": [],
      "tags": ["revenue"],
      "expectedColumns": {
        "moneyhubAllTimeAccountRevenue": [
          "grossRevenuePayeeCurrency",
          "netRevenuePayeeCurrency",
          "currencyCode"
        ]
      }
    },
    {
      "id": "dsp-revenue-sf",
      "query": "dsp revenue breakdown",
      "engine": "snowflake",
      "mustInclude": [
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_STORE_DBT",
        "FACTS.PROD.DIM_STORE"
      ],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["revenue"],
      "expectedColumns": {
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_STORE_DBT": [
          "store_name",
          "net_revenue_payee_currency",
          "gross_revenue_payee_currency"
        ]
      },
      "expectedJoins": [
        ["ROYALTY_ACCOUNTING.PROD.REVENUE_BY_STORE_DBT", "FACTS.PROD.DIM_STORE"]
      ]
    },
    {
      "id": "contract-list-gql",
      "query": "list royalty contracts for account",
      "engine": "graphql",
      "mustInclude": ["abacusContracts"],
      "mustRank": {
        "abacusContracts": 5
      },
      "mustNotInclude": [],
      "tags": ["contracts"],
      "expectedColumns": {
        "abacusContracts": [
          "contractId",
          "contractName",
          "contractType",
          "contractStatus"
        ]
      }
    },
    {
      "id": "contract-active-sf",
      "query": "active contracts for vendor",
      "engine": "snowflake",
      "mustInclude": [
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_OA_CONTRACT_ACTIVE"
      ],
      "mustRank": {
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_OA_CONTRACT_ACTIVE": 8
      },
      "mustNotInclude": [],
      "tags": ["contracts"],
      "expectedColumns": {
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_OA_CONTRACT_ACTIVE": [
          "contract_id",
          "contract_name",
          "contract_type",
          "account_id",
          "initial_start_date"
        ]
      }
    },
    {
      "id": "contract-terms-gql",
      "query": "contract terms and conditions",
      "engine": "graphql",
      "mustInclude": ["abacusContractTerms"],
      "mustRank": {
        "abacusContractTerms": 8
      },
      "mustNotInclude": [],
      "tags": ["contracts"],
      "expectedColumns": {
        "abacusContractTerms": [
          "contractTermId",
          "contractTermName",
          "termType"
        ]
      }
    },
    {
      "id": "contract-terms-sf",
      "query": "contract terms and royalty rate",
      "engine": "snowflake",
      "mustInclude": [
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_OA_CONTRACT_TERM_ACTIVE"
      ],
      "mustRank": {
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_OA_CONTRACT_TERM_ACTIVE": 8
      },
      "mustNotInclude": [],
      "tags": ["contracts"],
      "expectedColumns": {
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_OA_CONTRACT_TERM_ACTIVE": [
          "contract_id",
          "term_type",
          "royalty_rate",
          "territory_id",
          "store_id"
        ]
      }
    },
    {
      "id": "contract-lifecycle-gql",
      "query": "contract lifecycle schedule",
      "engine": "graphql",
      "mustInclude": ["abacusContractLifecycleSchedule"],
      "mustRank": {
        "abacusContractLifecycleSchedule": 8
      },
      "mustNotInclude": [],
      "tags": ["contracts"]
    },
    {
      "id": "contract-denormalized-sf",
      "query": "contract denormalized view",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.CONTRACT_DENORMALIZED_DISTRO"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.CONTRACT_DENORMALIZED_DISTRO": 8
      },
      "mustNotInclude": [],
      "tags": ["contracts"]
    },
    {
      "id": "advance-pending-gql",
      "query": "pending advances for contract",
      "engine": "graphql",
      "mustInclude": ["abacusContractAdvancesPending"],
      "mustRank": {
        "abacusContractAdvancesPending": 5
      },
      "mustNotInclude": [],
      "tags": ["advances"],
      "expectedColumns": {
        "abacusContractAdvancesPending": [
          "contractAdvanceId",
          "amount",
          "currencyCode",
          "advanceStatus"
        ]
      }
    },
    {
      "id": "advance-recoupment-sf",
      "query": "advance recoupment status",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.COMBINED_ADVANCES_DBT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.COMBINED_ADVANCES_DBT": 5
      },
      "mustNotInclude": [],
      "tags": ["advances"],
      "expectedColumns": {
        "ROYALTY_ACCOUNTING.PROD.COMBINED_ADVANCES_DBT": [
          "contract_id",
          "advance_status",
          "amount",
          "currency_code"
        ]
      }
    },
    {
      "id": "advance-paid-gql",
      "query": "paid advances",
      "engine": "graphql",
      "mustInclude": ["abacusContractAdvancesPaid"],
      "mustRank": {
        "abacusContractAdvancesPaid": 5
      },
      "mustNotInclude": [],
      "tags": ["advances"]
    },
    {
      "id": "payment-groups-gql",
      "query": "payment groups",
      "engine": "graphql",
      "mustInclude": ["abacusPaymentGroups"],
      "mustRank": {
        "abacusPaymentGroups": 5
      },
      "mustNotInclude": [],
      "tags": ["payments"],
      "expectedColumns": {
        "abacusPaymentGroups": ["paymentGroupId", "groupName"]
      }
    },
    {
      "id": "payment-hold-gql",
      "query": "payment hold status",
      "engine": "graphql",
      "mustInclude": ["abacusPaymentHold"],
      "mustRank": {
        "abacusPaymentHold": 5
      },
      "mustNotInclude": [],
      "tags": ["payments"]
    },
    {
      "id": "payment-minimum-gql",
      "query": "payment minimum threshold",
      "engine": "graphql",
      "mustInclude": ["abacusPaymentMinimums"],
      "mustRank": {
        "abacusPaymentMinimums": 10
      },
      "mustNotInclude": [],
      "tags": ["payments"]
    },
    {
      "id": "payment-history-sf",
      "query": "payment history for account",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.COMBINED_PAYMENTS_DBT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.COMBINED_PAYMENTS_DBT": 5
      },
      "mustNotInclude": [],
      "tags": ["payments"],
      "expectedColumns": {
        "ROYALTY_ACCOUNTING.PROD.COMBINED_PAYMENTS_DBT": [
          "account_id",
          "contract_id",
          "currency_amount",
          "statement_period_id"
        ]
      }
    },
    {
      "id": "payment-term-gql",
      "query": "account payment terms net 30",
      "engine": "graphql",
      "mustInclude": ["abacusAccountPaymentTerm"],
      "mustRank": {
        "abacusAccountPaymentTerm": 8
      },
      "mustNotInclude": [],
      "tags": ["payments"]
    },
    {
      "id": "account-search-gql",
      "query": "search for vendor accounts",
      "engine": "graphql",
      "mustInclude": ["abacusAccounts"],
      "mustRank": {
        "abacusAccounts": 5
      },
      "mustNotInclude": [],
      "tags": ["accounts"]
    },
    {
      "id": "account-details-gql",
      "query": "account details",
      "engine": "graphql",
      "mustInclude": ["abacusAccount"],
      "mustRank": {
        "abacusAccount": 5
      },
      "mustNotInclude": [],
      "tags": ["accounts"],
      "expectedColumns": {
        "abacusAccount": ["accountId", "accountName"]
      }
    },
    {
      "id": "account-dim-sf",
      "query": "vendor account details currency payment entity",
      "engine": "snowflake",
      "mustInclude": [
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_DIM_ABACUS_AR_VENDOR"
      ],
      "mustRank": {
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_DIM_ABACUS_AR_VENDOR": 5
      },
      "mustNotInclude": [],
      "tags": ["accounts"],
      "expectedColumns": {
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_DIM_ABACUS_AR_VENDOR": [
          "vendor_id",
          "vendor_name",
          "vendor_currency",
          "payment_entity"
        ]
      }
    },
    {
      "id": "account-tax-gql",
      "query": "account tax info withholding",
      "engine": "graphql",
      "mustInclude": ["abacusAccountTaxInfo"],
      "mustRank": {
        "abacusAccountTaxInfo": 5
      },
      "mustNotInclude": [],
      "tags": ["accounts", "tax"],
      "expectedColumns": {
        "abacusAccountTaxInfo": ["accountTaxInfoId", "countryOfTaxResidence"]
      }
    },
    {
      "id": "account-payee-gql",
      "query": "payee bank details",
      "engine": "graphql",
      "mustInclude": ["abacusAccountPayee"],
      "mustRank": {
        "abacusAccountPayee": 5
      },
      "mustNotInclude": [],
      "tags": ["accounts"]
    },
    {
      "id": "account-balance-gql",
      "query": "account payable balance",
      "engine": "graphql",
      "mustInclude": ["abacusAccountPayableBalance"],
      "mustRank": {
        "abacusAccountPayableBalance": 5
      },
      "mustNotInclude": [],
      "tags": ["accounts", "ledger"],
      "expectedColumns": {
        "abacusAccountPayableBalance": ["payableBalance", "currencyCode"]
      }
    },
    {
      "id": "balance-sf",
      "query": "account balance closing balance",
      "engine": "snowflake",
      "mustInclude": [
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_ABACUS_BALANCES_LOOKER_V2"
      ],
      "mustRank": {
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_ABACUS_BALANCES_LOOKER_V2": 5
      },
      "mustNotInclude": [],
      "tags": ["accounts", "ledger"]
    },
    {
      "id": "adjustments-gql",
      "query": "worksheet adjustments",
      "engine": "graphql",
      "mustInclude": ["abacusWorksheetAdjustments"],
      "mustRank": {
        "abacusWorksheetAdjustments": 5
      },
      "mustNotInclude": [],
      "tags": ["adjustments"]
    },
    {
      "id": "adjustments-sf",
      "query": "pending and approved adjustments",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.VW_ABACUS_ADJUSTMENTS_V2"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.VW_ABACUS_ADJUSTMENTS_V2": 5
      },
      "mustNotInclude": [],
      "tags": ["adjustments"],
      "expectedColumns": {
        "ROYALTY_ACCOUNTING.PROD.VW_ABACUS_ADJUSTMENTS_V2": [
          "account_id",
          "contract_id",
          "adjustment_amount",
          "adjustment_currency_code",
          "ledger_status"
        ]
      }
    },
    {
      "id": "adjustments-combined-sf",
      "query": "adjustments by type",
      "engine": "snowflake",
      "mustInclude": [
        "ROYALTY_ACCOUNTING.PROD.COMBINED_ADJUSTMENTS_BY_TYPE_DBT"
      ],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.COMBINED_ADJUSTMENTS_BY_TYPE_DBT": 8
      },
      "mustNotInclude": [],
      "tags": ["adjustments"]
    },
    {
      "id": "accounting-run-gql",
      "query": "accounting run details",
      "engine": "graphql",
      "mustInclude": ["abacusAccountingRun"],
      "mustRank": {
        "abacusAccountingRun": 5
      },
      "mustNotInclude": [],
      "tags": ["accounting"]
    },
    {
      "id": "accounting-run-sf",
      "query": "accounting run results",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.ACCOUNTING_RUN_RESULTS"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.ACCOUNTING_RUN_RESULTS": 5
      },
      "mustNotInclude": [],
      "tags": ["accounting"],
      "expectedColumns": {
        "ROYALTY_ACCOUNTING.PROD.ACCOUNTING_RUN_RESULTS": [
          "accounting_run_id",
          "contract_txn_id",
          "gross_revenue_payee_currency",
          "net_revenue_payee_currency"
        ]
      }
    },
    {
      "id": "statement-period-gql",
      "query": "current statement period",
      "engine": "graphql",
      "mustInclude": ["abacusCurrentStatementPeriod"],
      "mustRank": {
        "abacusCurrentStatementPeriod": 5
      },
      "mustNotInclude": [],
      "tags": ["accounting"]
    },
    {
      "id": "statement-period-sf",
      "query": "statement period status",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.STATEMENT_PERIOD"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.STATEMENT_PERIOD": 5
      },
      "mustNotInclude": [],
      "tags": ["accounting"],
      "expectedColumns": {
        "ROYALTY_ACCOUNTING.PROD.STATEMENT_PERIOD": [
          "statement_period_id",
          "statement_period_name",
          "statement_month",
          "statement_year",
          "statement_period_status"
        ]
      }
    },
    {
      "id": "statement-list-gql",
      "query": "list statement periods",
      "engine": "graphql",
      "mustInclude": ["abacusStatementPeriods"],
      "mustRank": {
        "abacusStatementPeriods": 5
      },
      "mustNotInclude": [],
      "tags": ["accounting"]
    },
    {
      "id": "artist-search-gql",
      "query": "search for artist Drake",
      "engine": "graphql",
      "mustInclude": ["globalParticipantSearchES"],
      "mustRank": {
        "globalParticipantSearchES": 5
      },
      "mustNotInclude": [],
      "tags": ["artist"],
      "expectedColumns": {
        "globalParticipantSearchES": ["name"]
      }
    },
    {
      "id": "artist-dim-sf",
      "query": "search for artist by name",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.DIM_ARTIST"],
      "mustRank": {
        "FACTS.PROD.DIM_ARTIST": 5
      },
      "mustNotInclude": [],
      "tags": ["artist"]
    },
    {
      "id": "isrc-lookup-gql",
      "query": "look up recording by ISRC",
      "engine": "graphql",
      "mustInclude": ["globalSoundRecordingSearchES"],
      "mustRank": {
        "globalSoundRecordingSearchES": 8
      },
      "mustNotInclude": [],
      "tags": ["recording"]
    },
    {
      "id": "isrc-lookup-sf",
      "query": "ISRC track recording lookup",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.DIM_TRACK"],
      "mustRank": {
        "FACTS.PROD.DIM_TRACK": 5
      },
      "mustNotInclude": [],
      "tags": ["recording"]
    },
    {
      "id": "recording-search-gql",
      "query": "find a song by title",
      "engine": "graphql",
      "mustInclude": ["trackSearch"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["recording"]
    },
    {
      "id": "nr-contributions-gql",
      "query": "neighbouring rights contributions delivery",
      "engine": "graphql",
      "mustInclude": ["nrContributions"],
      "mustRank": {
        "nrContributions": 8
      },
      "mustNotInclude": [],
      "tags": ["neighbouring-rights"]
    },
    {
      "id": "nr-sales-sf",
      "query": "neighbouring rights sales by contributor",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.VW_ABACUS_FACT_SALES_NR_V3"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.VW_ABACUS_FACT_SALES_NR_V3": 5
      },
      "mustNotInclude": [],
      "tags": ["neighbouring-rights"]
    },
    {
      "id": "abbrev-nr-gql",
      "query": "nr",
      "engine": "graphql",
      "mustInclude": ["nrContributions"],
      "mustRank": {
        "nrContributions": 15
      },
      "mustNotInclude": [],
      "tags": ["abbreviation"]
    },
    {
      "id": "abbrev-wht-gql",
      "query": "wht",
      "engine": "graphql",
      "mustInclude": ["abacusAccountTaxInfo"],
      "mustRank": {
        "abacusAccountTaxInfo": 10
      },
      "mustNotInclude": [],
      "tags": ["abbreviation"]
    },
    {
      "id": "abbrev-ppl-gql",
      "query": "ppl revenue",
      "engine": "graphql",
      "mustInclude": ["moneyhubRevenueByStore"],
      "mustRank": {
        "moneyhubRevenueByStore": 10
      },
      "mustNotInclude": [],
      "tags": ["abbreviation"]
    },
    {
      "id": "natural-how-much-gql",
      "query": "how much revenue did we earn",
      "engine": "graphql",
      "mustInclude": ["moneyhubAllTimeAccountRevenue"],
      "mustRank": {
        "moneyhubAllTimeAccountRevenue": 10
      },
      "mustNotInclude": [],
      "tags": ["natural-language"]
    },
    {
      "id": "natural-how-much-sf",
      "query": "how much total revenue have we earned",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.REVENUE_BY_ARTIST_DBT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_ARTIST_DBT": 15
      },
      "mustNotInclude": [],
      "tags": ["natural-language"]
    },
    {
      "id": "natural-balance-gql",
      "query": "what's our balance",
      "engine": "graphql",
      "mustInclude": ["abacusAccountCurrentBalance"],
      "mustRank": {
        "abacusAccountCurrentBalance": 10
      },
      "mustNotInclude": [],
      "tags": ["natural-language"]
    },
    {
      "id": "natural-balance-sf",
      "query": "what's our balance",
      "engine": "snowflake",
      "mustInclude": [
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_ABACUS_BALANCES_LOOKER_V2"
      ],
      "mustRank": {
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_ABACUS_BALANCES_LOOKER_V2": 10
      },
      "mustNotInclude": [],
      "tags": ["natural-language"]
    },
    {
      "id": "natural-owed-gql",
      "query": "how much is owed to this account",
      "engine": "graphql",
      "mustInclude": ["abacusAccountPayableBalance"],
      "mustRank": {
        "abacusAccountPayableBalance": 10
      },
      "mustNotInclude": [],
      "tags": ["ledger", "natural-language"]
    },
    {
      "id": "meeting-schedule-gql",
      "query": "which schedule does a song belong to",
      "engine": "graphql",
      "mustInclude": ["abacusSchedule"],
      "mustRank": {
        "abacusSchedule": 5
      },
      "mustNotInclude": [],
      "tags": ["schedule"]
    },
    {
      "id": "meeting-ed-sheeran-gql",
      "query": "Ed Sheeran schedule recordings",
      "engine": "graphql",
      "mustInclude": ["abacusSchedule"],
      "mustRank": {
        "abacusSchedule": 10
      },
      "mustNotInclude": [],
      "tags": ["schedule"]
    },
    {
      "id": "dim-vendor-sf",
      "query": "vendor dimension lookup",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.DIM_VENDOR"],
      "mustRank": {
        "FACTS.PROD.DIM_VENDOR": 7
      },
      "mustNotInclude": [],
      "tags": ["dimension"]
    },
    {
      "id": "dim-country-sf",
      "query": "country dimension territory",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.DIM_COUNTRY"],
      "mustRank": {
        "FACTS.PROD.DIM_COUNTRY": 10
      },
      "mustNotInclude": [],
      "tags": ["dimension"]
    },
    {
      "id": "dim-store-sf",
      "query": "store dimension dsp",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.DIM_STORE"],
      "mustRank": {
        "FACTS.PROD.DIM_STORE": 5
      },
      "mustNotInclude": [],
      "tags": ["dimension"]
    },
    {
      "id": "fact-analytics-sf",
      "query": "streaming analytics metrics",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.FACT_ANALYTICS"],
      "mustRank": {
        "FACTS.PROD.FACT_ANALYTICS": 40
      },
      "mustNotInclude": [],
      "tags": ["analytics"]
    },
    {
      "id": "fact-revenue-sf",
      "query": "fact revenue totals by vendor",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.FACT_REVENUE"],
      "mustRank": {
        "FACTS.PROD.FACT_REVENUE": 8
      },
      "mustNotInclude": [],
      "tags": ["analytics"]
    },
    {
      "id": "reserve-schedule-gql",
      "query": "reserve release schedule",
      "engine": "graphql",
      "mustInclude": ["moneyhubReserveReleaseSchedules"],
      "mustRank": {
        "moneyhubReserveReleaseSchedules": 5
      },
      "mustNotInclude": [],
      "tags": ["reserves"]
    },
    {
      "id": "reserve-sf",
      "query": "reserve holdback balance",
      "engine": "snowflake",
      "mustInclude": [
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_ABACUS_BALANCES_LOOKER_V2"
      ],
      "mustRank": {
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_ABACUS_BALANCES_LOOKER_V2": 10
      },
      "mustNotInclude": [],
      "tags": ["reserves"]
    },
    {
      "id": "flowthrough-gql",
      "query": "flowthrough payment configuration",
      "engine": "graphql",
      "mustInclude": ["abacusContractFlowthrough"],
      "mustRank": {
        "abacusContractFlowthrough": 5
      },
      "mustNotInclude": [],
      "tags": ["flowthrough"]
    },
    {
      "id": "flowthrough-sf",
      "query": "automated flowthrough calculation",
      "engine": "snowflake",
      "mustInclude": [
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_ABACUS_AUTOMATED_FLOWTHROUGH"
      ],
      "mustRank": {
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_ABACUS_AUTOMATED_FLOWTHROUGH": 5
      },
      "mustNotInclude": [],
      "tags": ["flowthrough"]
    },
    {
      "id": "sales-data-sf",
      "query": "sales data distribution",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.VW_ABACUS_FACT_SALES"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.VW_ABACUS_FACT_SALES": 8
      },
      "mustNotInclude": [],
      "tags": ["sales"]
    },
    {
      "id": "expense-gql",
      "query": "expenses by artist",
      "engine": "graphql",
      "mustInclude": ["moneyhubExpenses"],
      "mustRank": {
        "moneyhubExpenses": 8
      },
      "mustNotInclude": [],
      "tags": ["expenses"],
      "expectedColumns": {
        "moneyhubExpenses": [
          "adjustmentAmountPayeeCurrency",
          "adjustmentPayeeCurrencyCode",
          "referenceAdjustmentTypeId"
        ]
      }
    },
    {
      "id": "expense-sf",
      "query": "combined expenses by artist",
      "engine": "snowflake",
      "mustInclude": [
        "ROYALTY_ACCOUNTING.PROD.COMBINED_EXPENSES_BY_ARTIST_DBT"
      ],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.COMBINED_EXPENSES_BY_ARTIST_DBT": 5
      },
      "mustNotInclude": [],
      "tags": ["expenses"]
    },
    {
      "id": "ledger-summary-sf",
      "query": "ledger summary by period",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.LEDGER_SUMMARY_DBT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.LEDGER_SUMMARY_DBT": 5
      },
      "mustNotInclude": [],
      "tags": ["ledger"],
      "expectedColumns": {
        "ROYALTY_ACCOUNTING.PROD.LEDGER_SUMMARY_DBT": [
          "account_id",
          "contract_id",
          "statement_period_id",
          "currency_code",
          "total_gross_revenue_amount",
          "total_net_revenue_amount"
        ]
      }
    },
    {
      "id": "ledger-entries-gql",
      "query": "ledger entries debit credit",
      "engine": "graphql",
      "mustInclude": ["abacusLedgerAccountContractList"],
      "mustRank": {
        "abacusLedgerAccountContractList": 5
      },
      "mustNotInclude": [],
      "tags": ["ledger"]
    },
    {
      "id": "account-statements-gql",
      "query": "account statements opening closing balance",
      "engine": "graphql",
      "mustInclude": ["moneyhubAccountStatements"],
      "mustRank": {
        "moneyhubAccountStatements": 5
      },
      "mustNotInclude": [],
      "tags": ["accounts", "revenue"]
    },
    {
      "id": "vendor-info-sf",
      "query": "abacus account details and payment terms",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.VW_DIM_ABACUS_ACCOUNT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.VW_DIM_ABACUS_ACCOUNT": 10
      },
      "mustNotInclude": [],
      "tags": ["vendor"]
    },
    {
      "id": "exchange-rate-sf",
      "query": "exchange rates currency conversion",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.CURRENCY_EXCHANGE_RATES"],
      "mustRank": {
        "FACTS.PROD.CURRENCY_EXCHANGE_RATES": 5
      },
      "mustNotInclude": [],
      "tags": ["reference"]
    },
    {
      "id": "publishing-gql",
      "query": "publishing compositions songwriter",
      "engine": "graphql",
      "mustInclude": ["publishingCompositions"],
      "mustRank": {
        "publishingCompositions": 5
      },
      "mustNotInclude": [],
      "tags": ["publishing"],
      "expectedColumns": {
        "publishingCompositions": ["pubSongId"]
      }
    },
    {
      "id": "release-dim-sf",
      "query": "release album UPC lookup",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.DIM_RELEASE"],
      "mustRank": {
        "FACTS.PROD.DIM_RELEASE": 5
      },
      "mustNotInclude": [],
      "tags": ["product"]
    },
    {
      "id": "workstation-sf",
      "query": "workstation legacy summary",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.WORKSTATION_SUMMARY_DBT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.WORKSTATION_SUMMARY_DBT": 5
      },
      "mustNotInclude": [],
      "tags": ["workstation"]
    },
    {
      "id": "closer-sf",
      "query": "vendor closers sales rep",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.VENDOR_CLOSERS"],
      "mustRank": {
        "FACTS.PROD.VENDOR_CLOSERS": 5
      },
      "mustNotInclude": [],
      "tags": ["vendor"]
    },
    {
      "id": "wht-vat-sf",
      "query": "withholding tax vat balance",
      "engine": "snowflake",
      "mustInclude": [
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_ABACUS_BALANCES_LOOKER_V2"
      ],
      "mustRank": {
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_ABACUS_BALANCES_LOOKER_V2": 10
      },
      "mustNotInclude": [],
      "tags": ["tax"]
    },
    {
      "id": "mechanical-deduction-gql",
      "query": "mechanical deduction rates",
      "engine": "graphql",
      "mustInclude": ["abacusContractMechanicalDeductions"],
      "mustRank": {
        "abacusContractMechanicalDeductions": 8
      },
      "mustNotInclude": [],
      "tags": ["contracts"]
    },
    {
      "id": "dim-day-sf",
      "query": "date calendar dimension",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.DIM_DAY"],
      "mustRank": {
        "FACTS.PROD.DIM_DAY": 5
      },
      "mustNotInclude": [],
      "tags": ["dimension"]
    },
    {
      "id": "paythrough-revenue-gql",
      "query": "where does paythrough contract revenue appear",
      "engine": "graphql",
      "mustInclude": [
        "abacusContractFlowthrough",
        "abacusWorksheetAdjustments"
      ],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["flowthrough", "domain-knowledge"]
    },
    {
      "id": "paythrough-revenue-sf",
      "query": "paythrough flowthrough adjustment revenue",
      "engine": "snowflake",
      "mustInclude": [
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_ABACUS_AUTOMATED_FLOWTHROUGH"
      ],
      "mustRank": {
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_ABACUS_AUTOMATED_FLOWTHROUGH": 5
      },
      "mustNotInclude": [],
      "tags": ["flowthrough", "domain-knowledge"]
    },
    {
      "id": "awal-accounts-gql",
      "query": "AWAL accounts by owner",
      "engine": "graphql",
      "mustInclude": ["abacusAccounts"],
      "mustRank": {
        "abacusAccounts": 5
      },
      "mustNotInclude": [],
      "tags": ["accounts", "domain-knowledge"]
    },
    {
      "id": "awal-accounts-sf",
      "query": "AWAL vendor owner filter",
      "engine": "snowflake",
      "mustInclude": [
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_DIM_ABACUS_AR_VENDOR"
      ],
      "mustRank": {
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_DIM_ABACUS_AR_VENDOR": 5
      },
      "mustNotInclude": [],
      "tags": ["vendor", "domain-knowledge"]
    },
    {
      "id": "terminated-contracts-gql",
      "query": "terminated contracts lifecycle status",
      "engine": "graphql",
      "mustInclude": ["abacusContractLifecycle"],
      "mustRank": {
        "abacusContractLifecycle": 5
      },
      "mustNotInclude": [],
      "tags": ["contracts", "domain-knowledge"]
    },
    {
      "id": "terminated-contracts-sf",
      "query": "terminated contract status history",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING_REPORTING.PROD.VW_OA_CONTRACT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_OA_CONTRACT": 8
      },
      "mustNotInclude": [],
      "tags": ["contracts", "domain-knowledge"]
    },
    {
      "id": "sub-accounts-gql",
      "query": "sub-accounts for label group",
      "engine": "graphql",
      "mustInclude": ["abacusAccounts"],
      "mustRank": {
        "abacusAccounts": 5
      },
      "mustNotInclude": [],
      "tags": ["accounts", "domain-knowledge"]
    },
    {
      "id": "cross-account-transfer-gql",
      "query": "transfer adjustment between accounts debit credit",
      "engine": "graphql",
      "mustInclude": ["abacusWorksheetAdjustments"],
      "mustRank": {
        "abacusWorksheetAdjustments": 5
      },
      "mustNotInclude": [],
      "tags": ["adjustments", "domain-knowledge"]
    },
    {
      "id": "cross-account-transfer-sf",
      "query": "cross account transfer adjustment debit credit",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.VW_ABACUS_ADJUSTMENTS_V2"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.VW_ABACUS_ADJUSTMENTS_V2": 5
      },
      "mustNotInclude": [],
      "tags": ["adjustments", "domain-knowledge"]
    },
    {
      "id": "paythrough-contract-gql",
      "query": "pay through contracts on payment hold",
      "engine": "graphql",
      "mustInclude": ["abacusContractFlowthrough", "abacusPaymentHold"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["flowthrough", "stakeholder-feedback"]
    },
    {
      "id": "paythrough-contract-sf",
      "query": "pay through contracts",
      "engine": "snowflake",
      "mustInclude": [
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_ABACUS_AUTOMATED_FLOWTHROUGH"
      ],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["flowthrough", "stakeholder-feedback"]
    },
    {
      "id": "positive-balance-gql",
      "query": "positive ledger balances",
      "engine": "graphql",
      "mustInclude": ["abacusAccountPayableBalance"],
      "mustRank": {
        "abacusAccountPayableBalance": 10
      },
      "mustNotInclude": [],
      "tags": ["ledger", "stakeholder-feedback"]
    },
    {
      "id": "positive-balance-sf",
      "query": "positive ledger balances",
      "engine": "snowflake",
      "mustInclude": [
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_ABACUS_BALANCES_LOOKER_V2"
      ],
      "mustRank": {
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_ABACUS_BALANCES_LOOKER_V2": 5
      },
      "mustNotInclude": [],
      "tags": ["ledger", "stakeholder-feedback"]
    },
    {
      "id": "custom-payment-gql",
      "query": "custom one-off payment to vendor",
      "engine": "graphql",
      "mustInclude": ["customPayment"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["payments", "frontend-coverage"]
    },
    {
      "id": "qualified-advance-gql",
      "query": "qualified advances ready for approval",
      "engine": "graphql",
      "mustInclude": ["abacusContractAdvancesQualified"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["advances", "frontend-coverage"]
    },
    {
      "id": "label-search-gql",
      "query": "label lookup orchard label",
      "engine": "graphql",
      "mustInclude": ["orchardLabelSearch"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["vendor", "frontend-coverage"]
    },
    {
      "id": "collaborator-payment-gql",
      "query": "collaborator payment dp payment",
      "engine": "graphql",
      "mustInclude": ["dpPayments"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["collaborator", "frontend-coverage"]
    },
    {
      "id": "upc-lookup-gql",
      "query": "look up product by UPC",
      "engine": "graphql",
      "mustInclude": ["productByUpc"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["product", "frontend-coverage"]
    },
    {
      "id": "vendor-contact-gql",
      "query": "vendor contact information",
      "engine": "graphql",
      "mustInclude": ["vendor"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["vendor", "frontend-coverage"]
    },
    {
      "id": "advance-recoup-payment-gql",
      "query": "advance deduction from payment recoupment",
      "engine": "graphql",
      "mustInclude": ["worksheetPaymentContractAdvance"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["advances", "frontend-coverage"]
    },
    {
      "id": "flowthrough-formula-gql",
      "query": "flowthrough calculation formula",
      "engine": "graphql",
      "mustInclude": ["abacusReferenceFlowthroughCalculation"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["flowthrough", "frontend-coverage"]
    },
    {
      "id": "pending-payment-accounts-gql",
      "query": "pending payment accounts in payment run",
      "engine": "graphql",
      "mustInclude": ["abacusPendingPaymentGroupPaymentAccounts"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["payments", "frontend-coverage"]
    },
    {
      "id": "payee-list-gql",
      "query": "list all payees",
      "engine": "graphql",
      "mustInclude": ["abacusPayees"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["payee", "frontend-coverage"]
    },
    {
      "id": "nr-contributor-search-gql",
      "query": "search NR contributors",
      "engine": "graphql",
      "mustInclude": ["nrContributorSearch"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["neighbouring-rights", "frontend-coverage"]
    },
    {
      "id": "account-ledger-history-gql",
      "query": "account ledger history all entries",
      "engine": "graphql",
      "mustInclude": ["abacusAccountLedgerList"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["ledger", "frontend-coverage"]
    },
    {
      "id": "vat-invoices-gql",
      "query": "VAT invoices for statement period",
      "engine": "graphql",
      "mustInclude": ["moneyhubStatementInvoices"],
      "mustRank": {
        "moneyhubStatementInvoices": 10
      },
      "mustNotInclude": [],
      "tags": ["tax", "frontend-coverage"]
    },
    {
      "id": "statement-attachments-gql",
      "query": "download statement report attachments",
      "engine": "graphql",
      "mustInclude": ["moneyhubStatementAttachments"],
      "mustRank": {
        "moneyhubStatementAttachments": 10
      },
      "mustNotInclude": [],
      "tags": ["files", "frontend-coverage"]
    },
    {
      "id": "ledger-run-balance-gql",
      "query": "ledger run balance breakdown by contract",
      "engine": "graphql",
      "mustInclude": ["abacusLedgerAccountingRunBalance"],
      "mustRank": {
        "abacusLedgerAccountingRunBalance": 10
      },
      "mustNotInclude": [],
      "tags": ["ledger", "frontend-coverage"]
    },
    {
      "id": "pending-payment-account-gql",
      "query": "pending payment for account",
      "engine": "graphql",
      "mustInclude": ["abacusPendingPaymentByAccount"],
      "mustRank": {
        "abacusPendingPaymentByAccount": 5
      },
      "mustNotInclude": [],
      "tags": ["payments", "frontend-coverage"]
    },
    {
      "id": "contract-terms-by-account-gql",
      "query": "contract terms for an account",
      "engine": "graphql",
      "mustInclude": ["abacusContractTermsByAccount"],
      "mustRank": {
        "abacusContractTermsByAccount": 10
      },
      "mustNotInclude": [],
      "tags": ["contracts", "frontend-coverage"]
    },
    {
      "id": "payment-eligibility-gql",
      "query": "payment eligibility payment hold status",
      "engine": "graphql",
      "mustInclude": ["abacusPaymentHold"],
      "mustRank": {
        "abacusPaymentHold": 10
      },
      "mustNotInclude": [],
      "tags": ["payments", "backend-coverage"]
    },
    {
      "id": "flowthrough-batch-gql",
      "query": "flowthrough worksheet batch for period",
      "engine": "graphql",
      "mustInclude": ["abacusWorksheetFlowthroughBatch"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["flowthrough", "backend-coverage"]
    },
    {
      "id": "ledger-period-balance-gql",
      "query": "ledger balance by period",
      "engine": "graphql",
      "mustInclude": ["abacusLedgerAccountStatementPeriod"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["ledger", "backend-coverage"]
    },
    {
      "id": "period-payment-entities-gql",
      "query": "statement period payment entities",
      "engine": "graphql",
      "mustInclude": ["abacusStatementPeriodPaymentEntities"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["payments", "backend-coverage"]
    },
    {
      "id": "earnings-transfer-sf",
      "query": "earnings transfer cross recoup",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.EARNINGS_TRANSFER"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["accounting", "backend-coverage"],
      "expectedColumns": {
        "ROYALTY_ACCOUNTING.PROD.EARNINGS_TRANSFER": [
          "earnings_transfer_id",
          "source_account_id",
          "source_contract_id",
          "destination_account_id",
          "destination_contract_id",
          "transfer_type",
          "rate"
        ]
      }
    },
    {
      "id": "cross-recoup-sf",
      "query": "cross recoup from another contract",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.EARNINGS_TRANSFER"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["accounting", "backend-coverage"],
      "expectedColumns": {
        "ROYALTY_ACCOUNTING.PROD.EARNINGS_TRANSFER": [
          "earnings_transfer_id",
          "source_contract_id",
          "destination_contract_id",
          "transfer_type",
          "rate_type",
          "rate"
        ]
      }
    },
    {
      "id": "vat-summary-sf",
      "query": "VAT summary by period and contract",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.LEDGER_VAT_SUMMARY"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["tax", "backend-coverage"],
      "expectedColumns": {
        "ROYALTY_ACCOUNTING.PROD.LEDGER_VAT_SUMMARY": [
          "account_id",
          "contract_id",
          "statement_period_id",
          "currency_code",
          "vat_amount",
          "vat_amount_return"
        ]
      }
    },
    {
      "id": "reserves-taken-sf",
      "query": "how much was held back in reserves",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.LEDGER_RESERVE_TAKEN"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["accounting", "backend-coverage"],
      "expectedColumns": {
        "ROYALTY_ACCOUNTING.PROD.LEDGER_RESERVE_TAKEN": [
          "account_id",
          "contract_id",
          "statement_period_id",
          "currency_code",
          "currency_amount",
          "current_balance"
        ]
      }
    },
    {
      "id": "adjustment-detail-sf",
      "query": "applied adjustment line item details",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.LEDGER_ADJUSTMENT_DETAIL"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["adjustments", "backend-coverage"],
      "expectedColumns": {
        "ROYALTY_ACCOUNTING.PROD.LEDGER_ADJUSTMENT_DETAIL": [
          "account_id",
          "contract_id",
          "statement_period_id",
          "adjustment_amount",
          "currency_code",
          "upc"
        ]
      }
    },
    {
      "id": "period-payment-entities-sf",
      "query": "payment entities for statement period",
      "engine": "snowflake",
      "mustInclude": [
        "ROYALTY_ACCOUNTING.PROD.STATEMENT_PERIOD_PAYMENT_ENTITY"
      ],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["payments", "backend-coverage"]
    },
    {
      "id": "audience-segments-gql",
      "query": "audience segments targeting",
      "engine": "graphql",
      "mustInclude": ["audiences"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["audience"]
    },
    {
      "id": "video-search-gql",
      "query": "music video UGC catalog",
      "engine": "graphql",
      "mustInclude": ["videoCatalogSearch"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["video"]
    },
    {
      "id": "audit-trail-gql",
      "query": "abacus event audit trail",
      "engine": "graphql",
      "mustInclude": ["abacusEvents"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["events"]
    },
    {
      "id": "workflow-status-gql",
      "query": "action status workflow state",
      "engine": "graphql",
      "mustInclude": ["abacusState"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["events"]
    },
    {
      "id": "user-lookup-gql",
      "query": "identity user lookup by email",
      "engine": "graphql",
      "mustInclude": ["identityByEmail"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["user"]
    },
    {
      "id": "file-download-gql",
      "query": "download report export",
      "engine": "graphql",
      "mustInclude": ["abacusDownload"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["files"]
    },
    {
      "id": "adjustment-file-gql",
      "query": "adjustment file import batch adjustment",
      "engine": "graphql",
      "mustInclude": ["abacusStatementPeriodAdjustmentFilesList"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["adjustments"]
    },
    {
      "id": "chart-rankings-gql",
      "query": "chart rankings top songs",
      "engine": "graphql",
      "mustInclude": ["chartsV2"],
      "mustRank": {
        "chartsV2": 10
      },
      "mustNotInclude": [],
      "tags": ["analytics"]
    },
    {
      "id": "social-metrics-sf",
      "query": "social followers monthly listeners spotify",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.FACT_SOCIALS"],
      "mustRank": {
        "FACTS.PROD.FACT_SOCIALS": 5
      },
      "mustNotInclude": [],
      "tags": ["analytics"]
    },
    {
      "id": "youtube-analytics-sf",
      "query": "youtube video analytics views",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.VIEWS_BY_VIDEO_FEED_DISTRIBUTOR_DAILY"],
      "mustRank": {
        "FACTS.PROD.VIEWS_BY_VIDEO_FEED_DISTRIBUTOR_DAILY": 10
      },
      "mustNotInclude": [],
      "tags": ["analytics"]
    },
    {
      "id": "chart-data-sf",
      "query": "chart position rankings by week",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.FACT_CHARTS"],
      "mustRank": {
        "FACTS.PROD.FACT_CHARTS": 15
      },
      "mustNotInclude": [],
      "tags": ["analytics"]
    },
    {
      "id": "playlist-data-sf",
      "query": "playlist placement data and follower counts",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.V_PLAYLISTS_BY_PLAYLIST"],
      "mustRank": {
        "FACTS.PROD.V_PLAYLISTS_BY_PLAYLIST": 15
      },
      "mustNotInclude": [],
      "tags": ["playlist"]
    },
    {
      "id": "dim-brand-sf",
      "query": "company brand dimension Sony AWAL",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.DIM_BRAND"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["dimension"]
    },
    {
      "id": "dim-imprint-sf",
      "query": "imprint sub-label lookup",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.DIM_IMPRINT"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["dimension"]
    },
    {
      "id": "dim-genre-sf",
      "query": "music genre classification",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.DIM_GENRE"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["dimension"]
    },
    {
      "id": "signing-entities-gql",
      "query": "signing entity legal entity reference",
      "engine": "graphql",
      "mustInclude": ["abacusReferenceSigningEntities"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["reference"]
    },
    {
      "id": "transaction-types-gql",
      "query": "transaction types stream download",
      "engine": "graphql",
      "mustInclude": ["transactionTypes"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["reference"]
    },
    {
      "id": "account-activity-gql",
      "query": "account activity statements financial history",
      "engine": "graphql",
      "mustInclude": ["moneyhubAccountStatements"],
      "mustRank": {
        "moneyhubAccountStatements": 10
      },
      "mustNotInclude": [],
      "tags": ["accounts"]
    },
    {
      "id": "content-review-gql",
      "query": "content review queue approve reject",
      "engine": "graphql",
      "mustInclude": ["product"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["product"]
    },
    {
      "id": "nl-show-advances-gql",
      "query": "show me pending advances",
      "engine": "graphql",
      "mustInclude": ["abacusContractAdvancesPending"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["advances", "natural-language"]
    },
    {
      "id": "nl-show-reserves-sf",
      "query": "what is the reserve release schedule",
      "engine": "snowflake",
      "mustInclude": [
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_ABACUS_BALANCES_LOOKER_V2"
      ],
      "mustRank": {
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_ABACUS_BALANCES_LOOKER_V2": 10
      },
      "mustNotInclude": [],
      "tags": ["reserves", "natural-language"]
    },
    {
      "id": "nl-how-many-contracts-gql",
      "query": "how many active contracts do we have",
      "engine": "graphql",
      "mustInclude": ["abacusContracts"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["contracts", "natural-language"]
    },
    {
      "id": "nl-what-stores-sf",
      "query": "distribution stores for release",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.DIM_STORE"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["distribution", "natural-language"]
    },
    {
      "id": "nl-neighboring-rights-gql",
      "query": "show neighbouring rights contributions",
      "engine": "graphql",
      "mustInclude": ["nrContributions"],
      "mustRank": {},
      "mustNotInclude": [],
      "tags": ["neighbouring-rights", "natural-language"]
    },
    {
      "id": "nl-spotify-revenue-sf",
      "query": "how much revenue from Spotify",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.REVENUE_BY_STORE_DBT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_STORE_DBT": 70
      },
      "mustNotInclude": [],
      "tags": ["revenue", "natural-language"]
    },
    {
      "id": "nl-artist-revenue-gql",
      "query": "revenue by artist breakdown",
      "engine": "graphql",
      "mustInclude": ["moneyhubRevenueByArtist"],
      "mustRank": {
        "moneyhubRevenueByArtist": 5
      },
      "mustNotInclude": [],
      "tags": ["revenue", "natural-language"]
    },
    {
      "id": "nl-carveout-only-gql",
      "query": "carve-outs on a contract",
      "engine": "graphql",
      "mustInclude": ["abacusContractExclusion"],
      "mustRank": {
        "abacusContractExclusion": 20
      },
      "mustNotInclude": [],
      "tags": ["contracts", "natural-language", "stakeholder-feedback"]
    },
    {
      "id": "nl-carveout-territory-gql",
      "query": "what territory carve-outs are on this contract",
      "engine": "graphql",
      "mustInclude": ["abacusContractExclusion"],
      "mustRank": {
        "abacusContractExclusion": 20
      },
      "mustNotInclude": [],
      "tags": ["contracts", "natural-language"]
    },
    {
      "id": "nl-top-closers-revenue-sf",
      "query": "top closers by revenue",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.VENDOR_CLOSERS"],
      "mustRank": {
        "FACTS.PROD.VENDOR_CLOSERS": 5
      },
      "mustNotInclude": [],
      "tags": [
        "vendor",
        "natural-language",
        "analytics",
        "stakeholder-feedback"
      ]
    },
    {
      "id": "nl-subaccount-split-sf",
      "query": "what is the subaccount split percentage",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.REVENUE_BY_SUBACCOUNT_DBT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_SUBACCOUNT_DBT": 15
      },
      "mustNotInclude": [],
      "tags": ["revenue", "natural-language", "stakeholder-feedback"]
    },
    {
      "id": "nl-pub-admin-gql",
      "query": "show publishing admin agreements",
      "engine": "graphql",
      "mustInclude": ["publishingAgreements"],
      "mustRank": {
        "publishingAgreements": 5
      },
      "mustNotInclude": [],
      "tags": ["publishing", "natural-language", "stakeholder-feedback"]
    },
    {
      "id": "ugc-monetization-gql",
      "query": "YouTube UGC monetization",
      "engine": "graphql",
      "mustInclude": ["video"],
      "mustRank": {
        "video": 10
      },
      "mustNotInclude": [],
      "tags": ["stakeholder-feedback", "analytics"]
    },
    {
      "id": "adjustment-batch-gql",
      "query": "adjustment batch upload file",
      "engine": "graphql",
      "mustInclude": ["abacusStatementPeriodAdjustmentFile"],
      "mustRank": {
        "abacusStatementPeriodAdjustmentFile": 15
      },
      "mustNotInclude": [],
      "tags": ["adjustments", "stakeholder-feedback"]
    },
    {
      "id": "adjustment-batch-sf",
      "query": "adjustment upload pending",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.VW_ABACUS_ADJUSTMENTS_V2"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.VW_ABACUS_ADJUSTMENTS_V2": 5
      },
      "mustNotInclude": [],
      "tags": ["adjustments", "stakeholder-feedback"]
    },
    {
      "id": "sales-file-gql",
      "query": "sales file processing",
      "engine": "graphql",
      "mustInclude": ["abacusSalesFile"],
      "mustRank": {
        "abacusSalesFile": 5
      },
      "mustNotInclude": [],
      "tags": ["sales", "stakeholder-feedback"]
    },
    {
      "id": "nl-net-revenue-gql",
      "query": "what is the net revenue for this account",
      "engine": "graphql",
      "mustInclude": ["moneyhubAllTimeAccountRevenue"],
      "mustRank": {
        "moneyhubAllTimeAccountRevenue": 10
      },
      "mustNotInclude": [],
      "tags": ["revenue", "natural-language"]
    },
    {
      "id": "nl-net-revenue-sf",
      "query": "net revenue versus gross revenue",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.REVENUE_BY_ARTIST_DBT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_ARTIST_DBT": 10
      },
      "mustNotInclude": [],
      "tags": ["revenue", "natural-language"]
    },
    {
      "id": "mechanical-admin-gql",
      "query": "mechanical admin deduction rate",
      "engine": "graphql",
      "mustInclude": ["abacusContractMechanicalDeduction"],
      "mustRank": {
        "abacusContractMechanicalDeduction": 20
      },
      "mustNotInclude": [],
      "tags": ["contracts", "stakeholder-feedback"]
    },
    {
      "id": "sync-revenue-gql",
      "query": "sync admin commission revenue",
      "engine": "graphql",
      "mustInclude": ["moneyhubRevenueByTransactionType"],
      "mustRank": {
        "moneyhubRevenueByTransactionType": 30
      },
      "mustNotInclude": [],
      "tags": ["revenue", "stakeholder-feedback"]
    },
    {
      "id": "nr-performer-gql",
      "query": "neighbouring rights performer contributions",
      "engine": "graphql",
      "mustInclude": ["nrContributions"],
      "mustRank": {
        "nrContributions": 15
      },
      "mustNotInclude": [],
      "tags": ["neighbouring-rights", "stakeholder-feedback"]
    },
    {
      "id": "nr-performer-sf",
      "query": "neighbouring rights performer sales",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.PERFORMANCE_NR_SOUND_RECORDING"],
      "mustRank": {
        "FACTS.PROD.PERFORMANCE_NR_SOUND_RECORDING": 15
      },
      "mustNotInclude": [],
      "tags": ["neighbouring-rights", "stakeholder-feedback"]
    },
    {
      "id": "nl-opening-balance-gql",
      "query": "contract opening and closing balance",
      "engine": "graphql",
      "mustInclude": ["abacusLedgerAccountingRunBalance"],
      "mustRank": {
        "abacusLedgerAccountingRunBalance": 10
      },
      "mustNotInclude": [],
      "tags": ["ledger", "natural-language"]
    },
    {
      "id": "nl-opening-balance-sf",
      "query": "what is the opening and closing balance",
      "engine": "snowflake",
      "mustInclude": [
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_ABACUS_BALANCES_LOOKER_V2"
      ],
      "mustRank": {
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_ABACUS_BALANCES_LOOKER_V2": 5
      },
      "mustNotInclude": [],
      "tags": ["ledger", "natural-language"]
    },
    {
      "id": "nl-physical-manufacturing-gql",
      "query": "physical manufacturing orders vinyl CD",
      "engine": "graphql",
      "mustInclude": ["product"],
      "mustRank": {
        "product": 10
      },
      "mustNotInclude": [],
      "tags": ["product", "stakeholder-feedback"]
    },
    {
      "id": "streaming-metrics-rollup-sf",
      "query": "track streaming metrics 28 day streams",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.METRICS_BY_TRACK_FEED_DISTRIBUTOR_ROLLUP"],
      "mustRank": {
        "FACTS.PROD.METRICS_BY_TRACK_FEED_DISTRIBUTOR_ROLLUP": 5
      },
      "mustNotInclude": [],
      "tags": ["streaming"]
    },
    {
      "id": "streaming-daily-sf",
      "query": "daily streams timeseries by track",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.V_STREAMS_BY_TRACK_FEED_DISTRIBUTOR_DAILY"],
      "mustRank": {
        "FACTS.PROD.V_STREAMS_BY_TRACK_FEED_DISTRIBUTOR_DAILY": 10
      },
      "mustNotInclude": [],
      "tags": ["streaming"]
    },
    {
      "id": "nl-how-many-streams-sf",
      "query": "how many streams did this track get on Spotify",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.METRICS_BY_TRACK_FEED_DISTRIBUTOR_ROLLUP"],
      "mustRank": {
        "FACTS.PROD.V_STREAMS_BY_TRACK_FEED_DISTRIBUTOR_DAILY": 35
      },
      "mustNotInclude": [],
      "tags": ["streaming", "natural-language"]
    },
    {
      "id": "streams-by-country-sf",
      "query": "streams by country for a track",
      "engine": "snowflake",
      "mustInclude": [
        "FACTS.PROD.V_METRICS_BY_TRACK_COUNTRY_FEED_DISTRIBUTOR_ROLLUP"
      ],
      "mustRank": {
        "FACTS.PROD.V_METRICS_BY_TRACK_COUNTRY_FEED_DISTRIBUTOR_ROLLUP": 5
      },
      "mustNotInclude": [],
      "tags": ["streaming"]
    },
    {
      "id": "gainers-trending-sf",
      "query": "gainers trending tracks sudden growth",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.METRICS_BY_TRACK_CREATIONS_THRESHOLD_ROLLUP"],
      "mustRank": {
        "FACTS.PROD.METRICS_BY_TRACK_CREATIONS_THRESHOLD_ROLLUP": 10
      },
      "mustNotInclude": [],
      "tags": ["streaming"]
    },
    {
      "id": "downloads-sf",
      "query": "track download counts iTunes purchases",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.DOWNLOADS_BY_TRACK_FEED_DISTRIBUTOR_DAILY"],
      "mustRank": {
        "FACTS.PROD.DOWNLOADS_BY_TRACK_FEED_DISTRIBUTOR_DAILY": 5
      },
      "mustNotInclude": [],
      "tags": ["streaming"]
    },
    {
      "id": "demographics-sf",
      "query": "listener demographics age gender breakdown",
      "engine": "snowflake",
      "mustInclude": [
        "FACTS.PROD.STREAMS_DEMOGRAPHICS_BY_TRACK_FEED_DISTRIBUTOR_ROLLUP"
      ],
      "mustRank": {
        "FACTS.PROD.STREAMS_DEMOGRAPHICS_BY_TRACK_FEED_DISTRIBUTOR_ROLLUP": 5
      },
      "mustNotInclude": [],
      "tags": ["streaming", "demographics"]
    },
    {
      "id": "nl-who-listens-sf",
      "query": "who listens to this song age and gender",
      "engine": "snowflake",
      "mustInclude": [
        "FACTS.PROD.STREAMS_DEMOGRAPHICS_BY_TRACK_FEED_DISTRIBUTOR_ROLLUP"
      ],
      "mustRank": {
        "FACTS.PROD.STREAMS_DEMOGRAPHICS_BY_TRACK_FEED_DISTRIBUTOR_ROLLUP": 10
      },
      "mustNotInclude": [],
      "tags": ["streaming", "demographics", "natural-language"]
    },
    {
      "id": "youtube-views-daily-sf",
      "query": "YouTube video views by day",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.VIEWS_BY_VIDEO_FEED_DISTRIBUTOR_DAILY"],
      "mustRank": {
        "FACTS.PROD.VIEWS_BY_VIDEO_FEED_DISTRIBUTOR_DAILY": 5
      },
      "mustNotInclude": [],
      "tags": ["video"]
    },
    {
      "id": "youtube-channel-views-sf",
      "query": "channel views watch time CPM ad revenue",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.METRICS_BY_CHANNEL_FEED_DISTRIBUTOR_ROLLUP"],
      "mustRank": {
        "FACTS.PROD.METRICS_BY_CHANNEL_FEED_DISTRIBUTOR_ROLLUP": 10
      },
      "mustNotInclude": [],
      "tags": ["video"]
    },
    {
      "id": "ugc-claims-sf",
      "query": "UGC user generated content claims",
      "engine": "snowflake",
      "mustInclude": [
        "FACTS.PROD.V_METRICS_UGC_BY_VIDEO_ASSET_FEED_DISTRIBUTOR_ROLLUP"
      ],
      "mustRank": {
        "FACTS.PROD.V_METRICS_UGC_BY_VIDEO_ASSET_FEED_DISTRIBUTOR_ROLLUP": 10
      },
      "mustNotInclude": [],
      "tags": ["video"]
    },
    {
      "id": "traffic-sources-sf",
      "query": "video traffic sources how viewers found",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.DIM_TRAFFICSOURCE"],
      "mustRank": {
        "FACTS.PROD.DIM_TRAFFICSOURCE": 10
      },
      "mustNotInclude": [],
      "tags": ["video"]
    },
    {
      "id": "tiktok-creations-sf",
      "query": "TikTok creations views by country",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.V_TIKTOK_BY_ISRC_COUNTRY_DAILY"],
      "mustRank": {
        "FACTS.PROD.V_TIKTOK_BY_ISRC_COUNTRY_DAILY": 5
      },
      "mustNotInclude": [],
      "tags": ["streaming", "tiktok"]
    },
    {
      "id": "tiktok-trend-score-sf",
      "query": "TikTok trend score viral sounds",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.TIKTOK_TREND_SCORE_BY_ISRC_DBT"],
      "mustRank": {
        "FACTS.PROD.TIKTOK_TREND_SCORE_BY_ISRC_DBT": 10
      },
      "mustNotInclude": [],
      "tags": ["streaming", "tiktok"]
    },
    {
      "id": "tadas-trending-sf",
      "query": "TADAS trending days trending staying power",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.METRICS_TADAS"],
      "mustRank": {
        "FACTS.PROD.METRICS_TADAS": 5
      },
      "mustNotInclude": [],
      "tags": ["streaming", "trending"]
    },
    {
      "id": "nl-whats-trending-sf",
      "query": "what tracks are trending right now",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.METRICS_TADAS"],
      "mustRank": {
        "FACTS.PROD.METRICS_TADAS": 10
      },
      "mustNotInclude": [],
      "tags": ["streaming", "trending", "natural-language"]
    },
    {
      "id": "playlist-placements-sf",
      "query": "playlist placements position peak days on playlist",
      "engine": "snowflake",
      "mustInclude": [
        "FACTS.PROD.V_PLAYLISTS_PLACEMENTS_BY_ISRC_PLAYLIST_PUBLIC"
      ],
      "mustRank": {
        "FACTS.PROD.V_PLAYLISTS_PLACEMENTS_BY_ISRC_PLAYLIST_PUBLIC": 5
      },
      "mustNotInclude": [],
      "tags": ["playlist"]
    },
    {
      "id": "nl-what-playlists-sf",
      "query": "what playlists is this song on",
      "engine": "snowflake",
      "mustInclude": [
        "FACTS.PROD.V_PLAYLISTS_PLACEMENTS_BY_ISRC_PLAYLIST_PUBLIC"
      ],
      "mustRank": {
        "FACTS.PROD.V_PLAYLISTS_PLACEMENTS_BY_ISRC_PLAYLIST_PUBLIC": 10
      },
      "mustNotInclude": [],
      "tags": ["playlist", "natural-language"]
    },
    {
      "id": "playlist-streams-sf",
      "query": "streams from playlist playlist impact contribution",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.STREAMS_BY_PLAYLIST_ROLLUP"],
      "mustRank": {
        "FACTS.PROD.STREAMS_BY_PLAYLIST_ROLLUP": 5
      },
      "mustNotInclude": [],
      "tags": ["playlist"]
    },
    {
      "id": "playlist-metadata-sf",
      "query": "playlist metadata followers artwork curator genre",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.V_PLAYLISTS_BY_PLAYLIST"],
      "mustRank": {
        "FACTS.PROD.V_PLAYLISTS_BY_PLAYLIST": 5
      },
      "mustNotInclude": [],
      "tags": ["playlist"]
    },
    {
      "id": "playlist-demographics-sf",
      "query": "playlist listener demographics age gender",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.V_DEMOGRAPHICS_BY_PLAYLIST_COUNTRY"],
      "mustRank": {
        "FACTS.PROD.V_DEMOGRAPHICS_BY_PLAYLIST_COUNTRY": 5
      },
      "mustNotInclude": [],
      "tags": ["playlist", "demographics"]
    },
    {
      "id": "data-availability-sf",
      "query": "data availability freshness latest date by store",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.DATA_AVAILABILITY_BY_STORE_DAILY"],
      "mustRank": {
        "FACTS.PROD.DATA_AVAILABILITY_BY_STORE_DAILY": 5
      },
      "mustNotInclude": [],
      "tags": ["streaming"]
    },
    {
      "id": "feed-mapping-sf",
      "query": "feed id store mapping streaming platform",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.DIM_FEED"],
      "mustRank": {
        "FACTS.PROD.DIM_FEED": 5
      },
      "mustNotInclude": [],
      "tags": ["streaming"]
    },
    {
      "id": "video-mappings-sf",
      "query": "video to track mapping ISRC to video",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.MAPPINGS_VIDEO_TO_TRACKS_V3"],
      "mustRank": {
        "FACTS.PROD.MAPPINGS_VIDEO_TO_TRACKS_V3": 5
      },
      "mustNotInclude": [],
      "tags": ["video"]
    },
    {
      "id": "market-size-sf",
      "query": "market size country territory ranking",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.MARKET_SIZE_BY_STORE_COUNTRY"],
      "mustRank": {
        "FACTS.PROD.MARKET_SIZE_BY_STORE_COUNTRY": 5
      },
      "mustNotInclude": [],
      "tags": ["analytics"]
    },
    {
      "id": "streaming-analytics-gql",
      "query": "top tracks streaming performance leaderboard",
      "engine": "graphql",
      "mustInclude": ["topGlobalSoundRecordingFamilies"],
      "mustRank": {
        "topGlobalSoundRecordingFamilies": 5
      },
      "mustNotInclude": [],
      "tags": ["streaming"]
    },
    {
      "id": "top-accounts-gql",
      "query": "top accounts labels streaming performance",
      "engine": "graphql",
      "mustInclude": ["topAccounts"],
      "mustRank": {
        "topAccounts": 5
      },
      "mustNotInclude": [],
      "tags": ["streaming"]
    },
    {
      "id": "spotify-search-gql",
      "query": "search Spotify for tracks albums",
      "engine": "graphql",
      "mustInclude": ["spotifyTrackSearch"],
      "mustRank": {
        "spotifyTrackSearch": 5
      },
      "mustNotInclude": [],
      "tags": ["catalog"]
    },
    {
      "id": "nl-find-on-spotify-gql",
      "query": "find this song on Spotify",
      "engine": "graphql",
      "mustInclude": ["spotifyTrackSearch"],
      "mustRank": {
        "spotifyTrackSearch": 15
      },
      "mustNotInclude": [],
      "tags": ["catalog", "natural-language"]
    },
    {
      "id": "tadas-trending-gql",
      "query": "TADAS trending tracks staying power market lift",
      "engine": "graphql",
      "mustInclude": ["globalSoundRecordingTadasTrends"],
      "mustRank": {
        "globalSoundRecordingTadasTrends": 5
      },
      "mustNotInclude": [],
      "tags": ["analytics", "trending"]
    },
    {
      "id": "nl-whats-trending-gql",
      "query": "what songs are trending right now",
      "engine": "graphql",
      "mustInclude": ["globalSoundRecordingTadasTrends"],
      "mustRank": {
        "globalSoundRecordingTadasTrends": 10
      },
      "mustNotInclude": [],
      "tags": ["analytics", "trending", "natural-language"]
    },
    {
      "id": "playlist-search-gql",
      "query": "search for a playlist by name",
      "engine": "graphql",
      "mustInclude": ["playlistSearch"],
      "mustRank": {
        "playlistSearch": 10
      },
      "mustNotInclude": [],
      "tags": ["playlist"]
    },
    {
      "id": "playlist-metadata-gql",
      "query": "playlist metadata followers curator type editorial",
      "engine": "graphql",
      "mustInclude": ["playlistSearch"],
      "mustRank": {
        "playlistSearch": 10
      },
      "mustNotInclude": [],
      "tags": ["playlist"]
    },
    {
      "id": "charts-v2-gql",
      "query": "chart rankings positions top 200 viral",
      "engine": "graphql",
      "mustInclude": ["chartsV2"],
      "mustRank": {
        "chartsV2": 5
      },
      "mustNotInclude": [],
      "tags": ["analytics"]
    },
    {
      "id": "charts-by-platform-gql",
      "query": "Spotify daily chart US top tracks",
      "engine": "graphql",
      "mustInclude": ["chartsV2ByDefinition"],
      "mustRank": {
        "chartsV2ByDefinition": 10
      },
      "mustNotInclude": [],
      "tags": ["analytics"]
    },
    {
      "id": "fansifter-marketing-gql",
      "query": "fansifter marketing artists rosters",
      "engine": "graphql",
      "mustInclude": ["fansifter"],
      "mustRank": {
        "fansifter": 8
      },
      "mustNotInclude": [],
      "tags": ["marketing"]
    },
    {
      "id": "artist-lookup-gql",
      "query": "look up artist by Spotify ID",
      "engine": "graphql",
      "mustInclude": ["globalParticipantBySpotifyId"],
      "mustRank": {
        "globalParticipantBySpotifyId": 10
      },
      "mustNotInclude": [],
      "tags": ["catalog"]
    },
    {
      "id": "label-vendor-search-gql",
      "query": "search labels vendors subaccounts",
      "engine": "graphql",
      "mustInclude": ["orchardLabelSearch"],
      "mustRank": {
        "orchardLabelSearch": 10
      },
      "mustNotInclude": [],
      "tags": ["catalog"]
    },
    {
      "id": "channel-search-gql",
      "query": "YouTube channel search catalog",
      "engine": "graphql",
      "mustInclude": ["channelCatalogSearchV2"],
      "mustRank": {
        "channelCatalogSearchV2": 5
      },
      "mustNotInclude": [],
      "tags": ["video"]
    },
    {
      "id": "recording-by-isrc-gql",
      "query": "sound recording by ISRC lookup",
      "engine": "graphql",
      "mustInclude": ["globalSoundRecordingByIsrc"],
      "mustRank": {
        "globalSoundRecordingByIsrc": 15
      },
      "mustNotInclude": [],
      "tags": ["catalog"]
    },
    {
      "id": "product-by-upc-gql",
      "query": "album product by UPC",
      "engine": "graphql",
      "mustInclude": ["globalProductByUpc"],
      "mustRank": {
        "globalProductByUpc": 5
      },
      "mustNotInclude": [],
      "tags": ["catalog"]
    },
    {
      "id": "market-ranks-gql",
      "query": "market ranks territory ranking top markets",
      "engine": "graphql",
      "mustInclude": ["marketRanks"],
      "mustRank": {
        "marketRanks": 5
      },
      "mustNotInclude": [],
      "tags": ["analytics"]
    },
    {
      "id": "recently-visited-gql",
      "query": "recently visited items history",
      "engine": "graphql",
      "mustInclude": ["recentlyVisitedItems"],
      "mustRank": {
        "recentlyVisitedItems": 5
      },
      "mustNotInclude": [],
      "tags": ["user"]
    },
    {
      "id": "sos-breakdown-sf",
      "query": "source of streams lean back lean forward",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.V_STREAMS_BY_TRACK_FEED_DISTRIBUTOR_DAILY"],
      "mustRank": {
        "FACTS.PROD.V_STREAMS_BY_TRACK_FEED_DISTRIBUTOR_DAILY": 15
      },
      "mustNotInclude": [],
      "tags": ["streaming", "sos"]
    },
    {
      "id": "nl-where-streams-coming-from-sf",
      "query": "where are the streams coming from algorithmic or editorial",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.V_STREAMS_BY_TRACK_FEED_DISTRIBUTOR_DAILY"],
      "mustRank": {
        "FACTS.PROD.V_STREAMS_BY_TRACK_FEED_DISTRIBUTOR_DAILY": 15
      },
      "mustNotInclude": [],
      "tags": ["streaming", "sos", "natural-language"]
    },
    {
      "id": "sos-release-radio-sf",
      "query": "release radio discover weekly daily mix passive sources",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.V_STREAMS_BY_TRACK_FEED_DISTRIBUTOR_DAILY"],
      "mustRank": {
        "FACTS.PROD.V_STREAMS_BY_TRACK_FEED_DISTRIBUTOR_DAILY": 15
      },
      "mustNotInclude": [],
      "tags": ["streaming", "sos"]
    },
    {
      "id": "nl-algorithmic-vs-editorial-gql",
      "query": "what percentage of streams are algorithmic vs editorial",
      "engine": "graphql",
      "mustInclude": ["topGlobalSoundRecordingFamilies"],
      "mustRank": {
        "globalSoundRecordingByIsrc": 40
      },
      "mustNotInclude": [],
      "tags": ["analytics", "sos", "natural-language"]
    },
    {
      "id": "skip-rate-sf",
      "query": "skip rate skips completion rate for a track",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.V_STREAMS_BY_TRACK_FEED_DISTRIBUTOR_DAILY"],
      "mustRank": {
        "FACTS.PROD.V_STREAMS_BY_TRACK_FEED_DISTRIBUTOR_DAILY": 15
      },
      "mustNotInclude": [],
      "tags": ["streaming", "engagement"]
    },
    {
      "id": "saves-to-collection-sf",
      "query": "saves to collection add to library engagement",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.V_STREAMS_BY_TRACK_FEED_DISTRIBUTOR_DAILY"],
      "mustRank": {
        "FACTS.PROD.V_STREAMS_BY_TRACK_FEED_DISTRIBUTOR_DAILY": 15
      },
      "mustNotInclude": [],
      "tags": ["streaming", "engagement"]
    },
    {
      "id": "nl-highest-skip-rate-sf",
      "query": "which song has the highest skip rate",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.V_STREAMS_BY_TRACK_FEED_DISTRIBUTOR_DAILY"],
      "mustRank": {
        "FACTS.PROD.V_STREAMS_BY_TRACK_FEED_DISTRIBUTOR_DAILY": 15
      },
      "mustNotInclude": [],
      "tags": ["streaming", "engagement", "natural-language"]
    },
    {
      "id": "spotify-followers-sf",
      "query": "spotify followers monthly listeners trend",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.FACT_SOCIALS"],
      "mustRank": {
        "FACTS.PROD.FACT_SOCIALS": 5
      },
      "mustNotInclude": [],
      "tags": ["analytics", "social"]
    },
    {
      "id": "nl-gained-lost-followers-sf",
      "query": "has this artist gained or lost spotify followers",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.FACT_SOCIALS"],
      "mustRank": {
        "FACTS.PROD.FACT_SOCIALS": 15
      },
      "mustNotInclude": [],
      "tags": ["analytics", "social", "natural-language"]
    },
    {
      "id": "brand-breakdown-sf",
      "query": "streams by brand company brand orchard awal sme",
      "engine": "snowflake",
      "mustInclude": [
        "FACTS.PROD.VENDOR_COMPANY_BRAND_PARENT_COMPANY_SERVICE_TIER_VIEW"
      ],
      "mustRank": {
        "FACTS.PROD.VENDOR_COMPANY_BRAND_PARENT_COMPANY_SERVICE_TIER_VIEW": 5
      },
      "mustNotInclude": [],
      "tags": ["analytics"]
    },
    {
      "id": "first-week-streams-sf",
      "query": "first week streams release week performance",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.MAPPINGS_ISRC_TO_MIN_RELEASE_DATE"],
      "mustRank": {
        "FACTS.PROD.MAPPINGS_ISRC_TO_MIN_RELEASE_DATE": 10
      },
      "mustNotInclude": [],
      "tags": ["streaming", "catalog"]
    },
    {
      "id": "nl-first-week-album-sf",
      "query": "what are this albums first week streams",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.MAPPINGS_ISRC_TO_MIN_RELEASE_DATE"],
      "mustRank": {
        "FACTS.PROD.MAPPINGS_ISRC_TO_MIN_RELEASE_DATE": 15
      },
      "mustNotInclude": [],
      "tags": ["streaming", "catalog", "natural-language"]
    },
    {
      "id": "tiktok-ugc-pgc-sf",
      "query": "TikTok UGC vs PGC content type breakdown likes",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.V_TIKTOK_BY_ISRC_COUNTRY_DAILY"],
      "mustRank": {
        "FACTS.PROD.V_TIKTOK_BY_ISRC_COUNTRY_DAILY": 5
      },
      "mustNotInclude": [],
      "tags": ["streaming", "tiktok"]
    },
    {
      "id": "shazam-chart-sf",
      "query": "shazam chart daily top tracks position",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.FACT_CHARTS"],
      "mustRank": {
        "FACTS.PROD.FACT_CHARTS": 5
      },
      "mustNotInclude": [],
      "tags": ["analytics"]
    },
    {
      "id": "shazam-chart-gql",
      "query": "shazam chart rankings daily positions",
      "engine": "graphql",
      "mustInclude": ["chartsV2"],
      "mustRank": {
        "chartsV2": 15
      },
      "mustNotInclude": [],
      "tags": ["analytics"]
    },
    {
      "id": "recording-metadata-sf",
      "query": "song metadata recording name artist release date by ISRC",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.GLOBAL_SOUND_RECORDING"],
      "mustRank": {
        "FACTS.PROD.GLOBAL_SOUND_RECORDING": 10
      },
      "mustNotInclude": [],
      "tags": ["catalog"]
    },
    {
      "id": "nl-how-performing-tiktok-gql",
      "query": "how is this artist performing on TikTok",
      "engine": "graphql",
      "mustInclude": ["globalParticipantSearchES"],
      "mustRank": {
        "topGlobalSoundRecordingsTiktok": 15
      },
      "mustNotInclude": [],
      "tags": ["analytics", "tiktok", "natural-language"]
    },
    {
      "id": "nl-big-releases-today-sf",
      "query": "what are the big releases today and how are they doing",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.MAPPINGS_ISRC_TO_MIN_RELEASE_DATE"],
      "mustRank": {
        "FACTS.PROD.MAPPINGS_ISRC_TO_MIN_RELEASE_DATE": 20
      },
      "mustNotInclude": [],
      "tags": ["streaming", "catalog", "natural-language"]
    },
    {
      "id": "nl-playlist-consumption-territory-sf",
      "query": "playlist consumption broken down by territory country",
      "engine": "snowflake",
      "mustInclude": [
        "FACTS.PROD.V_PLAYLISTS_PLACEMENTS_BY_ISRC_PLAYLIST_COUNTRY_PRIVATE"
      ],
      "mustRank": {
        "FACTS.PROD.V_STREAMS_BY_PLAYLIST_COUNTRY_FEED_DISTRIBUTOR_DAILY": 30
      },
      "mustNotInclude": [],
      "tags": ["playlist", "natural-language"]
    },
    {
      "id": "nl-what-driving-tiktok-growth-sf",
      "query": "what content is driving growth on TikTok UGC PGC",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.V_TIKTOK_BY_ISRC_COUNTRY_DAILY"],
      "mustRank": {
        "FACTS.PROD.V_TIKTOK_BY_ISRC_COUNTRY_DAILY": 15
      },
      "mustNotInclude": [],
      "tags": ["streaming", "tiktok", "natural-language"]
    },
    {
      "id": "nl-streams-yesterday-sf",
      "query": "how many streams did this artist do yesterday",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.V_STREAMS_BY_TRACK_FEED_DISTRIBUTOR_DAILY"],
      "mustRank": {
        "FACTS.PROD.V_STREAMS_BY_TRACK_FEED_DISTRIBUTOR_DAILY": 30
      },
      "mustNotInclude": [],
      "tags": ["streaming", "natural-language"]
    },
    {
      "id": "nl-trending-latam-sf",
      "query": "what songs are trending in LatAm",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.METRICS_TADAS"],
      "mustRank": {
        "FACTS.PROD.METRICS_TADAS": 15
      },
      "mustNotInclude": [],
      "tags": ["streaming", "trending", "natural-language"]
    },
    {
      "id": "nl-streams-nordics-sf",
      "query": "streams in the Nordics this week",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.V_STREAMS_BY_TRACK_FEED_DISTRIBUTOR_DAILY"],
      "mustRank": {
        "FACTS.PROD.V_METRICS_BY_TRACK_COUNTRY_FEED_DISTRIBUTOR_ROLLUP": 15
      },
      "mustNotInclude": [],
      "tags": ["streaming", "natural-language"]
    },
    {
      "id": "country-region-lookup-sf",
      "query": "countries in BeneLux DACH region",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.DIM_COUNTRY"],
      "mustRank": {
        "FACTS.PROD.DIM_COUNTRY": 5
      },
      "mustNotInclude": [],
      "tags": ["analytics"]
    },
    {
      "id": "filtr-playlist-sf",
      "query": "filtr playlist support placements",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.V_PLAYLISTS_BY_PLAYLIST"],
      "mustRank": {
        "FACTS.PROD.V_PLAYLISTS_BY_PLAYLIST": 15
      },
      "mustNotInclude": [],
      "tags": ["playlist"]
    },
    {
      "id": "filtr-playlist-gql",
      "query": "filtr playlist curated editorial",
      "engine": "graphql",
      "mustInclude": ["playlistSearch"],
      "mustRank": {
        "playlistSearch": 15
      },
      "mustNotInclude": [],
      "tags": ["playlist"]
    },
    {
      "id": "personalized-vs-algorithmic-sf",
      "query": "personalized vs algorithmic playlist streams",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.V_PLAYLISTS_BY_PLAYLIST"],
      "mustRank": {
        "FACTS.PROD.V_PLAYLISTS_BY_PLAYLIST": 20
      },
      "mustNotInclude": [],
      "tags": ["playlist"]
    },
    {
      "id": "nl-whats-hot-sf",
      "query": "whats hot right now in the US",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.METRICS_TADAS"],
      "mustRank": {
        "FACTS.PROD.METRICS_TADAS": 15
      },
      "mustNotInclude": [],
      "tags": ["streaming", "trending", "natural-language"]
    },
    {
      "id": "nl-whats-hot-gql",
      "query": "whats hot right now what is trending",
      "engine": "graphql",
      "mustInclude": ["globalSoundRecordingTadasTrends"],
      "mustRank": {
        "globalSoundRecordingTadasTrends": 15
      },
      "mustNotInclude": [],
      "tags": ["analytics", "trending", "natural-language"]
    },
    {
      "id": "nl-artist-overview-gql",
      "query": "give me an overview of this artist everything about them",
      "engine": "graphql",
      "mustInclude": ["globalParticipantSearchES"],
      "mustRank": {
        "globalParticipantBySpotifyId": 15
      },
      "mustNotInclude": [],
      "tags": ["catalog", "natural-language"]
    },
    {
      "id": "nl-artist-briefing-gql",
      "query": "artist briefing analytics summary for a meeting",
      "engine": "graphql",
      "mustInclude": ["globalParticipantSearchES"],
      "mustRank": {
        "globalParticipantBySpotifyId": 15
      },
      "mustNotInclude": [],
      "tags": ["catalog", "natural-language"]
    },
    {
      "id": "nl-what-charts-on-gql",
      "query": "what charts is this track on and what are current positions",
      "engine": "graphql",
      "mustInclude": ["chartsV2"],
      "mustRank": {
        "chartsV2": 15
      },
      "mustNotInclude": [],
      "tags": ["analytics", "natural-language"]
    },
    {
      "id": "nr-delivery-orders-gql",
      "query": "neighbouring rights delivery orders for sound recording",
      "engine": "graphql",
      "mustInclude": ["nrDeliveryOrders"],
      "mustRank": {
        "nrDeliveryOrders": 5
      },
      "mustNotInclude": [],
      "tags": ["neighbouring-rights", "backend-coverage"]
    },
    {
      "id": "run-controller-gql",
      "query": "run controller status for contract accounting run",
      "engine": "graphql",
      "mustInclude": ["abacusRunControllers"],
      "mustRank": {
        "abacusRunControllers": 7
      },
      "mustNotInclude": [],
      "tags": ["accounting", "backend-coverage"]
    },
    {
      "id": "payment-eligibility-compound-gql",
      "query": "is account eligible for payment check hold payee tax minimum",
      "engine": "graphql",
      "mustInclude": ["abacusPaymentHold", "abacusPaymentMinimum"],
      "mustRank": {
        "abacusPaymentHold": 10,
        "abacusPaymentMinimum": 10
      },
      "mustNotInclude": [],
      "tags": ["payments", "domain-knowledge"]
    },
    {
      "id": "advance-cross-collateral-gql",
      "query": "cross-collateralization advance recoupment across contracts",
      "engine": "graphql",
      "mustInclude": ["abacusContractAdvancesPaid"],
      "mustRank": {
        "abacusContractAdvancesPaid": 5
      },
      "mustNotInclude": [],
      "tags": ["advances", "domain-knowledge"]
    },
    {
      "id": "nr-delivery-orders-sf",
      "query": "neighbouring rights delivery status by recording",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.VW_ABACUS_FACT_SALES_NR_V3"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.VW_ABACUS_FACT_SALES_NR_V3": 8
      },
      "mustNotInclude": [],
      "tags": ["neighbouring-rights", "backend-coverage"]
    },
    {
      "id": "track-streams-by-date-sf",
      "query": "daily streams by track isrc over date range",
      "engine": "snowflake",
      "mustInclude": ["FACTS.PROD.V_STREAMS_BY_TRACK_FEED_DISTRIBUTOR_DAILY"],
      "mustRank": {
        "FACTS.PROD.V_STREAMS_BY_TRACK_FEED_DISTRIBUTOR_DAILY": 10
      },
      "mustNotInclude": [],
      "tags": ["streaming", "domain-knowledge"]
    },
    {
      "id": "track-streams-by-date-gql",
      "query": "how many streams does a track have this month",
      "engine": "graphql",
      "mustInclude": ["globalSoundRecordingByIsrc"],
      "mustRank": {
        "globalSoundRecordingByIsrc": 10
      },
      "mustNotInclude": [],
      "tags": ["streaming", "domain-knowledge"]
    },
    {
      "id": "vendor-master-sf",
      "query": "show me vendor account details",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.ART_RELATIONS_PROD_ART_RELATIONS.VENDOR"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.ART_RELATIONS_PROD_ART_RELATIONS.VENDOR": 20
      },
      "mustNotInclude": [],
      "tags": ["vendor", "oar"]
    },
    {
      "id": "customer-master-sf",
      "query": "which store names map to which customer IDs",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.ART_RELATIONS_PROD_ART_RELATIONS.CUSTOMER_MASTER_MASTER"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.ART_RELATIONS_PROD_ART_RELATIONS.CUSTOMER_MASTER_MASTER": 5
      },
      "mustNotInclude": [],
      "tags": ["vendor", "oar"]
    },
    {
      "id": "oar-contract-sf",
      "query": "show me the raw contract data from abacus",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.CONTRACT"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.CONTRACT": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "adjustment-type-ref-sf",
      "query": "what adjustment types are available",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.REFERENCE_ADJUSTMENT_TYPE"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.REFERENCE_ADJUSTMENT_TYPE": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "oar-releases-sf",
      "query": "show me release and UPC metadata",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.ART_RELATIONS_PROD_ART_RELATIONS.RELEASES"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.ART_RELATIONS_PROD_ART_RELATIONS.RELEASES": 10
      },
      "mustNotInclude": [],
      "tags": ["catalog", "oar"]
    },
    {
      "id": "oar-account-sf",
      "query": "show me raw account data from abacus",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.ACCOUNT"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.ACCOUNT": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "payment-terms-sf",
      "query": "what payment terms and schedule does the account have",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.ACCOUNT_PAYMENT_TERM"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.ACCOUNT_PAYMENT_TERM": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "tax-info-sf",
      "query": "account tax residence and withholding tax configuration",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.ACCOUNT_TAX_INFO"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.ACCOUNT_TAX_INFO": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "payment-hold-sf",
      "query": "which accounts have payment holds",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.PAYMENT_HOLD"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.PAYMENT_HOLD": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "contract-lifecycle-sf",
      "query": "what is the contract lifecycle status and renewal dates",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.CONTRACT_LIFECYCLE"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.CONTRACT_LIFECYCLE": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "contract-term-sf",
      "query": "what are the royalty rate terms on this contract",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.CONTRACT_TERM"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.CONTRACT_TERM": 15
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "term-condition-sf",
      "query": "show the royalty rate conditions and commission tiers",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.CONTRACT_TERM_CONDITION"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.CONTRACT_TERM_CONDITION": 15
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "contract-advance-raw-sf",
      "query": "raw advance payment data with milestone and status",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.CONTRACT_ADVANCE"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.CONTRACT_ADVANCE": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "contract-reserve-sf",
      "query": "what is the reserve holdback rate and release schedule",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.CONTRACT_RESERVE"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.CONTRACT_RESERVE": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "contract-flowthrough-sf",
      "query": "what is the flowthrough rate and recoupment cap on this contract",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.CONTRACT_FLOWTHROUGH"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.CONTRACT_FLOWTHROUGH": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "mechanical-deduction-sf",
      "query": "mechanical royalty deduction and admin fee by territory",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.CONTRACT_MECHANICAL_DEDUCTION"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.CONTRACT_MECHANICAL_DEDUCTION": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "contract-party-sf",
      "query": "which artist or label is associated with this contract",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.CONTRACT_PARTY"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.CONTRACT_PARTY": 20
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "vendor-contract-sf",
      "query": "legacy vendor contract deal terms and split rates",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.ART_RELATIONS_PROD_ART_RELATIONS.VENDOR_CONTRACT"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.ART_RELATIONS_PROD_ART_RELATIONS.VENDOR_CONTRACT": 10
      },
      "mustNotInclude": [],
      "tags": ["vendor", "oar"]
    },
    {
      "id": "country-ref-sf",
      "query": "country and territory reference with ISO codes",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.ART_RELATIONS_PROD_ART_RELATIONS.COUNTRY"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.ART_RELATIONS_PROD_ART_RELATIONS.COUNTRY": 10
      },
      "mustNotInclude": [],
      "tags": ["reference", "oar"]
    },
    {
      "id": "currency-ref-sf",
      "query": "currency reference table with ISO 4217 codes",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.ART_RELATIONS_PROD_ART_RELATIONS.CURRENCIES"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.ART_RELATIONS_PROD_ART_RELATIONS.CURRENCIES": 10
      },
      "mustNotInclude": [],
      "tags": ["reference", "oar"]
    },
    {
      "id": "track-artist-sf",
      "query": "which artists are credited on this track",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.ART_RELATIONS_PROD_ART_RELATIONS.TRACK_ARTIST"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.ART_RELATIONS_PROD_ART_RELATIONS.TRACK_ARTIST": 10
      },
      "mustNotInclude": [],
      "tags": ["catalog", "oar"]
    },
    {
      "id": "signing-entity-sf",
      "query": "which legal entity signed the contract",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.REFERENCE_SIGNING_ENTITY"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.REFERENCE_SIGNING_ENTITY": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "payment-entity-sf",
      "query": "which payment entity handles disbursements",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.REFERENCE_PAYMENT_ENTITY"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.REFERENCE_PAYMENT_ENTITY": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "payee-payoneer-sf",
      "query": "payoneer payee setup and payment method",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.ACCOUNT_PAYEE"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.ACCOUNT_PAYEE": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "worksheet-adjustment-raw-sf",
      "query": "raw worksheet adjustment entries for the period",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.WORKSHEET_ADJUSTMENT"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.WORKSHEET_ADJUSTMENT": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "oar-adjustment-detail-sf",
      "query": "adjustment detail breakdown by UPC and distribution type",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.WORKSHEET_ADJUSTMENT_DETAIL"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.WORKSHEET_ADJUSTMENT_DETAIL": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "adjustment-file-sf",
      "query": "adjustment batch file upload and approval status",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.STATEMENT_PERIOD_ADJUSTMENT_FILE"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.STATEMENT_PERIOD_ADJUSTMENT_FILE": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "ledger-adjustment-applied-sf",
      "query": "which adjustments have been applied to the ledger",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.LEDGER_ADJUSTMENT_APPLIED"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.LEDGER_ADJUSTMENT_APPLIED": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "ledger-adjustment-detail-applied-sf",
      "query": "applied adjustment detail at UPC level in ledger",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.LEDGER_ADJUSTMENT_DETAIL_APPLIED"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.LEDGER_ADJUSTMENT_DETAIL_APPLIED": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "worksheet-correction-sf",
      "query": "show revenue corrections and royalty reversals",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.WORKSHEET_CORRECTION"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.WORKSHEET_CORRECTION": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "worksheet-flowthrough-sf",
      "query": "flowthrough worksheet calculations and batch status",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.WORKSHEET_FLOWTHROUGH"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.WORKSHEET_FLOWTHROUGH": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "oar-advance-recoupment-sf",
      "query": "how much advance has been recouped against earnings",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.LEDGER_CONTRACT_ADVANCE_APPLIED"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.LEDGER_CONTRACT_ADVANCE_APPLIED": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "transaction-type-ref-sf",
      "query": "transaction type reference for streaming downloads and physical",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.REFERENCE_TRANSACTION_TYPE"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.REFERENCE_TRANSACTION_TYPE": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "mechanical-rate-ref-sf",
      "query": "statutory mechanical royalty rates by country",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.REFERENCE_MECHANICAL_RATE"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.REFERENCE_MECHANICAL_RATE": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "contract-renewal-schedule-sf",
      "query": "contract renewal schedule and termination notice periods",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.CONTRACT_LIFECYCLE_SCHEDULE"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.CONTRACT_LIFECYCLE_SCHEDULE": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "payment-allocation-sf",
      "query": "payment allocation and disbursement by contract",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.PAYMENT_ALLOCATION"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.PAYMENT_ALLOCATION": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "ledger-entry-sf",
      "query": "show me the ledger entries for this account contract",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.LEDGER_ACCOUNT_CONTRACT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.LEDGER_ACCOUNT_CONTRACT": 15
      },
      "mustNotInclude": [],
      "tags": ["accounting"]
    },
    {
      "id": "account-statement-period-sf",
      "query": "account statement period data and balance summary",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.ACCOUNT_STATEMENT_PERIODS_DBT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.ACCOUNT_STATEMENT_PERIODS_DBT": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting"]
    },
    {
      "id": "regional-streaming-sf",
      "query": "streaming data by region latin america iberia",
      "engine": "snowflake",
      "mustInclude": [
        "FACTS.PROD.STREAMS_BY_TRACK_COUNTRY_REGION_FEED_DISTRIBUTOR_ROLLUP"
      ],
      "mustRank": {
        "FACTS.PROD.STREAMS_BY_TRACK_COUNTRY_REGION_FEED_DISTRIBUTOR_ROLLUP": 10
      },
      "mustNotInclude": [],
      "tags": ["streaming"]
    },
    {
      "id": "abacus-event-sf",
      "query": "abacus event history payment confirmation",
      "engine": "snowflake",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.ABACUS_EVENT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.ABACUS_EVENT": 10
      },
      "mustNotInclude": [],
      "tags": ["accounting"]
    },
    {
      "id": "oar-subaccount-sf",
      "query": "vendor subaccount details",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.ART_RELATIONS_PROD_ART_RELATIONS.SUBACCOUNT"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.ART_RELATIONS_PROD_ART_RELATIONS.SUBACCOUNT": 10
      },
      "mustNotInclude": [],
      "tags": ["vendor", "oar"]
    },
    {
      "id": "oar-artist-info-sf",
      "query": "artist metadata and information",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.ART_RELATIONS_PROD_ART_RELATIONS.ARTIST_INFO"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.ART_RELATIONS_PROD_ART_RELATIONS.ARTIST_INFO": 10
      },
      "mustNotInclude": [],
      "tags": ["catalog", "oar"]
    },
    {
      "id": "oar-track-sf",
      "query": "track metadata and ISRC information",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.ART_RELATIONS_PROD_ART_RELATIONS.TRACK"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.ART_RELATIONS_PROD_ART_RELATIONS.TRACK": 15
      },
      "mustNotInclude": [],
      "tags": ["catalog", "oar"]
    },
    {
      "id": "oar-exchange-rate-sf",
      "query": "exchange rate currency conversion from abacus",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.EXCHANGE_RATE"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.EXCHANGE_RATE": 15
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "oar-account-contract-sf",
      "query": "which account owns which contract mapping",
      "engine": "snowflake",
      "mustInclude": [
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.ACCOUNT_CONTRACT"
      ],
      "mustRank": {
        "ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.ACCOUNT_CONTRACT": 30
      },
      "mustNotInclude": [],
      "tags": ["accounting", "oar"]
    },
    {
      "id": "i18n-es-revenue-sf",
      "query": "ingresos por artista",
      "engine": "snowflake",
      "language": "es",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.REVENUE_BY_ARTIST_DBT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_ARTIST_DBT": 3
      },
      "mustNotInclude": [],
      "tags": ["i18n", "es"]
    },
    {
      "id": "i18n-es-contract-gql",
      "query": "crear contrato",
      "engine": "graphql",
      "language": "es",
      "mustInclude": ["AbacusContractWithLifecyclesInput"],
      "mustRank": {
        "AbacusContractWithLifecyclesInput": 3
      },
      "mustNotInclude": [],
      "tags": ["i18n", "es"]
    },
    {
      "id": "i18n-es-payment-sf",
      "query": "datos de pago",
      "engine": "snowflake",
      "language": "es",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.COMBINED_PAYMENTS_DBT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.COMBINED_PAYMENTS_DBT": 4
      },
      "mustNotInclude": [],
      "tags": ["i18n", "es"]
    },
    {
      "id": "i18n-es-artist-gql",
      "query": "artista",
      "engine": "graphql",
      "language": "es",
      "mustInclude": ["globalParticipantSearchES"],
      "mustRank": {
        "globalParticipantSearchES": 6
      },
      "mustNotInclude": [],
      "tags": ["i18n", "es"]
    },
    {
      "id": "i18n-es-balance-sf",
      "query": "saldo",
      "engine": "snowflake",
      "language": "es",
      "mustInclude": [
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_ABACUS_BALANCES_LOOKER_V2"
      ],
      "mustRank": {
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_ABACUS_BALANCES_LOOKER_V2": 3
      },
      "mustNotInclude": [],
      "tags": ["i18n", "es"]
    },
    {
      "id": "i18n-ja-royalty-gql",
      "query": "印税",
      "engine": "graphql",
      "language": "ja",
      "mustInclude": ["abacusContract"],
      "mustRank": {
        "abacusContract": 7
      },
      "mustNotInclude": [],
      "tags": ["i18n", "ja"]
    },
    {
      "id": "i18n-ja-artist-gql",
      "query": "アーティスト",
      "engine": "graphql",
      "language": "ja",
      "mustInclude": ["globalParticipantSearchES"],
      "mustRank": {
        "globalParticipantSearchES": 4
      },
      "mustNotInclude": [],
      "tags": ["i18n", "ja"]
    },
    {
      "id": "i18n-ja-contract-sf",
      "query": "契約",
      "engine": "snowflake",
      "language": "ja",
      "mustInclude": ["ROYALTY_ACCOUNTING_REPORTING.PROD.VW_OA_CONTRACT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_OA_CONTRACT": 3
      },
      "mustNotInclude": [],
      "tags": ["i18n", "ja"]
    },
    {
      "id": "i18n-ja-payment-sf",
      "query": "支払いデータ",
      "engine": "snowflake",
      "language": "ja",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.COMBINED_PAYMENTS_DBT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.COMBINED_PAYMENTS_DBT": 4
      },
      "mustNotInclude": [],
      "tags": ["i18n", "ja"]
    },
    {
      "id": "i18n-ja-streams-sf",
      "query": "再生数",
      "engine": "snowflake",
      "language": "ja",
      "mustInclude": ["FACTS.PROD.METRICS_BY_TRACK_FEED_DISTRIBUTOR_ROLLUP"],
      "mustRank": {
        "FACTS.PROD.METRICS_BY_TRACK_FEED_DISTRIBUTOR_ROLLUP": 4
      },
      "mustNotInclude": [],
      "tags": ["i18n", "ja"]
    },
    {
      "id": "i18n-pt-revenue-sf",
      "query": "receita por artista",
      "engine": "snowflake",
      "language": "pt",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.REVENUE_BY_ARTIST_DBT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_ARTIST_DBT": 3
      },
      "mustNotInclude": [],
      "tags": ["i18n", "pt"]
    },
    {
      "id": "i18n-pt-contract-gql",
      "query": "criar contrato",
      "engine": "graphql",
      "language": "pt",
      "mustInclude": ["AbacusContractWithLifecyclesInput"],
      "mustRank": {
        "AbacusContractWithLifecyclesInput": 3
      },
      "mustNotInclude": [],
      "tags": ["i18n", "pt"]
    },
    {
      "id": "i18n-pt-payment-sf",
      "query": "dados de pagamento",
      "engine": "snowflake",
      "language": "pt",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.COMBINED_PAYMENTS_DBT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.COMBINED_PAYMENTS_DBT": 4
      },
      "mustNotInclude": [],
      "tags": ["i18n", "pt"]
    },
    {
      "id": "i18n-pt-artist-gql",
      "query": "artista",
      "engine": "graphql",
      "language": "pt",
      "mustInclude": ["globalParticipantSearchES"],
      "mustRank": {
        "globalParticipantSearchES": 6
      },
      "mustNotInclude": [],
      "tags": ["i18n", "pt"]
    },
    {
      "id": "i18n-pt-balance-sf",
      "query": "saldo",
      "engine": "snowflake",
      "language": "pt",
      "mustInclude": [
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_ABACUS_BALANCES_LOOKER_V2"
      ],
      "mustRank": {
        "ROYALTY_ACCOUNTING_REPORTING.PROD.VW_ABACUS_BALANCES_LOOKER_V2": 3
      },
      "mustNotInclude": [],
      "tags": ["i18n", "pt"]
    },
    {
      "id": "i18n-fr-revenue-sf",
      "query": "revenus par artiste",
      "engine": "snowflake",
      "language": "fr",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.REVENUE_BY_ARTIST_DBT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_ARTIST_DBT": 3
      },
      "mustNotInclude": [],
      "tags": ["i18n", "fr"]
    },
    {
      "id": "i18n-fr-contract-gql",
      "query": "créer un contrat",
      "engine": "graphql",
      "language": "fr",
      "mustInclude": ["AbacusContractWithLifecyclesInput"],
      "mustRank": {
        "AbacusContractWithLifecyclesInput": 3
      },
      "mustNotInclude": [],
      "tags": ["i18n", "fr"]
    },
    {
      "id": "i18n-fr-payment-sf",
      "query": "données de paiement",
      "engine": "snowflake",
      "language": "fr",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.COMBINED_PAYMENTS_DBT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.COMBINED_PAYMENTS_DBT": 4
      },
      "mustNotInclude": [],
      "tags": ["i18n", "fr"]
    },
    {
      "id": "i18n-fr-artist-gql",
      "query": "artiste",
      "engine": "graphql",
      "language": "fr",
      "mustInclude": ["globalParticipantSearchES"],
      "mustRank": {
        "globalParticipantSearchES": 6
      },
      "mustNotInclude": [],
      "tags": ["i18n", "fr"]
    },
    {
      "id": "i18n-fr-advance-sf",
      "query": "avance",
      "engine": "snowflake",
      "language": "fr",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.COMBINED_ADVANCES_DBT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.COMBINED_ADVANCES_DBT": 3
      },
      "mustNotInclude": [],
      "tags": ["i18n", "fr"]
    },
    {
      "id": "i18n-de-revenue-sf",
      "query": "Umsatz nach Künstler",
      "engine": "snowflake",
      "language": "de",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.REVENUE_BY_ARTIST_DBT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.REVENUE_BY_ARTIST_DBT": 3
      },
      "mustNotInclude": [],
      "tags": ["i18n", "de"]
    },
    {
      "id": "i18n-de-contract-gql",
      "query": "Vertrag erstellen",
      "engine": "graphql",
      "language": "de",
      "mustInclude": ["AbacusContractWithLifecyclesInput"],
      "mustRank": {
        "AbacusContractWithLifecyclesInput": 3
      },
      "mustNotInclude": [],
      "tags": ["i18n", "de"]
    },
    {
      "id": "i18n-de-payment-sf",
      "query": "Zahlungsdaten",
      "engine": "snowflake",
      "language": "de",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.COMBINED_PAYMENTS_DBT"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.COMBINED_PAYMENTS_DBT": 4
      },
      "mustNotInclude": [],
      "tags": ["i18n", "de"]
    },
    {
      "id": "i18n-de-artist-gql",
      "query": "Künstler",
      "engine": "graphql",
      "language": "de",
      "mustInclude": ["globalParticipantSearchES"],
      "mustRank": {
        "globalParticipantSearchES": 4
      },
      "mustNotInclude": [],
      "tags": ["i18n", "de"]
    },
    {
      "id": "i18n-de-accounting-sf",
      "query": "Abrechnungslauf",
      "engine": "snowflake",
      "language": "de",
      "mustInclude": ["ROYALTY_ACCOUNTING.PROD.ACCOUNTING_RUN_RESULTS"],
      "mustRank": {
        "ROYALTY_ACCOUNTING.PROD.ACCOUNTING_RUN_RESULTS": 3
      },
      "mustNotInclude": [],
      "tags": ["i18n", "de"]
    }
  ]
}
