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

Support Required Tests on Sources as Well as Models #26

Open
codigo-ergo-sum opened this issue May 22, 2023 · 0 comments
Open

Support Required Tests on Sources as Well as Models #26

codigo-ergo-sum opened this issue May 22, 2023 · 0 comments

Comments

@codigo-ergo-sum
Copy link

I very much appreciate the help that this package provides. My question - is there a reason to not also support required tests on sources and seeds? I'd like to define required tests for those too. Particularly sources.

Like this:

  my_project:
    source_yml:
      fivetran_oba_public:
        +required_tests:
          "^unique$": 1
          "^not_null$": 1
          "at_least_one$": 1
      fivetran_oba_secure:
        +required_tests:
          "^unique$": 1
          "^not_null$": 1
          "at_least_one$": 1
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

No branches or pull requests

1 participant