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

Dbt gatekeeper cert #98

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on Sep 6, 2022

  1. Initial commit

    Temp
    
    
    .gitignore
    
    
    Update README
    
    
    Update readme
    
    
    Pip and make
    
    
    Add profiles template
    jelstongreen committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    dc2b385 View commit details
    Browse the repository at this point in the history
  2. Add linting and structure tests

    jelstongreen committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    70b34e3 View commit details
    Browse the repository at this point in the history
  3. Clarify Makefile

    jelstongreen committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    59ae74b View commit details
    Browse the repository at this point in the history
  4. Update README

    jelstongreen committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    72398c6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from octoenergy/add-tests

    Add tests for fixing repo
    jelstongreen authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    1cab43e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Move initial models to jaffle_shop dir

    jelstongreen committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    87e023d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8648d41 View commit details
    Browse the repository at this point in the history
  3. Update testing to omit fnl

    Upda
    jelstongreen committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    532ebdb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5 from octoenergy/octo-update-guidance

    Update guidance
    jelstongreen authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    84662ec View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Remove SQLFluff

    Not needed for this repo and causing dependency conficts
    jelstongreen committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    75fbfb3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from octoenergy/remove-sqlfluff

    Remove sqlfluff
    jelstongreen authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    aa5b57c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Remove the sensitive subdirectory - we don't use this anymore

    Signed-off-by: Joanna Lau <[email protected]>
    Joanna Lau committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    757065c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from octoenergy/fix/pytests

    Update pytests
    jelstongreen authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    bb8688d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Model Fixes

    Here are the fixes that need implementing:
    
    1. All .yml files should be renamed to specify what they apply to.
    2. Staging models should be split by which source they are coming from.
    3. stg_customers contains PII data in the first_name and last_name columns so these need to be hashed.
    4. The customers.sql and orders.sql models moced to warehouse folder
    5. dbt_project_evaluator_exceptions.csv to make an except for stg_customers referecing stg_customers_pii
    kensukemorris committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    16d4eb0 View commit details
    Browse the repository at this point in the history
  2. New models

    Finance - Total value of orders returned by customer
    Sales - The customer count by month for customers making their first order
    kensukemorris committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    cdc8a52 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    0e2df17 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    5410337 View commit details
    Browse the repository at this point in the history