Andrew DiBiasio
Andrew DiBiasio
I had to use EKS with Fargate. Thankfully that should be okay for my use case.
Any updates on this? I am also having this issue.
@sinclas I am having similar issues. Any updates? I actually can see that my server is not providing the "allow-control-access-origin" header. This only happened when I enabled credentials. I also...
Looks like the tests have failed. Were you able to run it locally? I wonder if bumping to "v1.45.0" caused some tests to fail. [Tests](https://github.com/starburstdata/metabase-driver/actions/runs/3650892403/jobs/6167454586) off of main look good....
in [unreleased](https://github.com/starburstdata/metabase-driver/blob/main/CHANGELOG.md#unreleased), please add bullets to highlight your changes, especially the version bump.
I'll review shortly, but you will need to squash some of the commits. I think anything you did related to bumping to 1.45, including fixing the tests etc., should just...
Issue is likely caused by this line: https://github.com/starburstdata/metabase-driver/blob/main/drivers/starburst/src/metabase/driver/implementation/execute.clj#L126 And we should also fix: https://github.com/starburstdata/metabase-driver/blob/main/drivers/starburst/src/metabase/driver/implementation/execute.clj#L134-L138 Here is the trino data type: https://trino.io/docs/current/language/types.html#timestamp-p-with-time-zone We should try to convert following approach: java.time.ZonedDateTime
Here are the docs for modeling caching: https://www.metabase.com/docs/latest/data-modeling/models.html#model-caching
So, the approach would be similar to that of mongo's, where you would ecxpect to see something like: `device.os_type`?