Browse Source

feat(node): add PowerBI (#337)

pull/451/head
Gauthier Leonard 3 years ago
committed by GitHub
parent
commit
4bcea01f34
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 0 deletions
  1. +3
    -0
      config.py
  2. +6
    -0
      diagrams/onprem/analytics.py
  3. +1
    -0
      docs/nodes/onprem.md
  4. BIN
      resources/onprem/analytics/powerbi.png

+ 3
- 0
config.py View File

@@ -90,6 +90,9 @@ TITLE_WORDS = {
# TODO: check if the classname exists
ALIASES = {
"onprem": {
"analytics": {
"Powerbi": "PowerBI"
},
"ci": {
"Circleci": "CircleCI",
"Concourseci": "ConcourseCI",


+ 6
- 0
diagrams/onprem/analytics.py View File

@@ -44,6 +44,10 @@ class Presto(_Analytics):
_icon = "presto.png"


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


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

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


# Aliases

PowerBI = Powerbi

+ 1
- 0
docs/nodes/onprem.md View File

@@ -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**


BIN
resources/onprem/analytics/powerbi.png View File

Before After
Width: 256  |  Height: 171  |  Size: 5.6 KiB

Loading…
Cancel
Save