Tomme / dbt-athena

The athena adapter plugin for dbt (https://getdbt.com)
Apache License 2.0
142 stars 79 forks source link

`endpoint_url` doesn't work, due to typo #70

Open aut0clave opened 2 years ago

aut0clave commented 2 years ago

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.