-
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): powerbi # add powerbi workspaces to containers #6532
feat(ingest): powerbi # add powerbi workspaces to containers #6532
Conversation
@mohdsiddique Pinging for heads up, I've fixed your suggestions. The review may continue. |
metadata-ingestion/src/datahub/ingestion/source/powerbi/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.
This LGTM. Thanks for all of your hard work!
Oops - looks like there are conflicts. @mohdsiddique can help you sort any out in Slack before merging :) |
Fixed, all of the conflicts were from my other PR. |
Waiting on CI to do final merge. Cheers! |
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
Thank you for the great contribution @looppi !
…-project#6532) Co-authored-by: John Joyce <[email protected]>
Conditionally add PowerBI workspace as a container in ingestion, the implementation then adds all of the entities ingested from the workspace to the container.
The workspace name is not delivered outside from the ingestion phase, so it's not possible to achieve similar behavior with transformation steps.
Configuration defaults to not extracting containers.
Checklist