superset-showtime 0.2.2__tar.gz → 0.2.3__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.
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/PKG-INFO +1 -1
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/showtime/__init__.py +1 -1
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/showtime/core/aws.py +4 -4
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/.claude/settings.local.json +0 -0
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/.gitignore +0 -0
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/.pre-commit-config.yaml +0 -0
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/CLAUDE.md +0 -0
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/Makefile +0 -0
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/README.md +0 -0
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/dev-setup.sh +0 -0
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/pypi-push.sh +0 -0
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/pyproject.toml +0 -0
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/requirements-dev.txt +0 -0
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/requirements.txt +0 -0
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/showtime/__main__.py +0 -0
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/showtime/cli.py +0 -0
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/showtime/commands/__init__.py +0 -0
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/showtime/commands/start.py +0 -0
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/showtime/core/__init__.py +0 -0
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/showtime/core/circus.py +0 -0
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/showtime/core/emojis.py +0 -0
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/showtime/core/github.py +0 -0
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/showtime/core/label_colors.py +0 -0
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/showtime/data/ecs-task-definition.json +0 -0
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/tests/__init__.py +0 -0
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/tests/unit/__init__.py +0 -0
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/tests/unit/test_circus.py +0 -0
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/uv.lock +0 -0
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/workflows-reference/showtime-cleanup.yml +0 -0
- {superset_showtime-0.2.2 → superset_showtime-0.2.3}/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.
|
|
3
|
+
Version: 0.2.3
|
|
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/
|
|
@@ -109,12 +109,12 @@ class AWSInterface:
|
|
|
109
109
|
docker_image = f"apache/superset:{image_tag_override}"
|
|
110
110
|
print(f"✅ Using override image: {docker_image}")
|
|
111
111
|
else:
|
|
112
|
-
# Use supersetbot SHA
|
|
113
|
-
supersetbot_tag =
|
|
112
|
+
# Use supersetbot PR-SHA format (what supersetbot creates)
|
|
113
|
+
supersetbot_tag = show.aws_image_tag # pr-{pr_number}-{sha}-ci
|
|
114
114
|
docker_image = f"apache/superset:{supersetbot_tag}"
|
|
115
|
-
print(f"✅ Using DockerHub image: {docker_image} (supersetbot SHA format)")
|
|
115
|
+
print(f"✅ Using DockerHub image: {docker_image} (supersetbot PR-SHA format)")
|
|
116
116
|
print(
|
|
117
|
-
"💡 To test with different image: --image-tag latest or --image-tag
|
|
117
|
+
"💡 To test with different image: --image-tag latest or --image-tag pr-34639-9a82c20-ci"
|
|
118
118
|
)
|
|
119
119
|
|
|
120
120
|
# Note: No ECR image check needed - ECS will pull from DockerHub directly
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{superset_showtime-0.2.2 → superset_showtime-0.2.3}/workflows-reference/showtime-cleanup.yml
RENAMED
|
File without changes
|
{superset_showtime-0.2.2 → superset_showtime-0.2.3}/workflows-reference/showtime-trigger.yml
RENAMED
|
File without changes
|