-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ingestion/lookml): resolve access notation for LookML Constant #12277
base: master
Are you sure you want to change the base?
feat(ingestion/lookml): resolve access notation for LookML Constant #12277
Conversation
e6de550
to
4ef052f
Compare
4ef052f
to
4a9ec88
Compare
metadata-ingestion/src/datahub/ingestion/source/looker/looker_template_language.py
Outdated
Show resolved
Hide resolved
metadata-ingestion/src/datahub/ingestion/source/looker/lookml_config.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
My only suggestion would be to refactor the logic in resolve_lookml_parameter
into a separate class. Then, the different warning scenarios can be easily unit tested.
metadata-ingestion/src/datahub/ingestion/source/looker/looker_template_language.py
Outdated
Show resolved
Hide resolved
metadata-ingestion/src/datahub/ingestion/source/looker/looker_template_language.py
Outdated
Show resolved
Hide resolved
metadata-ingestion/src/datahub/ingestion/source/looker/looker_template_language.py
Outdated
Show resolved
Hide resolved
metadata-ingestion/src/datahub/ingestion/source/looker/looker_template_language.py
Show resolved
Hide resolved
710eff2
to
4e7bc94
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggesting few more minor changes.
Also, can you check why CI is failing ?
Co-authored-by: Mayuri Nehate <[email protected]>
Co-authored-by: Mayuri Nehate <[email protected]>
Checklist