dbt-labs / metricflow

MetricFlow allows you to define, build, and maintain metrics in code.
https://docs.getdbt.com/docs/build/about-metricflow
Other
1.15k stars 96 forks source link

[Feature] Support for Athena #979

Open nicor88 opened 10 months ago

nicor88 commented 10 months ago

Is this your first time submitting a feature request?

Describe the feature

Support for Trino was added in this PR, Athena is based on Trino - specifically on when using workgroup v3.

Due to the architecture, Athena is slightly different from Trino, some adaptation might be needed.

Describe alternatives you've considered

No response

Who will this benefit?

Users using dbt-athnea might benefit from this.

Are you interested in contributing this feature?

I can if times allows me.

Anything else?

No response

Jstein77 commented 10 months ago

@nicor88 Thanks for opening this issue! Athena isn't a priority for us right now, but definitely happy to provide review/guidance if you are interested in working on this feature.

nicor88 commented 1 month ago

@Jstein77 now that dbt-athena is owned by dbt labs, are there any plans to integrate this feature?