CLI
Endpoints
Convert pipelines into fast, scalable endpoints
To publish your pipe as an API, simply add a name to the publish
parameter:
insights.yaml
Published pipes can parameterize their SQL using Jinja2 via the params field and can be accessed (via FROM) by other pipes.
Upon pushing, you can query results using the API:
See more on the API here.