SELECT
statement to query your tables directly.
These SQL statements can interact with your sources/tables in the same way as standard SQL tables.
For example, to get the top referrers as in our quickstart example we can run the following command.
publish
field.
Published pipes can parameterize their SQL using Jinja2 via the params
field.
Unlike draft pipes, published pipes can be accessed (via FROM
) by other pipes.
{{ param }}
. These parameters are passed via the API and can be used to dynamically alter the pipe’s behavior. Optional