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

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


    from de4b436a85 docs
     add dd5c4bc91c touchups
     add f0cfe7747e simplify import chain
     add 8db6d17026 improve docs generation

No new revisions were added by this update.

Summary of changes:
 .github/workflows/superset-docs-deploy.yml         |     4 +-
 .github/workflows/superset-docs-verify.yml         |     5 +
 docs/package.json                                  |     2 +-
 docs/scripts/export_config_metadata.py             |   108 +
 docs/src/components/ConfigurationTable.tsx         |   331 +
 .../src/components/EnvironmentVariablesExample.tsx |   181 +
 docs/src/resources/config_metadata.json            |   225 +
 docs/static/resources/openapi.json                 | 15136 +++++++++++--------
 docs/yarn.lock                                     |  2789 ++--
 superset/app.py                                    |    33 +-
 .../settings}/__init__.py                          |     0
 .../{dataset/metrics => settings}/exceptions.py    |    32 +-
 superset/config.py                                 |    11 +
 superset/db_engine_specs/singlestore.py            |     6 +-
 superset/initialization/__init__.py                |     2 +
 .../{advanced_data_type => settings}/__init__.py   |     0
 superset/settings/api.py                           |   379 +
 superset/settings/schemas.py                       |   110 +
 18 files changed, 11244 insertions(+), 8110 deletions(-)
 create mode 100644 docs/scripts/export_config_metadata.py
 create mode 100644 docs/src/components/ConfigurationTable.tsx
 create mode 100644 docs/src/components/EnvironmentVariablesExample.tsx
 create mode 100644 docs/src/resources/config_metadata.json
 copy superset/{advanced_data_type => commands/settings}/__init__.py (100%)
 copy superset/commands/{dataset/metrics => settings}/exceptions.py (56%)
 copy superset/{advanced_data_type => settings}/__init__.py (100%)
 create mode 100644 superset/settings/api.py
 create mode 100644 superset/settings/schemas.py

Reply via email to