Skip to content

Commit

Permalink
feat(node): add dataform (mingrammer#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-hofmann authored and ajmaradiaga committed Nov 8, 2023
1 parent 5a31205 commit 838b3c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/saas/analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ class _Analytics(_Saas):
_icon_dir = "resources/saas/analytics"


class Dataform(_Analytics):
_icon = "dataform.png"


class Snowflake(_Analytics):
_icon = "snowflake.png"

Expand Down
2 changes: 2 additions & 0 deletions docs/nodes/saas.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Node classes list of saas provider.

## saas.analytics

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

<img width="30" src="/img/resources/saas/analytics/snowflake.png" alt="Snowflake" style="float: left; padding-right: 5px;" >
**diagrams.saas.analytics.Snowflake**
Expand Down
Binary file added resources/saas/analytics/dataform.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 838b3c4

Please sign in to comment.