Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Add suport for AWS Athena #287

Closed
joaopedro02 opened this issue Oct 6, 2023 · 1 comment
Closed

[Feature Request] Add suport for AWS Athena #287

joaopedro02 opened this issue Oct 6, 2023 · 1 comment
Labels
unsupported_platform This issue is for a platform we don't support yet

Comments

@joaopedro02
Copy link

Is your feature request related to a problem? Please describe.
I need to run tests on tables using AWS Athena as backend. This would enable us to test a great amount of data on a data lake using dbt features.

Describe the solution you'd like
Enable the expectations to be run against an AWS Athena connection.

Describe alternatives you've considered
I tried to use athena_utils with compatibility "shims" but it does not work with all expectations. And it seems that its not possible to make all expectations compatible in this way because some of then does not use a adapter.dispatch . This turns harder to overwrite some of the dbt package tests code.

Additional context
Some expectations that does not work with athena_utils "shims" package:
-expect_column_to_exist
-expect_row_values_to_have_recent_data

@clausherther
Copy link
Contributor

Hi @joaopedro02, we currently have no way to test against AWS Athena during our CI process, so we can't support this platform at this time.

@clausherther clausherther added the unsupported_platform This issue is for a platform we don't support yet label Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unsupported_platform This issue is for a platform we don't support yet
Projects
None yet
Development

No branches or pull requests

2 participants