Beto Dealmeida

Results 61 comments of Beto Dealmeida

> How should I fix this test? Pandas returns 0 instead of nan for the API Taking another look, I guess 0 makes sense from a contribution point of view....

@srinisubramanian it's by design that chart changes are not imported — there could be other dashboards using that chart, and we don't want to break them. In the current workflow...

@srinisubramanian there's another option: https://github.com/apache/superset/blob/master/superset/importexport/api.py#L93 If you `POST` the ZIP file to `/api/v1/assets/import` then everything will be overwritten.

> Sounds interesting! Could you provide some possible Use Cases? Is this a step towards paving the path to a LookML-like modeling layer? Yeah, that's my vision. Improving the semantic...

> I wonder, if all tables of a query built by explore are accessible by the same DB connection -- e.g. different DBs, but the same Snowflake account -- will...

> Any update on this? No updates yet. I'll address @dpgaspar's issue similarly to how I did https://github.com/apache/superset/pull/19999 and try to get this for review again in the next week....

Rebased and revisited the PR, improving the unit tests and addressing concerns about `g.user`.

> Mostly Asam ODS (standard but not open source stuff - https://www.asam.net/standards/detail/ods/) and Elastic Search. I even started to write a library exactly like shillelagh by my own: wrote a...

@rogerbinns I'm the main developer of [Shillelagh](https://shillelagh.readthedocs.io/en/latest/), a library that wraps the virtual table functionality of apsw in a user- and developer-friendly way. The library is mostly used to allow...