Dandandan / dbt-athena

dbt adapter for Athena
Apache License 2.0
39 stars 9 forks source link

DBT Seeds "No location was specified for table" #31

Open dmateusp opened 4 years ago

dmateusp commented 4 years ago

Trying to use dbt seed with this plugin, I'm getting:

No location was specified for table. An S3 location must be specified

Should there be an Athena-specific configuration that works like "location-root" for Spark-dbt ? https://docs.getdbt.com/reference/resource-configs/spark-configs/#configuring-spark-tables

https://github.com/Dandandan/dbt-athena/pull/13

Dandandan commented 4 years ago

Hi @dmateusp Thanks for opening the issue!

I think seed is not working now yet. We have to do some analysis to see what changes are needed to make it work for this adapter.