superset-showtime 0.2.2__py3-none-any.whl → 0.2.3__py3-none-any.whl

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.

showtime/__init__.py CHANGED
@@ -4,7 +4,7 @@
4
4
  Circus tent emoji state tracking for Apache Superset ephemeral environments.
5
5
  """
6
6
 
7
- __version__ = "0.2.2"
7
+ __version__ = "0.2.3"
8
8
  __author__ = "Maxime Beauchemin"
9
9
  __email__ = "maximebeauchemin@gmail.com"
10
10
 
showtime/core/aws.py CHANGED
@@ -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-based format (what supersetbot creates)
113
- supersetbot_tag = f"{sha[:7]}-ci" # Matches supersetbot format: abc123f-ci
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 abc123f-ci"
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: superset-showtime
3
- Version: 0.2.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/
@@ -1,16 +1,16 @@
1
- showtime/__init__.py,sha256=7gr2XH2j64TZrVs2xN0IPQPim10DF_fa9SncnotBqUI,420
1
+ showtime/__init__.py,sha256=0hYJg3qjy61djzlv160HYUSR-7phjvHWLAjqrkE-ZMM,420
2
2
  showtime/__main__.py,sha256=EVaDaTX69yIhCzChg99vqvFSCN4ELstEt7Mpb9FMZX8,109
3
3
  showtime/cli.py,sha256=oPjTUHYo2N1VLR68manw8OjwVOVQs-C18yZL2Pi-fM0,60751
4
4
  showtime/commands/__init__.py,sha256=M2wn5hYgwNCryMjLT79ncobvK884r-xk3znkCmINN_0,28
5
5
  showtime/commands/start.py,sha256=DPGbgvGPh7I60LK_VioDljUhdmhNFVjEy6BchFv1lCo,1026
6
6
  showtime/core/__init__.py,sha256=54hbdFNGrzuNMBdraezfjT8Zi6g221pKlJ9mREnKwCw,34
7
- showtime/core/aws.py,sha256=H-m_E0WFqxJ7s5GCaIsFpemYew9CoAT3XSF8WAc9ncc,32483
7
+ showtime/core/aws.py,sha256=HaeZtfmxHMhzRGyzc6zmZwNrt6J0i8J6_hHeTXHGDmI,32480
8
8
  showtime/core/circus.py,sha256=c7eKHZ4CzB03IN2pEuuqcDT_mp_RLqPHl-68pzPbJi8,8770
9
9
  showtime/core/emojis.py,sha256=MHEDuPIdfNiop4zbNLuviz3eY05QiftYSHHCVbkfKhw,2129
10
10
  showtime/core/github.py,sha256=HWhM8_Yq4P-AHq0FV3UfrfQHUHXxkhn74vvc_9RguKA,9822
11
11
  showtime/core/label_colors.py,sha256=efhbFnz_3nqEnEqmgyF6_hZbxtCu_fmb68BIIUpSsnk,3895
12
12
  showtime/data/ecs-task-definition.json,sha256=GcEbmmGGav0Sl9ksrrQ4acU-Q2utt2KE9IkFep7Bm0M,1856
13
- superset_showtime-0.2.2.dist-info/METADATA,sha256=9Y9uVAoeb7bA1varsduAOghIogVPnRDV0kYVY8wgao0,14635
14
- superset_showtime-0.2.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
15
- superset_showtime-0.2.2.dist-info/entry_points.txt,sha256=rDW7oZ57mqyBUS4N_3_R7bZNGVHB-104jwmY-hHC_ck,85
16
- superset_showtime-0.2.2.dist-info/RECORD,,
13
+ superset_showtime-0.2.3.dist-info/METADATA,sha256=-L21rvO9OkmHSDTro-wzo5W_5UKff3GuxMBHG4k9T7o,14635
14
+ superset_showtime-0.2.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
15
+ superset_showtime-0.2.3.dist-info/entry_points.txt,sha256=rDW7oZ57mqyBUS4N_3_R7bZNGVHB-104jwmY-hHC_ck,85
16
+ superset_showtime-0.2.3.dist-info/RECORD,,