dbt-platform-helper 15.0.0__tar.gz → 15.1.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.

Files changed (102) hide show
  1. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/PKG-INFO +1 -1
  2. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/domain/config.py +4 -4
  3. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/domain/versioning.py +6 -6
  4. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/config.py +2 -2
  5. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/version.py +1 -1
  6. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/version_status.py +1 -1
  7. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/utils/validation.py +1 -1
  8. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/pyproject.toml +1 -1
  9. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/LICENSE +0 -0
  10. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/COMMANDS.md +0 -0
  11. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/README.md +0 -0
  12. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/__init__.py +0 -0
  13. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/addon-plans.yml +0 -0
  14. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/commands/__init__.py +0 -0
  15. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/commands/application.py +0 -0
  16. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/commands/codebase.py +0 -0
  17. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/commands/conduit.py +0 -0
  18. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/commands/config.py +0 -0
  19. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/commands/copilot.py +0 -0
  20. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/commands/database.py +0 -0
  21. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/commands/environment.py +0 -0
  22. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/commands/generate.py +0 -0
  23. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/commands/notify.py +0 -0
  24. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/commands/pipeline.py +0 -0
  25. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/commands/secrets.py +0 -0
  26. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/commands/version.py +0 -0
  27. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/constants.py +0 -0
  28. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/default-extensions.yml +0 -0
  29. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/domain/__init__.py +0 -0
  30. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/domain/codebase.py +0 -0
  31. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/domain/conduit.py +0 -0
  32. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/domain/copilot.py +0 -0
  33. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/domain/copilot_environment.py +0 -0
  34. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/domain/database_copy.py +0 -0
  35. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/domain/maintenance_page.py +0 -0
  36. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/domain/notify.py +0 -0
  37. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/domain/pipelines.py +0 -0
  38. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/domain/terraform_environment.py +0 -0
  39. {dbt_platform_helper-15.0.0/dbt_platform_helper/providers → dbt_platform_helper-15.1.0/dbt_platform_helper/entities}/platform_config_schema.py +0 -0
  40. {dbt_platform_helper-15.0.0/dbt_platform_helper/providers → dbt_platform_helper-15.1.0/dbt_platform_helper/entities}/semantic_version.py +0 -0
  41. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/jinja2_tags.py +0 -0
  42. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/platform_exception.py +0 -0
  43. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/__init__.py +0 -0
  44. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/aws/__init__.py +0 -0
  45. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/aws/exceptions.py +0 -0
  46. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/aws/interfaces.py +0 -0
  47. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/aws/opensearch.py +0 -0
  48. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/aws/redis.py +0 -0
  49. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/aws/sso_auth.py +0 -0
  50. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/cache.py +0 -0
  51. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/cloudformation.py +0 -0
  52. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/config_validator.py +0 -0
  53. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/copilot.py +0 -0
  54. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/ecr.py +0 -0
  55. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/ecs.py +0 -0
  56. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/files.py +0 -0
  57. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/io.py +0 -0
  58. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/kms.py +0 -0
  59. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/load_balancers.py +0 -0
  60. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/parameter_store.py +0 -0
  61. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/schema_migrations/__init__.py +0 -0
  62. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/schema_migrations/schema_v0_to_v1_migration.py +0 -0
  63. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/schema_migrator.py +0 -0
  64. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/secrets.py +0 -0
  65. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/slack_channel_notifier.py +0 -0
  66. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/terraform_manifest.py +0 -0
  67. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/validation.py +0 -0
  68. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/vpc.py +0 -0
  69. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/providers/yaml_file.py +0 -0
  70. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/templates/.copilot/config.yml +0 -0
  71. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/templates/.copilot/image_build_run.sh +0 -0
  72. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/templates/.copilot/phases/build.sh +0 -0
  73. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/templates/.copilot/phases/install.sh +0 -0
  74. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/templates/.copilot/phases/post_build.sh +0 -0
  75. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/templates/.copilot/phases/pre_build.sh +0 -0
  76. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/templates/COMMANDS.md.jinja +0 -0
  77. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/templates/addon-instructions.txt +0 -0
  78. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/templates/addons/README.md +0 -0
  79. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/templates/addons/svc/appconfig-ipfilter.yml +0 -0
  80. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/templates/addons/svc/prometheus-policy.yml +0 -0
  81. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/templates/addons/svc/s3-cross-account-policy.yml +0 -0
  82. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/templates/addons/svc/s3-policy.yml +0 -0
  83. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/templates/addons/svc/subscription-filter.yml +0 -0
  84. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/templates/ci-codebuild-role-policy.json +0 -0
  85. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/templates/create-codebuild-role.json +0 -0
  86. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/templates/custom-codebuild-role-policy.json +0 -0
  87. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/templates/env/manifest.yml +0 -0
  88. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/templates/env/terraform-overrides/cfn.patches.yml +0 -0
  89. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/templates/environment-pipelines/main.tf +0 -0
  90. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/templates/svc/maintenance_pages/default.html +0 -0
  91. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/templates/svc/maintenance_pages/dmas-migration.html +0 -0
  92. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/templates/svc/maintenance_pages/migration.html +0 -0
  93. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/templates/svc/overrides/cfn.patches.yml +0 -0
  94. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/utils/__init__.py +0 -0
  95. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/utils/application.py +0 -0
  96. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/utils/arn_parser.py +0 -0
  97. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/utils/aws.py +0 -0
  98. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/utils/click.py +0 -0
  99. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/utils/git.py +0 -0
  100. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/utils/messages.py +0 -0
  101. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/dbt_platform_helper/utils/template.py +0 -0
  102. {dbt_platform_helper-15.0.0 → dbt_platform_helper-15.1.0}/platform_helper.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: dbt-platform-helper
3
- Version: 15.0.0
3
+ Version: 15.1.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
@@ -10,16 +10,16 @@ from dbt_platform_helper.constants import PLATFORM_CONFIG_FILE
10
10
  from dbt_platform_helper.domain.versioning import AWSVersioning
11
11
  from dbt_platform_helper.domain.versioning import CopilotVersioning
12
12
  from dbt_platform_helper.domain.versioning import PlatformHelperVersioning
13
+ from dbt_platform_helper.entities.semantic_version import (
14
+ IncompatibleMajorVersionException,
15
+ )
16
+ from dbt_platform_helper.entities.semantic_version import SemanticVersion
13
17
  from dbt_platform_helper.platform_exception import PlatformException
14
18
  from dbt_platform_helper.providers.aws.sso_auth import SSOAuthProvider
15
19
  from dbt_platform_helper.providers.config import ConfigProvider
16
20
  from dbt_platform_helper.providers.io import ClickIOProvider
17
21
  from dbt_platform_helper.providers.schema_migrator import ALL_MIGRATIONS
18
22
  from dbt_platform_helper.providers.schema_migrator import Migrator
19
- from dbt_platform_helper.providers.semantic_version import (
20
- IncompatibleMajorVersionException,
21
- )
22
- from dbt_platform_helper.providers.semantic_version import SemanticVersion
23
23
  from dbt_platform_helper.providers.validation import ValidationException
24
24
  from dbt_platform_helper.providers.version_status import VersionStatus
25
25
 
@@ -1,15 +1,15 @@
1
1
  import os
2
2
 
3
- from dbt_platform_helper.platform_exception import PlatformException
4
- from dbt_platform_helper.providers.config import ConfigProvider
5
- from dbt_platform_helper.providers.io import ClickIOProvider
6
- from dbt_platform_helper.providers.semantic_version import (
3
+ from dbt_platform_helper.entities.semantic_version import (
7
4
  IncompatibleMajorVersionException,
8
5
  )
9
- from dbt_platform_helper.providers.semantic_version import (
6
+ from dbt_platform_helper.entities.semantic_version import (
10
7
  IncompatibleMinorVersionException,
11
8
  )
12
- from dbt_platform_helper.providers.semantic_version import SemanticVersion
9
+ from dbt_platform_helper.entities.semantic_version import SemanticVersion
10
+ from dbt_platform_helper.platform_exception import PlatformException
11
+ from dbt_platform_helper.providers.config import ConfigProvider
12
+ from dbt_platform_helper.providers.io import ClickIOProvider
13
13
  from dbt_platform_helper.providers.version import AWSCLIInstalledVersionProvider
14
14
  from dbt_platform_helper.providers.version import CopilotInstalledVersionProvider
15
15
  from dbt_platform_helper.providers.version import GithubLatestVersionProvider
@@ -8,11 +8,11 @@ from dbt_platform_helper.constants import FIRST_UPGRADABLE_PLATFORM_HELPER_MAJOR
8
8
  from dbt_platform_helper.constants import PLATFORM_CONFIG_FILE
9
9
  from dbt_platform_helper.constants import PLATFORM_CONFIG_SCHEMA_VERSION
10
10
  from dbt_platform_helper.constants import PLATFORM_HELPER_PACKAGE_NAME
11
+ from dbt_platform_helper.entities.platform_config_schema import PlatformConfigSchema
12
+ from dbt_platform_helper.entities.semantic_version import SemanticVersion
11
13
  from dbt_platform_helper.providers.config_validator import ConfigValidator
12
14
  from dbt_platform_helper.providers.config_validator import ConfigValidatorError
13
15
  from dbt_platform_helper.providers.io import ClickIOProvider
14
- from dbt_platform_helper.providers.platform_config_schema import PlatformConfigSchema
15
- from dbt_platform_helper.providers.semantic_version import SemanticVersion
16
16
  from dbt_platform_helper.providers.version import InstalledVersionProvider
17
17
  from dbt_platform_helper.providers.yaml_file import FileNotFoundException
18
18
  from dbt_platform_helper.providers.yaml_file import FileProviderException
@@ -10,9 +10,9 @@ from requests import Session
10
10
  from requests.adapters import HTTPAdapter
11
11
  from urllib3.util import Retry
12
12
 
13
+ from dbt_platform_helper.entities.semantic_version import SemanticVersion
13
14
  from dbt_platform_helper.platform_exception import PlatformException
14
15
  from dbt_platform_helper.providers.io import ClickIOProvider
15
- from dbt_platform_helper.providers.semantic_version import SemanticVersion
16
16
 
17
17
 
18
18
  def set_up_retry():
@@ -1,7 +1,7 @@
1
1
  from dataclasses import dataclass
2
2
 
3
+ from dbt_platform_helper.entities.semantic_version import SemanticVersion
3
4
  from dbt_platform_helper.platform_exception import PlatformException
4
- from dbt_platform_helper.providers.semantic_version import SemanticVersion
5
5
 
6
6
 
7
7
  class UnsupportedVersionException(PlatformException):
@@ -1,7 +1,7 @@
1
1
  from schema import SchemaError
2
2
 
3
+ from dbt_platform_helper.entities.platform_config_schema import PlatformConfigSchema
3
4
  from dbt_platform_helper.providers.config_validator import ConfigValidator
4
- from dbt_platform_helper.providers.platform_config_schema import PlatformConfigSchema
5
5
 
6
6
 
7
7
  def validate_addons(addons: dict):
@@ -3,7 +3,7 @@ line-length = 100
3
3
 
4
4
  [tool.poetry]
5
5
  name = "dbt-platform-helper"
6
- version = "15.0.0"
6
+ version = "15.1.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"