Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[do not merge] demo #47

Closed
wants to merge 1 commit into from
Closed

Conversation

kitta65
Copy link
Owner

@kitta65 kitta65 commented Mar 12, 2024

No description provided.

Copy link

flowchart LR
  classDef greenNormal color:white,stroke:fuchsia,fill:green,stroke-width:0px;
  classDef greenBold color:white,stroke:fuchsia,fill:green,stroke-width:4px;
  classDef greenDash color:white,stroke:fuchsia,fill:green,stroke-width:4px,stroke-dasharray: 5 5;
  classDef blueNormal color:white,stroke:fuchsia,fill:blue,stroke-width:0px;
  classDef blueBold color:white,stroke:fuchsia,fill:blue,stroke-width:4px;
  classDef blueDash color:white,stroke:fuchsia,fill:blue,stroke-width:4px,stroke-dasharray: 5 5;
  classDef orangeNormal color:white,stroke:fuchsia,fill:orange,stroke-width:0px;
  classDef orangeBold color:white,stroke:fuchsia,fill:orange,stroke-width:4px;
  classDef orangeDash color:white,stroke:fuchsia,fill:orange,stroke-width:4px,stroke-dasharray: 5 5;
  source.dbt_mermaid.source.events("source.events"):::greenNormal;
  model.dbt_mermaid.sessions("sessions"):::blueNormal;
  model.dbt_mermaid.stg_events("stg_events"):::blueBold;
  exposure.dbt_mermaid.session_analysis("session_analysis"):::orangeNormal;
  model.dbt_mermaid.sessions --> exposure.dbt_mermaid.session_analysis;
  model.dbt_mermaid.stg_events --> model.dbt_mermaid.sessions;
  source.dbt_mermaid.source.events --> model.dbt_mermaid.stg_events;
Loading

@kitta65 kitta65 closed this Mar 12, 2024
@kitta65 kitta65 deleted the kitta65-patch-1 branch March 12, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant