dbt-labs / dbt-athena

The athena adapter plugin for dbt (https://getdbt.com)
https://dbt-athena.github.io
Apache License 2.0
228 stars 100 forks source link

Stop adding aliases to render_limited output #749

Open Dewwi opened 4 weeks ago

Dewwi commented 4 weeks ago

Description

see: https://github.com/dbt-labs/dbt-adapters/issues/124

Here are some reference implementations:

https://github.com/dbt-labs/dbt-bigquery/commit/49d6c1e1486e4cef470f18d51dcf607b84fe7dde https://github.com/dbt-labs/dbt-snowflake/commit/0153bd027bb758cd3ce55774515642d4e85afbb3 https://github.com/dbt-labs/dbt-bigquery/commit/49d6c1e1486e4cef470f18d51dcf607b84fe7dde

Models used to test - Optional

Checklist