Skip to content

Instantly share code, notes, and snippets.

@mindspank
Created December 11, 2024 18:10
Show Gist options
  • Save mindspank/868d735205e665257bcd59e30907e981 to your computer and use it in GitHub Desktop.
Save mindspank/868d735205e665257bcd59e30907e981 to your computer and use it in GitHub Desktop.
Example API Endpoint in Rill
# sales_by_region.yaml
type: api
metrics_sql: >
select
total_sales,
sales_rep
from SalesMetricsView
where region = {{ .args.region }}
@mindspank
Copy link
Author

Full API documentation available at: https://docs.rilldata.com/integrate/custom-api

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment