Skip to content
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

[BUG] dbt tests are failing in master #5351

Open
2 tasks done
eapolinario opened this issue May 10, 2024 · 1 comment
Open
2 tasks done

[BUG] dbt tests are failing in master #5351

eapolinario opened this issue May 10, 2024 · 1 comment
Labels
backlogged For internal use. Reserved for contributor team workflow. bug Something isn't working

Comments

@eapolinario
Copy link
Contributor

Describe the bug

dbt plugin test are failing, e.g. [1]:

=========================== 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
@eapolinario eapolinario added bug Something isn't working untriaged This issues has not yet been looked at by the Maintainers labels May 10, 2024
Copy link

runllm bot commented May 10, 2024

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?

Sources:


This is an AI-generated response and your feedback is appreciated! Please leave a 👍 if this is helpful and 👎 if it is not.

Mention @RunLLM to ask follow-up questions. See runllm.com for more!

@eapolinario 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlogged For internal use. Reserved for contributor team workflow. bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant