Skip to content

Commit

Permalink
feat(node): Add Trino (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjs1995 authored Oct 30, 2023
1 parent 403f5de commit 0b09d1b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/onprem/analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ class Tableau(_Analytics):
_icon = "tableau.png"


class Trino(_Analytics):
_icon = "trino.png"


# Aliases

PowerBI = Powerbi
3 changes: 3 additions & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ Node classes list of onprem provider.
<img width="30" src="/img/resources/onprem/analytics/tableau.png" alt="Tableau" style="float: left; padding-right: 5px;" >
**diagrams.onprem.analytics.Tableau**

<img width="30" src="/img/resources/onprem/analytics/trino.png" alt="Trino" style="float: left; padding-right: 5px;" >
**diagrams.onprem.analytics.Trino**

## onprem.auth


Expand Down
Binary file added resources/onprem/analytics/trino.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 0b09d1b

Please sign in to comment.