Data Is Missing or Outdated in Transformation Tables
Issue
Data is missing or outdated in transformation tables.
Environment
Transformations for dbt Core
Resolution
This issue may occur if some prerequisite tables were either not selected to sync or deselected after the start of the transformation.
To resolve this issue, do the following:
- Review our data model documentation for the applicable transformations package.
- Ensure that all prerequisite tables are enabled.
- Run the transformation.
- Validate the data again for accuracy.
If the issue persists, compare the data of the tables synced by the connector against the source data.