0.0.0+develop
Classes
Class | Description |
---|---|
flytekitplugins.dbt.error.DBTHandledError |
DBTHandledError wraps error logs and message from command execution that returns exit code 1 . |
flytekitplugins.dbt.error.DBTUnhandledError |
DBTUnhandledError wraps error logs and message from command execution that returns exit code 2 . |
flytekitplugins.dbt.schema.BaseDBTInput |
Base class for DBT Task Input. |
flytekitplugins.dbt.schema.BaseDBTOutput |
Base class for output of DBT task. |
flytekitplugins.dbt.schema.DBTFreshnessInput |
Input to DBT Freshness task. |
flytekitplugins.dbt.schema.DBTFreshnessOutput |
Output of DBT Freshness task. |
flytekitplugins.dbt.schema.DBTRunInput |
Input to DBT Run task. |
flytekitplugins.dbt.schema.DBTRunOutput |
Output of DBT run task. |
flytekitplugins.dbt.schema.DBTTestInput |
Input to DBT Test task. |
flytekitplugins.dbt.schema.DBTTestOutput |
Output of DBT test task. |
flytekitplugins.dbt.task.DBTFreshness |
Execute DBT Freshness CLI command. |
flytekitplugins.dbt.task.DBTRun |
Execute DBT Run CLI command. |
flytekitplugins.dbt.task.DBTTest |
Execute DBT Test CLI command. |