Wavelength Try the live demo

HubSpot to Snowflake data pipeline diagram

This is a worked example. Wavelength built the diagram below from the description on this page. Nobody drew it by hand.

What was said

New leads come in through HubSpot forms. HubSpot scores each lead. If the score is 60 or higher, the SDR team books a discovery call, otherwise the lead goes into a nurture email sequence. Every night Fivetran syncs HubSpot contacts and deals into Snowflake. dbt models the raw tables into a pipeline mart, and the revenue operations team reads the mart in Tableau.

The diagram

G n1 New Leads n2 HubSpot Forms n1->n2 submitted n3 HubSpot n2->n3 scores n4 Score >=60? n3->n4 score n7 Fivetran n3->n7 sync nightly n5 SDR Team n4->n5 Yes n6 Nurture Email Sequence n4->n6 No n8 Snowflake n7->n8 loads contacts & deals n9 dbt n8->n9 models raw tables n10 Revenue Operations Team n9->n10 provides mart n11 Tableau n10->n11 reads mart
Hexagons are systems. Cylinders are data stores. Diamonds are decisions. Rounded orange boxes are people and teams. A dashed amber arrow is a link the AI inferred. Pink arrows are decision branches. Blue arrows move data.

What is in this flow

Mermaid code

Copy this into any Markdown file, GitHub README, or Mermaid Live to render the same flow.

flowchart TD
  n1(["New Leads")]
  n2{{"HubSpot Forms"}}
  n3{{"HubSpot"}}
  n4{"Score >=60?"}
  n5("SDR Team")
  n6{{"Nurture Email Sequence"}}
  n7{{"Fivetran"}}
  n8[("Snowflake")]
  n9{{"dbt"}}
  n10("Revenue Operations Team")
  n11{{"Tableau"}}
  n1 -->|submitted| n2
  n2 -->|scores| n3
  n3 -->|score| n4
  n4 -->|Yes| n5
  n4 -->|No| n6
  n3 -->|sync nightly| n7
  n7 -->|loads contacts & deals| n8
  n8 -->|models raw tables| n9
  n9 -->|provides mart| n10
  n10 -->|reads mart| n11

Map your own process

Describe your version out loud, or paste the transcript of a call. Wavelength draws the flow as you talk, and you can edit it by voice, by prompt, or by hand.

Start freeTry the live demo

Every new account starts with 14 days of Pro. No card needed.

More examples

Salesforce to Snowflake with Fivetran and dbtFlow diagram example Shopify to BigQuery order pipelineFlow diagram example Stripe billing data to a data warehouseFlow diagram example

See all flow diagram examples