What problem does it solve? It removes the need to manually navigate the Dorado (DataLeap) web console when you need to look up projects, inspect batch tasks, check yarn queue resources, or run ad-hoc SQL queries across multiple regions. ## Core Features & Use Cases - Project and Task Lookup: List projects, list or search batch tasks, and retrieve individual task metadata by task_id in regions like cn, sg, gcp, va, boe, and boei18n. - Temporary SQL Execution: Run debug SQL through an existing Dorado temporary-query task, then poll execution status and fetch results, with per-region defaults stored in ~/.gdp_config/dorado_defaults.yaml. - Queue Resource Inspection: List project yarn queues and query queue resource usage for capacity checks. - Use Case: A data engineer needs to verify why a batch task failed in the boei18n region. They fetch the task details by task_id, then run a debug SQL count query against the underlying table to confirm data availability. ## Quick Start Ask the agent to list my Dorado projects in the cn region or run a debug SQL query on a specific temporary-query task.