-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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(ingest/looker): update browse paths to align with looker UI #10147
Conversation
dashboard_elements=[ | ||
DashboardElement( | ||
id="2", | ||
type="", | ||
type="vis", |
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.
Required due to this check, otherwise the charts don't get ingested
} | ||
}, | ||
{ | ||
"proposedSnapshot": { | ||
"com.linkedin.pegasus2avro.metadata.snapshot.DatasetSnapshot": { | ||
"urn": "urn:li:dataset:(urn:li:dataPlatform:looker,data.explore.my_view,PROD)", | ||
"urn": "urn:li:dataset:(urn:li:dataPlatform:looker,bogus data.explore.my_view,PROD)", |
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.
Not sure why - the order of mces for "bogus data" and "data" projects has changed.
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.
Let's check on the standalone looks issue, and also update the updating-datahub.md guide to call out this as a breaking change
also - add comment about breaking change in browse path
@@ -578,7 +578,7 @@ def test_lookml_git_info(pytestconfig, tmp_path, mock_time): | |||
"parse_table_names_from_sql": True, | |||
"project_name": "lkml_samples", | |||
"model_pattern": {"deny": ["data2"]}, | |||
"github_info": {"repo": "datahub/looker-demo", "branch": "master"}, | |||
"git_info": {"repo": "datahub/looker-demo", "branch": "master"}, |
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 change is only to remove warnings when executing lookml tests.
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
Checklist