T-Herrmann-WI opened a new issue, #23728:
URL: https://github.com/apache/superset/issues/23728
Since the update to version 2.1 it is no longer possible to create datasets.
Querying databases or existing dashboards is no problem at all, but new
dataset creation does not work.
There seems to be some problem to write in the Superset internal SQLite DB.
The following error message appears:
psycopg2.errors.InvalidTextRepresentation) invalid input value for enum
objecttypes: "dataset"
LINE 1: ..., '2023-04-18T16:06:27.768287'::timestamp, 2, 56, 'dataset',...
^
[SQL: INSERT INTO tagged_object (created_on, changed_on, tag_id, object_id,
object_type, created_by_fk, changed_by_fk) VALUES (%(created_on)s,
%(changed_on)s, %(tag_id)s, %(object_id)s, %(object_type)s, %(created_by_fk)s,
%(changed_by_fk)s) RETURNING tagged_object.id]
[parameters: {'created_on': datetime.datetime(2023, 4, 18, 16, 6, 27,
768283), 'changed_on': datetime.datetime(2023, 4, 18, 16, 6, 27, 768287),
'tag_id': 2, 'object_id': 56, 'object_type': 'dataset', 'created_by_fk': 2,
'changed_by_fk': 2}]
(Background on this error at: https://sqlalche.me/e/14/9h9h)
--
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]