You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by am...@apache.org on 2022/02/08 16:42:43 UTC

[superset] branch master updated (cdfcbba -> 41f3c95)

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

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


    from cdfcbba  refactor: migrate ExploreResultsButton component to FC & tsx (#18143)
     add 41f3c95  feat: log decorator util - adding automatic logs out of the box (#18620)

No new revisions were added by this update.

Summary of changes:
 tests/common/logger_utils.py                       | 174 +++++++++++++++++++++
 .../data_loading/pandas/pandas_data_loader.py      |  11 +-
 .../data_loading/pandas/table_df_convertor.py      |   2 +
 3 files changed, 178 insertions(+), 9 deletions(-)
 create mode 100644 tests/common/logger_utils.py