Damon P. Cortesi

Results 117 comments of Damon P. Cortesi

OK, I was able to reproduce this using the same query - not sure what I was doing before. I've also been able to reproduce this using an entirely different...

Using DBeaver and Athena JDBC driver version 2.0.32, I made a little progress. This query works now: ```sql SELECT 'ß(F'; ``` But these two still don't ```sql --ß SELECT *...

Awesome, good to hear! Thanks for following up @lukaswelsch.

Hm, that should work but I haven't tested it. It's possible the driver is always attempting to override the credentials explicitly in [`connection-details->spec`](https://github.com/dacort/metabase-athena-driver/blob/c9f38b871c213949d29cbafc98455ba583a2cb26/src/metabase/driver/athena.clj#L56-L57) Are you leaving the access key blank...

Hm, so I see this in the docs: > If the Profile property is set, then you must specify AwsCredentialsProviderArguments (or its aliases) in the profile instead of the connection...

Hi @thakurshalabh08 - thanks for filing the issue. My first reaction would be to try upgrading to the most recent version of Metabase (backing up your app db first of...

Hi @FranzBusch - can you provide more details on the schema of your table, what data type you're mapping the `day` variable to in Metabase, and what you're trying to...

Thanks, @FranzBusch - I think that's a relatively new feature so could definitely explain the issue. I'll try to dig in this week or next and see if there's a...

@achilleasknkwiff Thanks for submitting the bug report. I'll try to reproduce this in the next couple of weeks and get a fix out.

I considered making this change in #28, but in the order of preserving existing behavior, I decided not too. This is a query generated in the older version - note...