issues
search
DeepLcom
/
sql-mock
A Python library to test your SQL models using mocked input data
MIT License
34
stars
5
forks
source link
Dbt subdirectory
#36
Closed
mcnick
closed
10 months ago
mcnick
commented
10 months ago
What problem does this PR solve
Resolves:
https://github.com/DeepLcom/sql-mock/issues/33
What changed
Providing path to dbt_project.yml instead of manifest.json
Path to the manifest.json is extracted from dbt_project.yml
Path to project dir is prepended to query paths
Checklist
[x] I added tests for new functionality if applicable
[x] I added an entry for changes to the unreleased changes of CHANGELOG.md
[x] I added documentation for new functionality if applicable
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] New and existing unit tests pass locally with my changes
What problem does this PR solve
Resolves: https://github.com/DeepLcom/sql-mock/issues/33
What changed
Checklist