You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am using the dbt-athena adapter which was recently taken over by dbt-labs and was announced as being GA. AutomateDV complains that it does not have the three following macros:
athena__cast_date
athena__cast_datetime
athena__get_escape_characters
Describe the solution you'd like
Add these macros to the project. They seem relatively easy to add. As I am new to the project, I might be missing the nuances and complexities of adding a new adapter.
Describe alternatives you've considered
None
Additional context
The Athena escape character is a double quote.
Is your feature request related to a problem? Please describe.
I am using the dbt-athena adapter which was recently taken over by dbt-labs and was announced as being GA. AutomateDV complains that it does not have the three following macros:
Describe the solution you'd like
Add these macros to the project. They seem relatively easy to add. As I am new to the project, I might be missing the nuances and complexities of adding a new adapter.
Describe alternatives you've considered
None
Additional context
The Athena escape character is a double quote.
The casting can be done along the lines of:
I'm waiting on approval to contribute back but if someone can do this sooner than later, please feel free! 😄
The text was updated successfully, but these errors were encountered: