jansule commented on issue #33900:
URL: https://github.com/apache/superset/issues/33900#issuecomment-3004024711
You can use following snippet in SQL lab in order to create a small demo
dataset:
```sql
SELECT '{ "coordinates": [ 10.021094598147045, 51.12881242291189 ], "type":
"Point" }' as geom, 1 as foo, 'bar' as cat
union
SELECT '{ "coordinates": [ 10.021094598147045, 51.12881242291189 ], "type":
"Point" }' as geom, 1 as foo, 'baz' as cat
union
SELECT '{ "coordinates": [ 9.573277401918602, 50.77733656456951 ], "type":
"Point" }' as geom, 1 as foo, 'far' as cat
union
SELECT '{ "coordinates": [ 9.573277401918602, 50.77733656456951 ], "type":
"Point" }' as geom, 1 as foo, 'faz' as cat
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]