Custom/non-standard dbt adapters (e.g. AWS Athena)
See original GitHub issueOur project uses the custom Athena dbt adapter so instead of pip install dbt
we pip install via git+https://github.com/Tomme/dbt-athena.git
. Is this supported?
Issue Analytics
- State:
- Created 2 years ago
- Comments:8
Top Results From Across the Web
Tomme/dbt-athena: The athena adapter plugin for dbt ... - GitHub
Configuring your profile. A dbt profile can be configured to run against AWS Athena using the following configuration: Option, Description, Required? Example ......
Read more >dbt-athena-adapter - PyPI
Configuring your profile. A dbt profile can be configured to run against AWS Athena using the following configuration: Option, Description ...
Read more >AWS Athena to DBT - BladeBridge
The Reader is a BladeBridge Converter configuration file to read the metadata from a desired source. The configurations in the Reader are written...
Read more >AWS Athena + DBT Integration - Towards Data Science
AWS Athena is serverless and intended for ad-hoc SQL queries against data on AWS S3. However, maintaining data lineage and dependency is tedious...
Read more >Athena setup | dbt Developer Hub
You can configure the AWS profile name to use via aws_profile_name. Check out the dbt profile configuration below for details. ~/.dbt/profiles.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey @aaronsteers we now have explicit support for various warehouses but that doesn’t include Athena! Making a separate issue.
Hey @aaronsteers - thanks for opening the issue
We should be able to get this setup, how are you running Lightdash? Are you using the docker image?
@ZeRego I’m wondering if we should have some documentation on how to extend the base docker container with a custom dbt adapter. It seems a few people are wanting to try it out. The alternative would be to add native support for custom dbt adapters (at least the most common adapters).