wiktor2200
wiktor2200
Update: the same applies for other features (alerts in my case) managed by user with attached Admin permission. When user is co-owner of Alert he is able to modify alert...
`superset init` doesn't work for me, problem still exists.
It exists on 1.5.0 and 1.5.1 as well. It seems to be external bug: https://github.com/snowflakedb/snowflake-connector-python/issues/1206
I've fixed it. The problem was caused by external source (releasing of `snowflake-connector-python` ver. `2.7.10` https://github.com/snowflakedb/snowflake-connector-python/releases today). For Superset Snowflake `snowflake-sqlalchemy 1.2.4` python package is used, which is quite old...
Hello @alldoami! Finally I've also used requirements without: `typing-extensions`, when I posted my first reply it worked, but then I changed some other dependencies and I just used these two:...
Maybe you should try put all `pip install` commands with one `RUN` statement. I'm running this one: ``` RUN rm -rf /var/lib/apt/lists/* && \ pip install \ Authlib==1.0.1 \ flask-oidc==1.3.0...
That's interesting point. SQLite is extremely slow and from my perspective good for simple use cases. Nextcloud's usage generates lots of data in DB, so even small instance with few...
> It's pretty easy to get it working already. I had to install `php{{ php_ver }}-sqlite3` package and set `nextcloud_db_backend: sqlite` role variable. It sounds great :) > Slow in...
Hi! @staticdev @aalaesar I've tried to fix a problem with docker molecule test but I got run out of idea. Would you be able to take a look and see?...
Hello Jeff! thanks a lot for involvement, I really appreciate that :) When we were searching for this issue, there is not many issues found, that's why I asked. **It...