Damon P. Cortesi
Damon P. Cortesi
I looked into this a little bit more today. As noted in [this comment](https://github.com/dacort/metabase-athena-driver/issues/94#issuecomment-1009660720), I previously tried using the `Catalog` and `MetadataRetrievalMethod` properties to see if it would work, but...
I've looked into adding a connection parameter for a different catalog and have been able to make it work! 🙌 If you're interested in testing it out, leave a 👍...
Hi @pmoralesp - after chatting with the MB team, I don't think multiple catalogs is an option (due to no way to show it in the UI). But I could...
Yea, there was a lot of extra work in the core of the driver I had to change to support a different catalog. I'll see if I can clean it...
@pmoralesp I've built an image that can be used to test this out. You can run it with Docker with the following command: ``` docker run -p 3000:3000 ghcr.io/dacort/metabase-athena-driver:sha-4814b40 ```...
First example in `test/driver/hive_parser_test.clj`
Bumping this as it's becoming more important as we iterate.
OK, I've figured out how to do this using CircleCI and will be pushing it into master soon in #30. _However_ I still need to figure out how best to...
We may also want to always test the latest version of Athena. Here's a snippet to download the latest release from a GitHub repo. https://gist.github.com/steinwaywhw/a4cd19cda655b8249d908261a62687f8
And #314 - the author on that one was active a month ago so mentioned it might be good to rebase.