Golikum commented on issue #22390: URL: https://github.com/apache/superset/issues/22390#issuecomment-1700969063
I have encountered this problem and seem to have found the cause. The field that use as default datetime in dataset, must be NOT Nullable. For Clickhouse you can use assumeNotNull(your_field) in your source or calculated column. Don't remember to synchronize columns in the dataset when you change that datatype of the field in your dataset. -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org