Commit Graph

7 Commits

Author SHA1 Message Date
github-actions[bot] 8ab94e1553 apply security patch: v11.2.x/182-202409301509.patch
commit a5445cf0c8e05c807cc2c77eac9fd1cc06cf83aa
Author: Scott Lepper <scott.lepper@gmail.com>
Date:   Mon Sep 30 11:08:17 2024 -0400

    disable sql expressions
2024-10-02 17:44:01 +01:00
Ryan McKinley 99d8025829 Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
Scott Lepper cac40795a5 sql expressions - logging (#88193)
* sql expressions - logging
2024-05-22 17:18:46 -04:00
Scott Lepper 4fd2cb6014 fix: sql expressions - sql parser table name case (#87196)
* fix: sql parser table name case
2024-05-02 08:43:20 -04:00
Yuri Tseretyan 9dc4221508 Alerting: Log expression command types during evaluation (#84614) 2024-03-19 10:00:03 -04:00
Ryan McKinley 3036b50df3 Expressions: expose ConvertDataFramesToResults (#83805) 2024-03-04 18:22:56 +02:00
Scott Lepper 70009201d4 Expressions: Sql expressions with Duckdb (#81666)
duckdb temp storage of dataframes using parquet and querying from sql expressions
---------

Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2024-02-27 16:16:00 -05:00