tailpipe

connection "tailpipe" "my_conn" {
from = "2024-10-23"
to = "2024-10-30"
}

The tailpipe connection is used to pre-filter the default database, scoping the records available to a mod by date range, index, or partition (subject to further interactive filtering).

Arguments

NameTypeRequired?Description
fromStringOptionalSet the earliest date. Default: unbounded.
toStringOptionalSet the latest date. Default: unbounded.

Default Connection

The tailpipe connection type includes an implicit, default connection (connection.tailpipe.default) that includes all collected data.