Can you export App Store Connect data to a warehouse?
Not natively — Apple offers no warehouse export at all. Its reporting is delivery-based: request a report, wait for generation, download a gzipped TSV, parse it. That’s fine for a monthly export and hopeless as a reporting backend, which is why most teams’ App Store history lives in a folder of files nobody queries.
We invert the model: the API loop — request, download, parse, load — runs daily as a managed pipeline, the files become tables in your own database, and every question after that is just SQL.