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 2021/11/22 17:58:59 UTC

[superset] branch master updated (b750204 -> 16e012f)

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 b750204  Add files via upload (#17434)
     add 16e012f  refactor(chart.commands): separate commands into two different modules (#17509)

No new revisions were added by this update.

Summary of changes:
 superset/charts/data/api.py                        |  4 +--
 .../charts/data/commands}/__init__.py              |  0
 .../data/commands/create_async_job_command.py}     | 36 ++++++++--------------
 .../{commands.py => commands/get_data_command.py}  | 19 +-----------
 superset/charts/schemas.py                         |  5 ++-
 superset/commands/utils.py                         |  8 +++--
 superset/tasks/async_queries.py                    |  2 +-
 tests/integration_tests/charts/data/api_tests.py   |  2 +-
 .../integration_tests/tasks/async_queries_tests.py |  2 +-
 9 files changed, 29 insertions(+), 49 deletions(-)
 copy {tests/unit_tests/common => superset/charts/data/commands}/__init__.py (100%)
 copy superset/{app.py => charts/data/commands/create_async_job_command.py} (54%)
 rename superset/charts/data/{commands.py => commands/get_data_command.py} (77%)