Skip to content

Commit

Permalink
feat(node): add PowerBI (mingrammer#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuttymoon authored and gabriel-tessier committed Oct 14, 2024
1 parent c7a10b7 commit 066b3b4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
# TODO: check if the classname exists
ALIASES = {
"onprem": {
"analytics": {
"Powerbi": "PowerBI"
},
"ci": {
"Circleci": "CircleCI",
"Concourseci": "ConcourseCI",
Expand Down
6 changes: 6 additions & 0 deletions diagrams/onprem/analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ class Presto(_Analytics):
_icon = "presto.png"


class Powerbi(_Analytics):
_icon = "powerbi.png"


class Singer(_Analytics):
_icon = "singer.png"

Expand All @@ -65,3 +69,5 @@ class Tableau(_Analytics):


# Aliases

PowerBI = Powerbi
1 change: 1 addition & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Node classes list of onprem provider.
- **diagrams.onprem.analytics.Metabase**
- **diagrams.onprem.analytics.Norikra**
- **diagrams.onprem.analytics.Presto**
- **diagrams.onprem.analytics.Powerbi**, **PowerBI** (alias)
- **diagrams.onprem.analytics.Singer**
- **diagrams.onprem.analytics.Spark**
- **diagrams.onprem.analytics.Storm**
Expand Down
Binary file added resources/onprem/analytics/powerbi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 066b3b4

Please sign in to comment.