Hi all -I am ingesting metadata for Lookml using 0...
# ingestion
m
Hi all -I am ingesting metadata for Lookml using 0.8.14 version. Looks like there is an issue with dbname value for Athena platform.I am getting URN as _urnlidataPlatform:athena,.db_name.table_name,PROD_ Watch for . before db_name It should ideally come out as _urnlidataPlatform:athena,db_name.table_name,PROD_ I think below line should be changed to include athena as well https://github.com/linkedin/datahub/blob/ef2182f1021c02a72733dfaa058add10f14de0c7/metadata-ingestion/src/datahub/ingestion/source/lookml.py#L735
m
Thanks for reporting @mammoth-lawyer-49919 ! Do you want to contribute the fix? It would be pretty simple as you suggested.
m
I will give it a go.
m
make sure to sign up with hacktoberfest! (https://hacktoberfest.digitalocean.com/register) this would be a great first-time contribution