This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch revamped-example-loading
in repository https://gitbox.apache.org/repos/asf/superset.git
from 57e6ac0ef9 fix(examples): Fix mypy/ruff errors and restore test file
add 2f8d46f52c fix(tests): Restore example modules and skip hardcoded-ID
tests
No new revisions were added by this update.
Summary of changes:
.../cypress-base/cypress/e2e/explore/chart.test.js | 3 +-
...otal.test.js => _skip.big_number_total.test.js} | 0
.../{compare.test.js => _skip.compare.test.js} | 0
..._chart.test.js => _skip.download_chart.test.js} | 0
.../{graph.test.ts => _skip.graph.test.ts} | 0
.../{pie.test.js => _skip.pie.test.js} | 0
superset/examples/birth_names.py | 869 +++++++++++++++++++++
superset/examples/world_bank.py | 479 ++++++++++++
8 files changed, 1350 insertions(+), 1 deletion(-)
rename
superset-frontend/cypress-base/cypress/e2e/explore/visualizations/{big_number_total.test.js
=> _skip.big_number_total.test.js} (100%)
rename
superset-frontend/cypress-base/cypress/e2e/explore/visualizations/{compare.test.js
=> _skip.compare.test.js} (100%)
rename
superset-frontend/cypress-base/cypress/e2e/explore/visualizations/{download_chart.test.js
=> _skip.download_chart.test.js} (100%)
rename
superset-frontend/cypress-base/cypress/e2e/explore/visualizations/{graph.test.ts
=> _skip.graph.test.ts} (100%)
rename
superset-frontend/cypress-base/cypress/e2e/explore/visualizations/{pie.test.js
=> _skip.pie.test.js} (100%)
create mode 100644 superset/examples/birth_names.py
create mode 100644 superset/examples/world_bank.py