Budget Planning Position Forecast (Gold Copy)
A consolidated dataset shared with Hub. It contains all Position Forecast related detail lines with associated line account segment breakout.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"budget-qa-reporting-data-socrata/budget-planning-position-forecast-gold-copy-yecj-kis8\".\"budget_planning_position_forecast_gold_copy\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.