Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
luutuankiet committed Nov 11, 2024
1 parent 70d5997 commit 073cfab
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dbt_project/models/marts/core/fact_todos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ models:
sql_on: >-
${dim_dates_lookahead.date_key} =
${fact_todos.date_due_lookahead_key}
- join: lvl3_progress
sql_on: ${lvl3_progress.list_name} = ${fact_todos.todo_list_name}
type: left
columns:
- name: date_start_key
description: ""
Expand Down Expand Up @@ -633,6 +636,14 @@ models:
dimension:
# hidden: true
type: boolean

- name: todo_list_name
description: ""
meta:
dimension:
type: string


# DERIVED DIMS
- name: todo_derived__tags
description: the tags parsed from tasks.
Expand Down

0 comments on commit 073cfab

Please sign in to comment.