Igor Lukanin
Igor Lukanin
Hey @vincentditlevinz 👋 Sorry for the radio silence. I would suggest publishing this as an npm package (see 1 here: https://github.com/cube-js/cube/blob/master/CONTRIBUTING.md#contributing-database-drivers) and linking it from docs. We'll be able to...
@mjvankampen Does it not work for you only with any granularity or only with custom granularities? It would be great to see the data model + query that failed for...
Hi @elijah-evans-deel 👋 To your points/questions 2 and 3 — see how Looker handles this; just skips the conversion for the time dimension while still converting filter parameters: https://docs.cloud.google.com/looker/docs/reference/param-field-convert-tz#things_to_consider
Hi @rili-ib 👋 Some time ago, we stopped maintaining [Alpine images](https://cube.dev/blog/cube-core-v0-35-updates-to-data-modeling-and-data-sources#alpine-based-docker-images-removed). Could you please check on a recent Cube image, e.g., [v0.36.7](https://hub.docker.com/layers/cubejs/cube/v0.36.7/images/sha256-29bc336a7a15e9734444228eed0a2ba56dfc610d112b4e773a7152c16b6631d4?context=explore)?
Closing due to inactivity.
I believe it is more correct to classify this as a feature request rather than a bug. React client library was never intended/tested to work with React Native. It's primary...
Hi @divij123 @gauravbodara @csn2002, I've tried to reproduce this with the following code example: ```yaml cubes: - name: weeks sql: > SELECT '2023-12-25'::TIMESTAMP AS time UNION ALL SELECT '2023-12-26'::TIMESTAMP AS...
As for "ESM Build Issues in v1.3.83", it would be great to have a separate ticket.
@droidraja Could you also please update the docs here? https://cube.dev/docs/reference/sql-api#data-type-formatting-functions
@Zawar92 It would be great if you can provide a minimal data model and an example query that allow to reproduce this.