Open ismailsimsek opened 1 month ago
is it possible to store manifest.json state file after each dbt execution?
similar to https://github.com/astronomer/astronomer-cosmos/blob/2dd8c7a0dd44ce436b62c3907806d4240fca41f7/cosmos/operators/local.py#L353C5-L353C17
motivation will be using it as a state file and avoiding seed reloads.
https://github.com/dbt-labs/dbt-core/issues/7762
This issue is stale because it has been open for 30 days with no activity.
Description
is it possible to store manifest.json state file after each dbt execution?
similar to https://github.com/astronomer/astronomer-cosmos/blob/2dd8c7a0dd44ce436b62c3907806d4240fca41f7/cosmos/operators/local.py#L353C5-L353C17
Use case/motivation
motivation will be using it as a state file and avoiding seed reloads.
Related issues
https://github.com/dbt-labs/dbt-core/issues/7762
Are you willing to submit a PR?