-
Notifications
You must be signed in to change notification settings - Fork 0
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
39 test cases for dbt automation #44
Conversation
Welcome to Codecov 🎉Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment. Thanks for integrating Codecov - We've got you covered ☂️ |
Have written tests cases for the utility functions except warehousec clients. Code coverage & CI is also setup Will then write test cases for each operation along with running the dbt code and checking the output at the warehouse. |
… used to generate profiles.yml file in scaffold operation 2.) also for postgres if no conn_info is provided try to pick from the dbconnection.env
…profiles dir so as to run from pytest
|
when you run a command which generates a file (e.g. sources.yml) and you are testing for the existence of the file after, make sure the file doesn't exist beforehand. when this runs on github it won't be there but when we run locally we may have stuff left over from previous runs |
It will not be there for sure. For each test run locally pytest creates a new temp directory ( |
…ving this branch from the github workflow (all testcases have passed)
No description provided.