-
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(ingest): add platform instance to tableau #5978
feat(ingest): add platform instance to tableau #5978
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.
LGTM!
Looks like there's an error + conflict in the tests - we recently made some big simplifications to the tests so you might need to regenerate the golden file.
Done, looks like there's a need for a workflow approval. |
@alaponin thanks for fixing the merge conflicts! I've re-triggered the CI so hopefully we can merge this today :) |
Fixed some linting issues. Hopefully the checks will pass now. |
Co-authored-by: Arne Laponin <[email protected]> Co-authored-by: Amanda Hernando <[email protected]> Co-authored-by: amanda-her <[email protected]> Co-authored-by: Harshal Sheth <[email protected]>
Co-authored-by: Arne Laponin <[email protected]> Co-authored-by: Amanda Hernando <[email protected]> Co-authored-by: amanda-her <[email protected]> Co-authored-by: Harshal Sheth <[email protected]>
This feature adds an optional platform instance to the Tableau connector to capture the uniqueness of the tableau server and site.
For testing, a new integration test was created.
Checklist