This is an automated email from the ASF dual-hosted git repository. michaelsmolina pushed a change to branch 5.0 in repository https://gitbox.apache.org/repos/asf/superset.git
from aa69ce43d9 fix: User-provided Jinja template parameters causing SQL parsing errors (#34802) new d825b32e98 fix(echarts): rename time series shifted for isTimeComparisonValue (#35022) new 49df35d012 fix: Upload CSV as Dataset (#34763) The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../src/operators/renameOperator.ts | 14 +- .../test/operators/renameOperator.test.ts | 38 ++ superset/commands/database/uploaders/base.py | 3 +- superset/commands/database/uploaders/csv_reader.py | 229 ++++++++- superset/models/core.py | 4 +- .../commands/databases/csv_reader_test.py | 556 +++++++++++++++++++++ 6 files changed, 822 insertions(+), 22 deletions(-)