Skip to content

Initial setup of the repository - #1

Open
seanlip wants to merge 5 commits into
developfrom
initial-commit
Open

Initial setup of the repository#1
seanlip wants to merge 5 commits into
developfrom
initial-commit

Conversation

@seanlip

@seanlip seanlip commented Jun 17, 2026

Copy link
Copy Markdown
Member

Sets up initial workflows for the repository

Comment thread dbt_project.yml
config-version: 2
profile: 'oppia_analytics'

model-paths: ["models"]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@seanlip Can you please update the dbt model structure based on https://docs.google.com/document/d/1Xv8t0TPYS57iZ95HekRfKpb1WNzIlBdSxQ_ul7tMGSs/edit?tab=t.0. Thanks!

Comment thread README.md
├── macros/ # Global reusable SQL compilation modules (e.g., surrogate keys)
├── models/ # Core transformation layers
│ ├── stg/ # Staging: Source cleaning and 1:1 type casting
│ ├── dim/ # Dimensions: Contextual master reference tables

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@seanlip We need to update the README to reflect the proposed dbt model structure and ensure the documentation stays aligned with the new folder organization and modeling approach.

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.

2 participants