superset-showtime 0.2.4__tar.gz → 0.2.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of superset-showtime might be problematic. Click here for more details.

Files changed (30) hide show
  1. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/PKG-INFO +1 -1
  2. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/showtime/__init__.py +1 -1
  3. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/showtime/data/ecs-task-definition.json +12 -0
  4. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/.claude/settings.local.json +0 -0
  5. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/.gitignore +0 -0
  6. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/.pre-commit-config.yaml +0 -0
  7. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/CLAUDE.md +0 -0
  8. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/Makefile +0 -0
  9. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/README.md +0 -0
  10. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/dev-setup.sh +0 -0
  11. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/pypi-push.sh +0 -0
  12. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/pyproject.toml +0 -0
  13. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/requirements-dev.txt +0 -0
  14. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/requirements.txt +0 -0
  15. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/showtime/__main__.py +0 -0
  16. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/showtime/cli.py +0 -0
  17. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/showtime/commands/__init__.py +0 -0
  18. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/showtime/commands/start.py +0 -0
  19. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/showtime/core/__init__.py +0 -0
  20. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/showtime/core/aws.py +0 -0
  21. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/showtime/core/circus.py +0 -0
  22. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/showtime/core/emojis.py +0 -0
  23. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/showtime/core/github.py +0 -0
  24. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/showtime/core/label_colors.py +0 -0
  25. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/tests/__init__.py +0 -0
  26. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/tests/unit/__init__.py +0 -0
  27. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/tests/unit/test_circus.py +0 -0
  28. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/uv.lock +0 -0
  29. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/workflows-reference/showtime-cleanup.yml +0 -0
  30. {superset_showtime-0.2.4 → superset_showtime-0.2.5}/workflows-reference/showtime-trigger.yml +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: superset-showtime
3
- Version: 0.2.4
3
+ Version: 0.2.5
4
4
  Summary: 🎪 Apache Superset ephemeral environment management with circus tent emoji state tracking
5
5
  Project-URL: Homepage, https://github.com/apache/superset-showtime
6
6
  Project-URL: Documentation, https://superset-showtime.readthedocs.io/
@@ -4,7 +4,7 @@
4
4
  Circus tent emoji state tracking for Apache Superset ephemeral environments.
5
5
  """
6
6
 
7
- __version__ = "0.2.4"
7
+ __version__ = "0.2.5"
8
8
  __author__ = "Maxime Beauchemin"
9
9
  __email__ = "maximebeauchemin@gmail.com"
10
10
 
@@ -35,6 +35,18 @@
35
35
  {
36
36
  "name": "SUPERSET__SQLALCHEMY_EXAMPLES_URI",
37
37
  "value": "duckdb:////app/data/examples.duckdb"
38
+ },
39
+ {
40
+ "name": "SUPERSET_LOG_LEVEL",
41
+ "value": "DEBUG"
42
+ },
43
+ {
44
+ "name": "PYTHONUNBUFFERED",
45
+ "value": "1"
46
+ },
47
+ {
48
+ "name": "PYTHONPATH",
49
+ "value": "/app/docker/pythonpath_dev"
38
50
  }
39
51
  ],
40
52
  "mountPoints": [],