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

feat(ingest/dbt): dbt column-level lineage #8991

Merged
merged 26 commits into from
Nov 14, 2023

Commits on Oct 25, 2023

  1. add topological sort

    hsheth2 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    191ec39 View commit details
    Browse the repository at this point in the history
  2. start adding schema inference

    hsheth2 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    a571714 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe33bb3 View commit details
    Browse the repository at this point in the history
  4. add mvp support for dbt cll

    hsheth2 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    1c811ef View commit details
    Browse the repository at this point in the history
  5. code cleanup

    hsheth2 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    dbcad42 View commit details
    Browse the repository at this point in the history
  6. other tweaks

    hsheth2 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    3410d29 View commit details
    Browse the repository at this point in the history
  7. fix keyerror

    hsheth2 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    01278fe View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. start fix

    hsheth2 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    c352766 View commit details
    Browse the repository at this point in the history
  2. more fixes

    hsheth2 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    741a771 View commit details
    Browse the repository at this point in the history
  3. more tests

    hsheth2 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    c3a0d42 View commit details
    Browse the repository at this point in the history
  4. even more tests

    hsheth2 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    a3bf5d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b9ea9d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    e6a11b1 View commit details
    Browse the repository at this point in the history
  2. fix validator

    hsheth2 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    1c43980 View commit details
    Browse the repository at this point in the history
  3. fix column casing bug

    hsheth2 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    89c3334 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    618eb2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f29cad View commit details
    Browse the repository at this point in the history
  6. fix mypy

    hsheth2 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    f3f87c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a5683c9 View commit details
    Browse the repository at this point in the history
  8. make dbt files canonical

    hsheth2 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    d4b574a View commit details
    Browse the repository at this point in the history
  9. update test goldens

    hsheth2 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    5377b12 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

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

Commits on Nov 13, 2023

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

    hsheth2 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    184bc2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13d71fd View commit details
    Browse the repository at this point in the history
  4. fix

    hsheth2 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    18cb777 View commit details
    Browse the repository at this point in the history