You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I check the dataset, no field is attached. Somehow, OL is unable to detect the fields.
After few rounds of testing, I noticed I needed to ensure all the fields must be specified in source.yml and schema.yml. Also, I cannot use SELECT * FROM xxxxx in the model sql. I need to specify SELECT entity_code, xxx, xxx FROM xxx to ensure the column lineage is generated.
The text was updated successfully, but these errors were encountered:
Hi,
I don't know if this is an issue or a limitation.
At first, I am facing an issue generating column lineage in which no field appears in the facets.
ERROR [2024-12-26 09:41:14,327] marquez.db.OpenLineageDao: Cannot produce column lineage for missing output field in output dataset: xxxx
here is the output facets
When I check the dataset, no field is attached. Somehow, OL is unable to detect the fields.
After few rounds of testing, I noticed I needed to ensure all the fields must be specified in
source.yml
andschema.yml
. Also, I cannot useSELECT * FROM xxxxx
in the model sql. I need to specifySELECT entity_code, xxx, xxx FROM xxx
to ensure the column lineage is generated.The text was updated successfully, but these errors were encountered: