-
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): extract powerbi endorsements to tags #6638
Changes from all commits
e8d4780
fbb8181
9bdbe96
ab98c02
ccc8bab
f5e0081
c6bb78e
d2f3f55
587123a
0d75e77
7865f85
d654421
ad9ef1d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,9 @@ source: | |
client_secret: bar | ||
# Enable / Disable ingestion of user information for dashboards | ||
extract_ownership: true | ||
# Enable / Disable ingestion of endorsements. | ||
# Please notice that this may overwrite any existing tags defined to ingested entities! | ||
extract_endorsements_to_tags: false | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we can keep it true by default There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sure! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As per John's comment, I'll keep this disabled by default. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Agree |
||
# dataset_type_mapping is fixed mapping of Power BI datasources type to equivalent Datahub "data platform" dataset | ||
dataset_type_mapping: | ||
PostgreSql: postgres | ||
|
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.
Thank you!