ソースを参照

feat(node): add PowerBI (#337)

pull/451/head
Gauthier Leonard 3年前
committed by GitHub
コミット
4bcea01f34
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
4個のファイルの変更10行の追加0行の削除
  1. +3
    -0
      config.py
  2. +6
    -0
      diagrams/onprem/analytics.py
  3. +1
    -0
      docs/nodes/onprem.md
  4. バイナリ
      resources/onprem/analytics/powerbi.png

+ 3
- 0
config.py ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

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


バイナリ
resources/onprem/analytics/powerbi.png ファイルの表示

変更前 変更後
幅: 256  |  高さ: 171  |  サイズ: 5.6 KiB

読み込み中…
キャンセル
保存