Join Slack
Powered by
Hi all -I am ingesting metadata for Lookml using 0...
# ingestion
m
mammoth-lawyer-49919
10/11/2021, 3:00 AM
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 _urn
li
dataPlatform:athena,.db_name.table_name,PROD_
Watch for . before db_name
It should ideally come out as _urn
li
dataPlatform: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
mammoth-bear-12532
10/11/2021, 2:11 PM
Thanks for reporting
@mammoth-lawyer-49919
! Do you want to contribute the fix? It would be pretty simple as you suggested.
m
mammoth-lawyer-49919
10/11/2021, 10:27 PM
I will give it a go.
m
mammoth-bear-12532
10/11/2021, 11:32 PM
make sure to sign up with hacktoberfest! (
https://hacktoberfest.digitalocean.com/register
) this would be a great first-time contribution
Open in Slack
Previous
Next