Pipeline config

Dashboard
How to use this page

This page manages which Google Sheets tabs and tables are exported, their Remote Config keys, how data is extracted, and which spreadsheets are included.

Structure

Each spreadsheet → tabs → named tables (Format → Convert to table in Sheets). For each table to export, create an entry with:

  • Table name — the named table inside the tab to read from
  • RC key — the Unity Remote Config key (_gs_something)
  • Builder — how data is parsed:
    • generic — one named table → flat list
    • multi_table — all tables in tab → dict of lists
    • lootboxes / events — specific structures
  • Enabled — whether this entry runs on export

Need a new data format? Ask a developer to add a new Builder.

Discovery

Hit Refresh on a spreadsheet to fetch the current tabs and named tables from Google Sheets. New tabs appear automatically. Undiscovered tables show as compact rows — click Add to create an export entry.

Group all

When a tab's tables all belong to one logical export (e.g. all minigames in the Agility tab), click Group all to merge them into a single multi_table entry under one RC key.

Saving

Changes are saved locally in your browser. Click Save to git to commit pipeline_config.json to the repo.

Loading config…