Damon P. Cortesi
Damon P. Cortesi
Hi @weiyu1zhu - this is a feature of Metabase so it can be more efficient in determining field types/cardinality. I'm not sure if it can be entirely disabled, but can...
Interesting - I hadn't run into that one before. I will try to validate the current policy - I don't think I've updated it since upgrading the JDBC driver so...
Ah yep, that was going to be a guess of mine. Thanks for that extra detail!
Hi @djk - do you know if you can successfully query the table from Athena? Will try to take a look this weekend, but it looks like the time stamp...
Hi @kostyaplis - A couple questions. 1. Can you just use IAM credentials when setting up Metabase? Metabase wouldn't necessarily need cross-account access...it just needs the right credentials to connect...
@kostyaplis Are you compiling against Metabase 0.38 or 0.39? I see that 0.39 refactored the type system and I haven't tested this driver against 0.39 yet, so that could be...
Hey @schmitzke - what region is your S3 bucket in, what region did you select for Athena, and where are you trying to run Metabase from? It's totally possible that...
Oh, sorry, I pasted an http link when it should have been https. Can you try the curl with that instead? ```shell curl -v https://athena.eu-central-1.amazonaws.com/ ```
I'm not sure about native filters (Metabase would have to add [support for JSON data](https://github.com/metabase/metabase/issues/708) first). A couple potential workarounds using [`json_extract`](https://docs.aws.amazon.com/athena/latest/ug/extracting-data-from-JSON.html): - Create a view in Athena with the...
Multiple catalogs weren't a thing when I first wrote the driver, so I think I have to dig into how multiple catalogs/schemas are supported in Metabase and see how I...