-
Notifications
You must be signed in to change notification settings - Fork 80
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
RESOURCE-144 Support power bi dashboards #507
Conversation
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
Please
@@ -0,0 +1,10 @@ | |||
group_id = input(:inspec_powerbi_workspace_id, value: '') | |||
dashboard_id = 'b84b01c6-3262-4671-bdc8-ff99becf2a0b' |
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.
can not keep the dashboard id hardcoded I think or need to provide through variable file if it does not change.
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.
no actually it is a temporary ID and changes every time we create a dashboard, that is why I localized it to this file
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@sathish-progress can you please resolve the conflicts and then merge this, and close RESOURCE-144? |
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
1e9a38f
to
ef21051
Compare
Signed-off-by: Soumyodeep Karmakar <soumyo.k13@gmail.com>
Description
Support Power BI Dashboard(s)
Issues Resolved
#470
Check List
rake lint
passes