Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Evolve dbt data diff output #857

Merged
merged 47 commits into from
Feb 6, 2024
Merged

Evolve dbt data diff output #857

merged 47 commits into from
Feb 6, 2024

Commits on Jan 24, 2024

  1. first draft

    Sung Won Chung committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    34e037d View commit details
    Browse the repository at this point in the history
  2. style fixes by ruff

    sungchun12 authored and github-actions[bot] committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    21b1131 View commit details
    Browse the repository at this point in the history
  3. past tense consistency

    Sung Won Chung committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    a7b575d View commit details
    Browse the repository at this point in the history
  4. working draft of new table

    Sung Won Chung committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    ce9c743 View commit details
    Browse the repository at this point in the history
  5. style fixes by ruff

    sungchun12 authored and github-actions[bot] committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    8925474 View commit details
    Browse the repository at this point in the history
  6. dbt diffs work, cloud broken for now

    Sung Won Chung committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    5e9b55d View commit details
    Browse the repository at this point in the history
  7. remove cached git repos

    Sung Won Chung committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    ff99881 View commit details
    Browse the repository at this point in the history
  8. efficient naming

    Sung Won Chung committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    8e79b92 View commit details
    Browse the repository at this point in the history
  9. add type changed count

    Sung Won Chung committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    b84fa26 View commit details
    Browse the repository at this point in the history
  10. reorder for priority on prod changes

    Sung Won Chung committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e222316 View commit details
    Browse the repository at this point in the history
  11. tabulate value diffs

    Sung Won Chung committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    47e4b0e View commit details
    Browse the repository at this point in the history
  12. style fixes by ruff

    sungchun12 authored and github-actions[bot] committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    9e89281 View commit details
    Browse the repository at this point in the history
  13. less horizontal space needed

    Sung Won Chung committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    2d3398e View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. leo's feedback

    Sung Won Chung committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    52949d4 View commit details
    Browse the repository at this point in the history
  2. center align values

    Sung Won Chung committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    6d1d265 View commit details
    Browse the repository at this point in the history
  3. consistent formatting

    Sung Won Chung committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    3f23314 View commit details
    Browse the repository at this point in the history
  4. shorter name same meaning

    Sung Won Chung committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    887ff7e View commit details
    Browse the repository at this point in the history
  5. row counts and diff values working

    Sung Won Chung committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    076d0e2 View commit details
    Browse the repository at this point in the history
  6. deps impacts works now

    Sung Won Chung committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    c6157b3 View commit details
    Browse the repository at this point in the history
  7. default val

    Sung Won Chung committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    4cff08f View commit details
    Browse the repository at this point in the history
  8. more readable

    Sung Won Chung committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    4c65ceb View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. add primary key used

    Sung Won Chung committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    1c246ce View commit details
    Browse the repository at this point in the history
  2. add model specific CI configs

    Sung Won Chung committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    9154995 View commit details
    Browse the repository at this point in the history
  3. consistency

    Sung Won Chung committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    0afe71c View commit details
    Browse the repository at this point in the history
  4. conditional headers

    Sung Won Chung committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    026b4be View commit details
    Browse the repository at this point in the history
  5. style fixes by ruff

    sungchun12 authored and github-actions[bot] committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    e880caf View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. cleaner implementation

    Sung Won Chung committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    9e4acb0 View commit details
    Browse the repository at this point in the history
  2. more cleaning

    Sung Won Chung committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    e5009db View commit details
    Browse the repository at this point in the history
  3. consistent format

    Sung Won Chung committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    99fe5d0 View commit details
    Browse the repository at this point in the history
  4. fix unchanged calc

    Sung Won Chung committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    a51cff7 View commit details
    Browse the repository at this point in the history
  5. remove prints

    Sung Won Chung committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    9d9f53d View commit details
    Browse the repository at this point in the history
  6. default value

    Sung Won Chung committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    7677d1a View commit details
    Browse the repository at this point in the history
  7. draft up tests

    Sung Won Chung committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    eabe47a View commit details
    Browse the repository at this point in the history
  8. a couple more tests

    Sung Won Chung committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    c5d2f80 View commit details
    Browse the repository at this point in the history
  9. new version

    Sung Won Chung committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    f52c3a3 View commit details
    Browse the repository at this point in the history
  10. passing tests

    Sung Won Chung committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    edfbf4f View commit details
    Browse the repository at this point in the history
  11. style fixes by ruff

    sungchun12 authored and github-actions[bot] committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    6134ade View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. util unit test

    Sung Won Chung committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    8e9223d View commit details
    Browse the repository at this point in the history
  2. add unit tests

    Sung Won Chung committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    41dcb27 View commit details
    Browse the repository at this point in the history
  3. test the templates

    Sung Won Chung committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    99f88da View commit details
    Browse the repository at this point in the history
  4. fix type hints

    Sung Won Chung committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    163b3f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. real test no mocking

    Sung Won Chung committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a7cb6a5 View commit details
    Browse the repository at this point in the history
  2. update tests with all the new outputs

    Sung Won Chung committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    248678f View commit details
    Browse the repository at this point in the history
  3. add more validations for mock

    Sung Won Chung committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    ecadd5a View commit details
    Browse the repository at this point in the history
  4. fix json bug

    Sung Won Chung committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    fc3f341 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    4563beb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6057923 View commit details
    Browse the repository at this point in the history