-
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
fix(ingestion/lookml): resolve CLL issue caused by column name casing. #11876
base: master
Are you sure you want to change the base?
fix(ingestion/lookml): resolve CLL issue caused by column name casing. #11876
Conversation
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.
we should be using the schema resolver to fix things automatically, instead of just having an additional config
...ata-ingestion/tests/integration/lookml/drop_hive_dot/top_10_employee_income_source.view.lkml
Outdated
Show resolved
Hide resolved
Ok |
metadata-ingestion/src/datahub/ingestion/source/looker/view_upstream.py
Outdated
Show resolved
Hide resolved
metadata-ingestion/src/datahub/ingestion/source/looker/view_upstream.py
Outdated
Show resolved
Hide resolved
metadata-ingestion/tests/unit/sql_parsing/test_schemaresolver.py
Outdated
Show resolved
Hide resolved
|
||
schema_resolver.add_raw_schema_info( | ||
urn=input_urn, | ||
schema_info={"name": "STRING"}, |
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.
what does this test do that test_basic_schema_resolver
does not do?
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.
This test is calling resolve_urn
instead of resolve_table
No description provided.