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 Constraints / model contracts #574

Merged
merged 43 commits into from
Feb 17, 2023
Merged

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    186df86 View commit details
    Browse the repository at this point in the history
  2. Add tests for constraints

    b-per committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    9aeb7cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59ef1bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c22d0f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Use spark decorator for tests

    b-per committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    e3f77c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1a9a54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf314dd View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of github.com:dbt-labs/dbt-spark into bper/add-su…

    …pport-for-constraints
    b-per committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    bc47cb6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d392c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e633f52 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c961da View commit details
    Browse the repository at this point in the history
  8. Fix typo in JInja variable name

    b-per committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    89a740d View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    7b92d71 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of github.com:dbt-labs/dbt-spark into bper/add-su…

    …pport-for-constraints
    b-per committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    7c141af View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    4df795d View commit details
    Browse the repository at this point in the history
  2. Changie entry

    b-per committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    d1d3940 View commit details
    Browse the repository at this point in the history
  3. Fix missing endif

    b-per committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    d88cee7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9bec28 View commit details
    Browse the repository at this point in the history
  5. Remove unused dispatch macro

    b-per committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    e99a27f View commit details
    Browse the repository at this point in the history
  6. Update dispatched macro

    b-per committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    0595d22 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eccdbf3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f2ac49d View commit details
    Browse the repository at this point in the history
  9. Try other way to call tests

    b-per committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    586ad97 View commit details
    Browse the repository at this point in the history
  10. Add schema info

    b-per committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    b9b5d34 View commit details
    Browse the repository at this point in the history
  11. Remove wrong argument to test

    b-per committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    c1d3d2c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

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

Commits on Feb 1, 2023

  1. Use new testing framework

    b-per committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    794570f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'bper/add-support-for-constraints' of github.com:dbt-lab…

    …s/dbt-spark into bper/add-support-for-constraints
    b-per committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    1e48bfc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8650a20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83427e7 View commit details
    Browse the repository at this point in the history
  5. Remove config nesting

    b-per committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    42791be View commit details
    Browse the repository at this point in the history
  6. constraint_check is not a list

    b-per committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    3460091 View commit details
    Browse the repository at this point in the history
  7. Fix CICD

    b-per committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    262fe69 View commit details
    Browse the repository at this point in the history
  8. Typo

    b-per committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    c9b20e4 View commit details
    Browse the repository at this point in the history
  9. Only allow not null

    b-per committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    32e8769 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5eea874 View commit details
    Browse the repository at this point in the history
  11. Make file_format delta

    b-per committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    e7d2280 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Try this

    jtcohen6 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    ceb5b02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    deb5677 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    269e15e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Reset to dbt-core main

    jtcohen6 committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    f8fd7dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a291f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

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