Skip to content

Attachment

An Attachment makes an additional SQLite database available in the parent source's connection so a single model query can join across both databases.

Attributes

Field Type Default Description
path string None A unique path to this object
schema_name string None Name of the schema to attach the source under.
source None Local SQLite database source to attach in the connection that will be available in the base SQL query.