aut0clave
aut0clave
It would be helpful if `dbt-athena` supported specifying the `parquet_compression` and `orc_compression` properties for models. By default, Athena will use GZIP compression for Parquet and ORC tables, but supports several...
#68 added support for `endpoint_url` configuration, but included a typo: https://github.com/Tomme/dbt-athena/blob/0cafe2cbc0a69a171cf8c011b7967be578c0ec1e/dbt/adapters/athena/connections.py#L54 `"endpoing_url"` should be `"endpoint_url"` When fixing, consider also updating the README to document the `endpoint_url` configuration option.