You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2021/03/26 22:26:02 UTC

[superset] branch master updated (5842cb1 -> 55ba47e)

This is an automated email from the ASF dual-hosted git repository.

beto pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from 5842cb1  chore(git): ignore superset/app/ folder (#13767)
     add 55ba47e  fix(#13734): Properly escape special characters in CSV output  (#13735)

No new revisions were added by this update.

Summary of changes:
 superset/charts/api.py           |  7 +---
 superset/common/query_context.py |  5 ++-
 superset/utils/csv.py            | 67 +++++++++++++++++++++++++++++++++
 superset/views/base.py           |  1 +
 superset/views/core.py           | 17 +++------
 superset/viz.py                  |  4 +-
 tests/utils/csv_tests.py         | 80 ++++++++++++++++++++++++++++++++++++++++
 7 files changed, 160 insertions(+), 21 deletions(-)
 create mode 100644 superset/utils/csv.py
 create mode 100644 tests/utils/csv_tests.py