[Canvas] Replace or remove safe-squel/squel library dependency #97170
Labels
Feature:Canvas
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:medium
Medium Level of Effort
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
technical debt
Improvement of the software architecture and operational architecture
Canvas's
esdocs
expression function uses the squel library to create a select sql statement that we then pass to ES SQL (The reason we convert it to sql is because the ES SQL response includes the types of the returned columns which is helpful for the expression).For a quick fix, we can replace squel with safe-squel (#97169) but we should investigate a better replacement (either a maintained library or remove the need for a SQL library entirely)
The text was updated successfully, but these errors were encountered: