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
=========================== short test summary info ============================
ERROR tests/test_task.py::TestDBTRun::test_simple_task - Exception: Called process exited with error code: 2. Stderr dump:
b''
ERROR tests/test_task.py::TestDBTRun::test_incorrect_project_dir - Exception: Called process exited with error code: 2. Stderr dump:
b''
ERROR tests/test_task.py::TestDBTRun::test_task_output - Exception: Called process exited with error code: 2. Stderr dump:
b''
ERROR tests/test_task.py::TestDBTTest::test_simple_task - Exception: Called process exited with error code: 2. Stderr dump:
b''
ERROR tests/test_task.py::TestDBTTest::test_incorrect_project_dir - Exception: Called process exited with error code: 2. Stderr dump:
b''
ERROR tests/test_task.py::TestDBTTest::test_task_output - Exception: Called process exited with error code: 2. Stderr dump:
b''
ERROR tests/test_task.py::TestDBTFreshness::test_simple_task - Exception: Called process exited with error code: 2. Stderr dump:
b''
ERROR tests/test_task.py::TestDBTFreshness::test_incorrect_project_dir - Exception: Called process exited with error code: 2. Stderr dump:
b''
ERROR tests/test_task.py::TestDBTFreshness::test_task_output - Exception: Called process exited with error code: 2. Stderr dump:
b''
================== 32 passed, 3 warnings, 9 errors in 10.15s ===================
Expected behavior
dbt (and other plugins) unit tests should pass.
Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
Yes
Have you read the Code of Conduct?
Yes
The text was updated successfully, but these errors were encountered:
The issue you're encountering with dbt plugin tests failing in the master branch of Flytekit might be related to the setup or environment configuration, as the tests are designed to pass under correct conditions. Ensure that all dependencies are correctly installed and that the environment is properly configured as per the dbt plugin requirements. If the issue persists, consider raising it on the Flyte community channels or GitHub issues for more targeted support.
Would you like more detailed steps on how to troubleshoot this issue based on the Flyte and dbt plugin documentation?
eapolinario
added
backlogged
For internal use. Reserved for contributor team workflow.
and removed
untriaged
This issues has not yet been looked at by the Maintainers
labels
May 14, 2024
Describe the bug
dbt plugin test are failing, e.g. [1]:
Expected behavior
dbt (and other plugins) unit tests should pass.
Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: