Preflight checks for dbt
TL;DR
This checks if manifest files are present in the provided bucket and prefix.
Before running the dbt crawler, you can run preflight checks to perform the necessary technical validations. The following preflight check will be completed:
dbt Core
Manifest file check on S3
This checks if manifest files are present in the provided bucket and prefix.
✅ Check successful if Atlan can access the bucket and prefix containing the manifest files.
❌ Check failed
For example:
- If Atlan cannot access the bucket -
Manifest file Check on S3: failed With error code: AccessDenied - Access Denied - If Atlan can access the bucket but there are no manifest files present in the bucket -
Manifest file Check on S3: No manifest files found in the mentioned S3 Prefix