-
Notifications
You must be signed in to change notification settings - Fork 201
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
Fix the async execution mode read sql files for dbt packages #1588
base: main
Are you sure you want to change the base?
Conversation
Deploying astronomer-cosmos with
|
Latest commit: |
43da5c7
|
Status: | ✅ Deploy successful! |
Preview URL: | https://c1206954.astronomer-cosmos.pages.dev |
Branch Preview URL: | https://fix-read-path.astronomer-cosmos.pages.dev |
✅ Deploy Preview for sunny-pastelito-5ecb04 canceled.
|
c2b8b6d
to
ab188e5
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1588 +/- ##
==========================================
+ Coverage 97.36% 97.46% +0.10%
==========================================
Files 80 80
Lines 4934 4937 +3
==========================================
+ Hits 4804 4812 +8
+ Misses 130 125 -5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @pankajastro , this is looking great, thank you very much!
Please, cover the areas that Codecov reported are lacking tests.
1c60e1e
to
e7cddef
Compare
closes: #1585
This PR modifies the DbtNode to include the packages,
allowing us to correctly construct the path when reading
the generated SQL files. In DBT projects with dbt_packages,
the dbt run command generates SQL files within the respective
dbt_packages folder inside the target/run directory, instead of
the main project folder.
With Setup task
Without Setup task