dekart icon indicating copy to clipboard operation
dekart copied to clipboard

Create GPU-powered Kepler.gl maps from SQL queries and share them instantly and securely with live updates and multi-user editing.

Results 35 dekart issues
Sort by recently updated
recently updated
newest added

``` with zipcode_geom as ( SELECT ST_GEOGFROMTEXT(zipcode_geom) as geom, bqcarto.h3.ST_ASH3_POLYFILL(ST_GEOGFROMTEXT(zipcode_geom), 10) as h3, zipcode FROM `bigquery-public-data.utility_us.zipcode_area` WHERE city = 'Seattle city' and zipcode='98105' ) select ARRAY_LENGTH(h3), * FROM zipcode_geom ```...

* Add/Remove users via web interface * Require Auth with login and password Please add 👍 you want this feature sooner.

* Support Presto as data source for Dekart Please add 👍 you want this feature sooner.

* Support Presto as datasource for Dekart Please add 👍 you want this feature sooner.

* support Postgres as data source Please add 👍 you want this feature sooner.

* Be able to query Amazon Redshift from Dekart Please add 👍 you want this feature sooner.

First of all, thanks everyone for the excellent work! 👍 I wonder if we can have a UI enhancement on the opening mode. When I open a report from the...

Chrome Version 122.0.6261.112 (Official Build) (arm64) Steps to reproduce: - go to https://cloud.dekart.xyz/workspace - choose team plan, redirect to Stripe - click on browser back button Result: the spinner on...

### Is this a new bug in Dekart? - [x] I have searched the existing issues, and I could not find an existing issue for this bug ### Current Behavior...

bug