Lastv25 opened a new issue, #60780: URL: https://github.com/apache/doris/issues/60780
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version dbt-doris: 0.4.0 ### What's Wrong? - the package is not at this address: git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-tests-adapter&subdirectory=tests/adapter anymore but here : git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-tests-adapter - I would like to be able to dev and contribute to the dbt-doris adapter but the tests break due to the use of pytest-logbook in version 1.2.0 and the logbook 1.9.2. Error ``` name = 'compat' def __getattr__(name: str) -> Any: if name != "__version__": msg = f"module '{__name__}' has no attribute '{name}'" > raise AttributeError(msg) E AttributeError: module 'logbook' has no attribute 'compat' .venv/lib/python3.13/site-packages/logbook/__init__.py:143: AttributeError ``` ### What You Expected? to be able to run a pytest command ### How to Reproduce? - install the dev-requirements.txt - run pytest . ### Anything Else? _No response_ ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
