Troubleshooting¶
Alation Cloud Service Applies to Alation Cloud Service instances of Alation
Customer Managed Applies to customer-managed instances of Alation
For information about logs, refer to Troubleshoot OCF Connectors.
Refer to the following scenarios for which you might need to troubleshoot:
Problem |
Cause |
Solution |
---|---|---|
Metadata Extraction |
||
Metadata Extraction doesn’t extract columns of non-ephemeral models |
NA |
Enable the |
No metadata extracted after running the MDE for a project. |
You haven’t executed your models in last 90 days across environments. |
Execute your models across environments to update the information and then run MDE. |
No metadata extracted for a specific project or model after running MDE. |
You haven’t executed the model at all or in last 90 days across environments. |
Execute your models across environments to update the information and then run MDE. |
Column names are not extracted for ephemeral models. |
NA |
It is a known limitation as dbt discovery APIs do not provide this information. |
Lineage Extraction |
||
Column-level lineage is not generated for non-ephemeral models |
NA |
Enable the |
No lineage generated for a specific project, environment, or model after running Lineage Extraction. |
You haven’t executed your models in last 90 days across environments. |
Execute your models across environments to update the information and then run MDE. |
Limitations¶
dbt Core¶
The following limitations apply to dbt Core:
For
otype
projects, the connector does not retrieve thecreatedDate
,lastUpdatedDate
, andcomment
fields from themanifest.json
file.For models, the connector does not retrieve the
owner
from themanifest.json
file.For model columns, the connector does not retrieve the
Tag
andComment
fields from themanifest.json
andcatalog.json
files.For job run, the connector does not retrieve the
NextRunAt
field from therun_results.json
file.