You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a recent PR #148 - there was a bug but the CI tests was passing because even if there's an error with our dbt run-operation ... commands, there still exist the same table that was created in previous CI tests - this causes the final dbt test command to pass and thus the CI test as a whole is passing.
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days.
Describe the bug
On a recent PR #148 - there was a bug but the CI tests was passing because even if there's an error with our
dbt run-operation ...
commands, there still exist the same table that was created in previous CI tests - this causes the finaldbt test
command to pass and thus the CI test as a whole is passing.dbt-external-tables/run_test.sh
Lines 37 to 40 in e38cc50
Steps to reproduce
Expected results
Actual results
Screenshots and log output
https://app.circleci.com/pipelines/github/dbt-labs/dbt-external-tables/229/workflows/7fc76d6f-28eb-48fc-ba82-77f77ba33a97/jobs/1052
System information
The contents of your
packages.yml
file:Which database are you using dbt with?
The output of
dbt --version
:The operating system you're using:
The output of
python --version
:Additional context
Couple of options I suppose:
stage_external_sources
op.The text was updated successfully, but these errors were encountered: