Skip to content
Rohit K. Chatterjee edited this page Nov 16, 2023 · 4 revisions

dbt-automation consists of a Python library and a set of command-line scripts which generate dbt models.

The actual work is done by individual operations, which are chained into workflows.

Operations will generally result in dbt models. None of these operations will actually modify the target warehouse, for this to happen the user will need to run dbt run on the generated models.

Since this library is being written with Dalgo in mind, we have special operations which operate on Airbyte's raw output tables.

The library is also being written with the view of being integrated into the Dalgo UI.

If this is your first visit, start here: Operations

Clone this wiki locally