badman-rodriguez opened a new issue #10087:
URL: https://github.com/apache/incubator-superset/issues/10087
Currently when i build the Dockerfile (the one in the root directory) and
execute it... it works fine. Site comes up, no prob.
But, i am not able to add a dashboard. Im just trying to make sure this
works properly before launching it to a production environment.
```
/usr/local/lib/python3.6/site-packages/flask_caching/__init__.py:189:
UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively
disabled.
"Flask-Caching: CACHE_TYPE is set to null, "
/usr/local/lib/python3.6/site-packages/flask_appbuilder/fields.py:182:
UserWarning: allow_blank=True does not do anything for QuerySelectMultipleField.
"allow_blank=True does not do anything for QuerySelectMultipleField."
ERROR:flask_appbuilder.models.sqla.interface:Add record error:
(sqlite3.OperationalError) attempt to write a readonly database
[SQL: INSERT INTO dashboards (created_on, changed_on, dashboard_title,
position_json, description, css, json_metadata, slug, published, created_by_fk,
changed_by_fk) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)]
[parameters: ('2020-06-17 18:22:23.045075', '2020-06-17 18:22:23.045085',
'Test', None, None, None, None, 'test', 0, 1, 1)]
(Background on this error at: http://sqlalche.me/e/e3q8)
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py",
line 1248, in _execute_context
cursor, statement, parameters, context
File
"/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/default.py", line
590, in do_execute
cursor.execute(statement, parameters)
sqlite3.OperationalError: attempt to write a readonly database
```
Thanks in advance, appreciate the help.
- Superset version: 0.36
- Python version 3.6
- Docker Versions 19.03.5
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]