flight-schedules
Installation
SKILL.md
Flight Schedules Setup
This subskill cannot be run independently. It must be invoked from the
aviation-installerrouter.This subskill is conditional — only execute if the user provided an Aviationstack API key.
Creates the Aviationstack flight schedule ingestion pipeline: network rule, EAI, API key secret, schedule tables, Python ingestion procedure, ETL procedure, backfill procedures, and the TASK_FLIGHT_SCHEDULE task (chained after TASK_INGEST_ADSB).
Without this sub-skill, ADS-B tracks are still captured but won't be enriched with airline/route/gate metadata. The dashboard will show aircraft positions but flight details will be unavailable.
Prerequisites
adsb-ingestioncompleted- Aviationstack API key (free tier supports up to 1,000 requests/month)
- Variables from router:
{TARGET_DB},{SCHEMA},{IATA},{ICAO},{WAREHOUSE},{API_KEY},{BACKFILL_DAYS}