Andreas Motl

Results 1416 comments of Andreas Motl
trafficstars

Hi again. After upgrading to the most recent Superset 3, the problem is back! Cheers, Andreas. ### Request ```bash http http://localhost:8088/api/v1/database/ database_name="PostgreSQL Example" engine=postgres sqlalchemy_uri=postgres://[email protected]:5432 Authorization:"Bearer ${AUTH_TOKEN}" --print hHbB ```...

I see. With Superset 3, you need to configure `WTF_CSRF_ENABLED = False` in `superset_config.py`. Then, communicating with the HTTP API works without needing to use a corresponding CSRF token. That's...

Hi Evan. Unless anything has been fixed, I guess nothing has changed/improved in this regard. > After upgrading to the most recent Superset 3, the problem is back! We had...

Yeah, this works. However, it's difficult to maintain a session on the command line. HTTP sessions are mostly not in the same box like API-style access, but for users instead.

I have read the CLA Document and I hereby sign the CLA recheck

I have read the CLA Document and I hereby sign the CLA

Hi Minura, thank you very much for looking into this. The `crate` package is a dependency of `sqlalchemy-cratedb`, so you can omit it from the dependencies, and still import it:...

Hi. I've updated the patch like you suggested. If the build will pick up [crate==1.0.0.dev0](https://pypi.org/project/crate/1.0.0.dev0/), because sqlalchemy-cratedb says so, it will be good to go. Otherwise, please let me know...

Hi Minura, I did a rebase yesterday whle already adjusting the patch according to your suggestions. Right now, I've used the "Rebase branch" button on GitHub once more. With kind...