dbt-platform-helper 15.5.0__tar.gz → 15.6.0__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 dbt-platform-helper might be problematic. Click here for more details.
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/PKG-INFO +1 -1
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/vpc.py +36 -5
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/utils/aws.py +11 -1
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/pyproject.toml +1 -1
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/LICENSE +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/COMMANDS.md +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/README.md +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/__init__.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/commands/__init__.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/commands/application.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/commands/codebase.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/commands/conduit.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/commands/config.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/commands/copilot.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/commands/database.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/commands/environment.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/commands/generate.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/commands/notify.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/commands/pipeline.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/commands/secrets.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/commands/version.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/constants.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/default-extensions.yml +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/domain/__init__.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/domain/codebase.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/domain/conduit.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/domain/config.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/domain/copilot.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/domain/copilot_environment.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/domain/database_copy.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/domain/maintenance_page.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/domain/notify.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/domain/pipelines.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/domain/plans.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/domain/terraform_environment.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/domain/versioning.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/entities/platform_config_schema.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/entities/semantic_version.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/jinja2_tags.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/platform_exception.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/__init__.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/aws/__init__.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/aws/exceptions.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/aws/interfaces.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/aws/opensearch.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/aws/redis.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/aws/sso_auth.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/cache.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/cloudformation.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/config.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/config_validator.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/copilot.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/ecr.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/ecs.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/environment_variable.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/files.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/io.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/kms.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/load_balancers.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/parameter_store.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/schema_migrations/__init__.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/schema_migrations/schema_v0_to_v1_migration.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/schema_migrator.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/secrets.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/slack_channel_notifier.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/terraform_manifest.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/validation.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/version.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/version_status.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/yaml_file.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/templates/.copilot/config.yml +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/templates/.copilot/image_build_run.sh +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/templates/.copilot/phases/build.sh +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/templates/.copilot/phases/install.sh +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/templates/.copilot/phases/post_build.sh +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/templates/.copilot/phases/pre_build.sh +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/templates/COMMANDS.md.jinja +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/templates/addon-instructions.txt +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/templates/addons/README.md +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/templates/addons/svc/appconfig-ipfilter.yml +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/templates/addons/svc/prometheus-policy.yml +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/templates/addons/svc/s3-cross-account-policy.yml +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/templates/addons/svc/s3-policy.yml +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/templates/addons/svc/subscription-filter.yml +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/templates/ci-codebuild-role-policy.json +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/templates/create-codebuild-role.json +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/templates/custom-codebuild-role-policy.json +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/templates/env/manifest.yml +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/templates/env/terraform-overrides/cfn.patches.yml +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/templates/environment-pipelines/main.tf +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/templates/svc/maintenance_pages/default.html +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/templates/svc/maintenance_pages/dmas-migration.html +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/templates/svc/maintenance_pages/migration.html +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/templates/svc/overrides/cfn.patches.yml +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/utilities/decorators.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/utils/__init__.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/utils/application.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/utils/arn_parser.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/utils/click.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/utils/git.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/utils/messages.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/utils/template.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/utils/validation.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/platform_helper.py +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/terraform/elasticache-redis/plans.yml +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/terraform/opensearch/plans.yml +0 -0
- {dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/terraform/postgres/plans.yml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: dbt-platform-helper
|
|
3
|
-
Version: 15.
|
|
3
|
+
Version: 15.6.0
|
|
4
4
|
Summary: Set of tools to help transfer applications/services from GOV.UK PaaS to DBT PaaS augmenting AWS Copilot.
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: Department for Business and Trade Platform Team
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/vpc.py
RENAMED
|
@@ -78,11 +78,42 @@ class VpcProvider:
|
|
|
78
78
|
|
|
79
79
|
def _get_security_groups(self, app: str, env: str, vpc_id: str) -> list:
|
|
80
80
|
vpc_filter = {"Name": "vpc-id", "Values": [vpc_id]}
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
81
|
+
platform_sg_name = f"platform-{app}-{env}-env-sg"
|
|
82
|
+
copilot_sg_name = f"copilot-{app}-{env}-env"
|
|
83
|
+
tag_filter = {"Name": f"tag:Name", "Values": [copilot_sg_name, platform_sg_name]}
|
|
84
|
+
|
|
85
|
+
filtered_security_groups = self.ec2_client.describe_security_groups(
|
|
86
|
+
Filters=[vpc_filter, tag_filter]
|
|
87
|
+
)
|
|
88
|
+
|
|
89
|
+
platform_security_groups = self._get_matching_security_groups(
|
|
90
|
+
filtered_security_groups, platform_sg_name
|
|
91
|
+
)
|
|
92
|
+
|
|
93
|
+
if platform_security_groups:
|
|
94
|
+
print(
|
|
95
|
+
f"using {platform_security_groups}"
|
|
96
|
+
) # TODO remove this once decopilotiing has been completed
|
|
97
|
+
return platform_security_groups
|
|
98
|
+
|
|
99
|
+
copilot_security_groups = self._get_matching_security_groups(
|
|
100
|
+
filtered_security_groups, copilot_sg_name
|
|
101
|
+
)
|
|
102
|
+
|
|
103
|
+
print(
|
|
104
|
+
f"using {copilot_security_groups}"
|
|
105
|
+
) # TODO remove this once decopilotiing has been completed
|
|
106
|
+
return copilot_security_groups
|
|
107
|
+
|
|
108
|
+
def _get_matching_security_groups(
|
|
109
|
+
self, filtered_security_groups: list[dict], security_group_name: str
|
|
110
|
+
):
|
|
111
|
+
matching_sec_groups = filtered_security_groups.get("SecurityGroups")
|
|
112
|
+
return [
|
|
113
|
+
sg.get("GroupId")
|
|
114
|
+
for sg in matching_sec_groups
|
|
115
|
+
if {"Key": "Name", "Value": security_group_name} in sg.get("Tags", [])
|
|
116
|
+
]
|
|
86
117
|
|
|
87
118
|
def get_vpc(self, app: str, env: str, vpc_name: str) -> Vpc:
|
|
88
119
|
|
|
@@ -158,7 +158,17 @@ def get_ssm_secrets(app, env, session=None, path=None):
|
|
|
158
158
|
secrets = []
|
|
159
159
|
|
|
160
160
|
while True:
|
|
161
|
-
|
|
161
|
+
try:
|
|
162
|
+
response = client.get_parameters_by_path(**params)
|
|
163
|
+
except ClientError as e:
|
|
164
|
+
if e.response["Error"]["Code"] == "AccessDeniedException":
|
|
165
|
+
click.secho(
|
|
166
|
+
"Access denied on SSM, due to missing permissions. Please update your environment infrastructure.",
|
|
167
|
+
fg="magenta",
|
|
168
|
+
)
|
|
169
|
+
break
|
|
170
|
+
else:
|
|
171
|
+
raise e
|
|
162
172
|
|
|
163
173
|
for secret in response["Parameters"]:
|
|
164
174
|
secrets.append((secret["Name"], secret["Value"]))
|
|
@@ -3,7 +3,7 @@ line-length = 100
|
|
|
3
3
|
|
|
4
4
|
[tool.poetry]
|
|
5
5
|
name = "dbt-platform-helper"
|
|
6
|
-
version = "15.
|
|
6
|
+
version = "15.6.0"
|
|
7
7
|
description = "Set of tools to help transfer applications/services from GOV.UK PaaS to DBT PaaS augmenting AWS Copilot."
|
|
8
8
|
authors = ["Department for Business and Trade Platform Team <sre-team@digital.trade.gov.uk>"]
|
|
9
9
|
license = "MIT"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/commands/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/commands/codebase.py
RENAMED
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/commands/conduit.py
RENAMED
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/commands/config.py
RENAMED
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/commands/copilot.py
RENAMED
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/commands/database.py
RENAMED
|
File without changes
|
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/commands/generate.py
RENAMED
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/commands/notify.py
RENAMED
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/commands/pipeline.py
RENAMED
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/commands/secrets.py
RENAMED
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/commands/version.py
RENAMED
|
File without changes
|
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/default-extensions.yml
RENAMED
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/domain/__init__.py
RENAMED
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/domain/codebase.py
RENAMED
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/domain/conduit.py
RENAMED
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/domain/config.py
RENAMED
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/domain/copilot.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/domain/notify.py
RENAMED
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/domain/pipelines.py
RENAMED
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/domain/plans.py
RENAMED
|
File without changes
|
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/domain/versioning.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/jinja2_tags.py
RENAMED
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/platform_exception.py
RENAMED
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/aws/redis.py
RENAMED
|
File without changes
|
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/cache.py
RENAMED
|
File without changes
|
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/config.py
RENAMED
|
File without changes
|
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/copilot.py
RENAMED
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/ecr.py
RENAMED
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/ecs.py
RENAMED
|
File without changes
|
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/files.py
RENAMED
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/io.py
RENAMED
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/kms.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/secrets.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/version.py
RENAMED
|
File without changes
|
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/providers/yaml_file.py
RENAMED
|
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
|
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/utils/__init__.py
RENAMED
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/utils/application.py
RENAMED
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/utils/arn_parser.py
RENAMED
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/utils/click.py
RENAMED
|
File without changes
|
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/utils/messages.py
RENAMED
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/utils/template.py
RENAMED
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/dbt_platform_helper/utils/validation.py
RENAMED
|
File without changes
|
|
File without changes
|
{dbt_platform_helper-15.5.0 → dbt_platform_helper-15.6.0}/terraform/elasticache-redis/plans.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|