luckylhb90
luckylhb90
### Steps to reproduce the behavior (Required) 1. SELECT split("1m_2d", '_')[0]; ### Expected behavior (Required) I want to get an error or return a correct result like the other engines....
### Self Checks - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this...
### Self Checks - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this...
# Summary add celery flower, to minitor worker tasks > [!Tip] > Close issue syntax: `Fixes #` or `Resolves #`, see [documentation](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword) for more details. # Screenshots | Before |...
### Self Checks - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this...
### Self Checks - [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing...
# Summary core.file.models.File The url and dify_model_identity fields are missing from the file.__init__ () method in this File, and storage_key is not Optional, resulting in errors when using file.model_validate (item)....
# Summary It does not affect the current usage method. Just by adding one parameter: is_async, the api interface can support asynchronous requests. You just need to poll the new...