Damian Owsianny
Damian Owsianny
part of https://github.com/trinodb/trino-python-client/issues/292 Added type hints and enabled mypy checks for `client.py`, `dbapi.py`
### Describe the feature Disable prepared statements by default. Exact approach and details about implementation could be discussed in the comments. ### Describe alternatives you've considered _No response_ ### Are...
Draft PR to discuss approach for #306
Refactor to use `dbt-adapters` interface layer. [Migration guide](https://github.com/dbt-labs/dbt-adapters/discussions/87)
In dbt core, [get_drop_sql](https://github.com/dbt-labs/dbt-core/blob/v1.7.0rc1/core/dbt/include/global_project/macros/relations/drop.sql#L19) drops relations with CASCADE - all downstream models are dropped. For example, if if you run`dbt seed --full-refresh`, seed is first dropped together with downstream models...
extend these tests for aliases: https://github.com/dbt-labs/dbt-core/tree/main/tests/adapter/dbt/tests/adapter/aliases
## Overview ## Checklist - [ ] I have run this code in development and it appears to resolve the stated issue - [ ] This PR includes tests, or...