Damian Owsianny

Results 8 issues of 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`

cla-signed

### 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...

part of #292 Adding type hints for sqlalchemy.

cla-signed

Draft PR to discuss approach for #306

cla-signed

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...