forked from datahub-project/datahub
-
Notifications
You must be signed in to change notification settings - Fork 0
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 powerbi plugin #1
Closed
Closed
Changes from 4 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
e545f5d
powerbi source plugin
siddiquebagwan-gslab 834d466
Merge branch 'master' into power-bi-plugin
siddiquebagwan-gslab 0000c9e
powerbi integration test
siddiquebagwan-gslab 6f6feaf
fixes linter issues
siddiquebagwan-gslab dd93e26
Added users in dashboard and custom properties in dashboard and chart
siddiquebagwan-gslab 9a21e12
powerbi plugin WIP
siddiquebagwan-gslab d877535
merge master
siddiquebagwan-gslab c761929
powerbi plugin v0.1 integration test
siddiquebagwan-gslab e6c168e
Fix the lint issue
siddiquebagwan-gslab 82a9a19
powerbi plugin WIP
siddiquebagwan-gslab 92ba4b9
Merge branch 'master' into power-bi-plugin
siddiquebagwan-gslab dc9990e
Fix powerbi integration
siddiquebagwan-gslab b15a08f
datasetWebUrl as chart custom-properties
siddiquebagwan-gslab af8808f
WIP:powerbi documentation
siddiquebagwan-gslab a97e4e6
Merge branch 'master' into power-bi-plugin
siddiquebagwan-gslab ce73edd
WIP: removed powerbi plugin
siddiquebagwan-gslab b128739
powerbi source readme
siddiquebagwan-gslab 7753eaa
Added powerbi readme in cli.md
siddiquebagwan-gslab 8657049
Merge branch 'master' into power-bi-plugin
siddiquebagwan-gslab 1ebe362
Fix the powerbi.md
siddiquebagwan-gslab 93040d2
feat: powerbi source plugin
siddiquebagwan-gslab ca402ad
Merge branch 'master' into power-bi-plugin
siddiquebagwan-gslab 1a14828
refactor(powerbi): Resolve PR #4201 review comments
siddiquebagwan-gslab 3d9f9b5
Merge branch 'master' into power-bi-plugin
siddiquebagwan-gslab cc65e5c
fix lint
shirshanka 6be20ca
Merge branch 'linkedin:master' into power-bi-plugin
siddiquebagwan ef0831a
adding logo for platform
shirshanka f653fa5
Merge branch 'master' into power-bi-plugin
shirshanka File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Do we need this separate
powerbi_common
dictionary ? I don't see it being used anywhere except powerbi plugin. If you foresee that the same dependencies would be present for any other plugins, we can keep it. (probably name it microsoft_common in that case?)