snickerjp
snickerjp
# update README - The tested target version is listed separately. - Ubuntu 20.04 - Ubuntu 22.04
# When will stable CHANNEL be updated? in setup.sh https://github.com/getredash/setup/blob/e611a6af966124eb974d1d953f64a10c5e9767e6/setup.sh#L63-L64 return **8.0.0.b32245** ``` $ curl -s "https://version.redash.io/api/releases?channel=stable" | json_pp | grep "docker_image" | head -n 1 | awk 'BEGIN{FS=":"}{print $3}'...
# Checklist: > [!IMPORTANT] > Please review the checklist below before submitting your pull request. - [x] Please open an issue before creating a PR or link to an existing...
### 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...
## What type of PR is this? - [x] Refactor - [x] Bug Fix ## Description This PR implements an alternative approach to #7572 by catching `NotSupported` exceptions in `refresh_schema()`...
## Problem Description Schema refresh execution for certain datasource types (`results`, `python`, etc.) causes `NotSupported` exceptions, generating error logs and metrics. ## Steps to Reproduce 1. Create a datasource of...