Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Installing dbt-oracle 1.4.1 I suffer from dbt-labs/dbt-core#6885 (Flaky generic tests on multiple threads), because it hardly depends on dbt-core 1.4.4.
This issue is already fixed in dbt-core 1.4.5.
Could you bump the dependency from dbt-core from 1.4.4 to 1.4.5 (just as you did in #76)?
Expected Behavior
generic tests work using multiple threads
Steps To Reproduce
- Install dbt-oracle 1.4.1 (and thus dbt-core 1.4.4).
- Add a generic test.
- Use multiple threads.
- Run the tests.
(see dbt-labs/dbt-core#6885 for details)
Relevant log output using --debug
flag enabled
No response
Environment
- OS: Linux
- Python: 3.8.10
- dbt: 1.4.4
What Oracle database version are you using dbt with?
No response
Additional Context
No response