Closed sam-mccarty-mavenclinic closed 1 month ago
Hi there 👋 Thanks for your contribution!
The OpenMetadata team will review the PR shortly! Once it has been labeled as safe to test
, the CI workflows
will start executing and we'll be able to make sure everything is working as expected.
Let us know if you need any help!
@sam-mccarty-mavenclinic thanks for the contribution
@harshach no problem, i was making some tweaks to see if i could get the lineage fixed for our specific looker implementation, but i am open to more generic approaches to these issues if this initial solution is a bit too opinionated
Hi @sam-mccarty-mavenclinic, thank you for the PR.
setup.py
therefore the errors in the CI: E ModuleNotFoundError: No module named 'liquid'
One sec, I will push a fix to the setup file. Happy to add a test with sample file with the templating included, can you point me to the right location to add my test?
@sam-mccarty-mavenclinic I merged the branch with main bc we had some failing tests that were fixed. If the CI is green we can merge this.
@sam-mccarty-mavenclinic I merged the branch with main bc we had some failing tests that were fixed. If the CI is green we can merge this.
Thank you, I've been on a few other things but will check on any new failures today now that the unrelated failures have been cleared up
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
50.0% Coverage on New Code
0.0% Duplication on New Code
I would like to propose two improvements to resolve issues with Looker ingestion, one with liquid template variables in sql_table_name and another with aliased views and explores
Describe your changes:
Fixes #17911
from_
attribute for views to replace thename
while building the lineage to correctly map to the actual view being joinedview_name
on the model so that the underlying view it is based on is included as part of the lineage, regardless of whether there are other views joined#
Type of change:
#
Checklist:
Fixes <issue-number>: <short explanation>