feat: Dynamic currency (#36416)

This commit is contained in:
Richard Fogaca Nienkotter
2026-01-17 02:58:41 -03:00
committed by GitHub
parent 896947c787
commit f4474b2e3e
72 changed files with 3068 additions and 173 deletions

View File

@@ -52,6 +52,9 @@ def load_examples_run(
logger.info("Loading [Birth names]")
examples.load_birth_names(only_metadata, force)
logger.info("Loading [International Sales]")
examples.load_international_sales(only_metadata, force)
if load_test_data:
logger.info("Loading [Tabbed dashboard]")
examples.load_tabbed_dashboard(only_metadata)