dbt-platform-helper 11.3.0__py3-none-any.whl → 11.4.0__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 dbt-platform-helper might be problematic. Click here for more details.

@@ -97,7 +97,9 @@ def get_profile_name_from_account_id(account_id: str):
97
97
  aws_config = ConfigParser()
98
98
  aws_config.read(Path.home().joinpath(".aws/config"))
99
99
  for section in aws_config.sections():
100
- found_account_id = aws_config[section].get("sso_account_id", None)
100
+ found_account_id = aws_config[section].get(
101
+ "sso_account_id", aws_config[section].get("profile_account_id", None)
102
+ )
101
103
  if account_id == found_account_id:
102
104
  return section.removeprefix("profile ")
103
105
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dbt-platform-helper
3
- Version: 11.3.0
3
+ Version: 11.4.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
@@ -88,7 +88,7 @@ dbt_platform_helper/templates/svc/overrides/cfn.patches.yml,sha256=W7-d017akuUq9
88
88
  dbt_platform_helper/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
89
89
  dbt_platform_helper/utils/application.py,sha256=FzEoyTUlRJ7bt01cZAg-JHRQM4CqosVLOojdfwaDl6w,4113
90
90
  dbt_platform_helper/utils/arn_parser.py,sha256=1jY0elpAe4YL3ulrrCf1YiKmjI-7YXz4gJASqkIFHTc,1294
91
- dbt_platform_helper/utils/aws.py,sha256=_NM76HOT2EvPwPe0ltuZ2_WH0NYdNLPWEnw7HgVQ6K8,14332
91
+ dbt_platform_helper/utils/aws.py,sha256=Liu-Mup3lYQp0KSPNXTZI7VN0sk1cHvOtctyKav6DeU,14401
92
92
  dbt_platform_helper/utils/click.py,sha256=Fx4y4bbve1zypvog_sgK7tJtCocmzheoEFLBRv1lfdM,2943
93
93
  dbt_platform_helper/utils/cloudformation.py,sha256=A1z12IYpapCOngAvZUCc_Ig7S7tuSP3ceeVzVR-5BGY,1053
94
94
  dbt_platform_helper/utils/cloudfoundry.py,sha256=GnQ4fVLnDfOdNSrsJjI6ElZHqpgwINeoPn77cUH2UFY,484
@@ -101,8 +101,8 @@ dbt_platform_helper/utils/template.py,sha256=raRx4QUCVJtKfvJK08Egg6gwWcs3r3V4nPW
101
101
  dbt_platform_helper/utils/validation.py,sha256=SCX4W-fBXM8CXBV16xy_4QejXJg1tsSkj7ZW3QWQ4fI,27599
102
102
  dbt_platform_helper/utils/versioning.py,sha256=IBxdocJ8ZyJib38d1ja87tTuFE0iJ4npaDcAHQAKQ58,10825
103
103
  platform_helper.py,sha256=1lvPwynKODyi2U-ePKzJyFwRdKPs6_6zAYUPDYzDKMo,2300
104
- dbt_platform_helper-11.3.0.dist-info/LICENSE,sha256=dP79lN73--7LMApnankTGLqDbImXg8iYFqWgnExGkGk,1090
105
- dbt_platform_helper-11.3.0.dist-info/METADATA,sha256=ud-AUP-U_4-Ps9e6BsGZ7GnhgDWNDhv0FAQbtKn9cyA,3161
106
- dbt_platform_helper-11.3.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
107
- dbt_platform_helper-11.3.0.dist-info/entry_points.txt,sha256=QhbY8F434A-onsg0-FsdMd2U6HKh6Q7yCFFZrGUh5-M,67
108
- dbt_platform_helper-11.3.0.dist-info/RECORD,,
104
+ dbt_platform_helper-11.4.0.dist-info/LICENSE,sha256=dP79lN73--7LMApnankTGLqDbImXg8iYFqWgnExGkGk,1090
105
+ dbt_platform_helper-11.4.0.dist-info/METADATA,sha256=YXB8NXmzn6utzS8c_XGZIT-18mZ64HkljqqdH0BE3D8,3161
106
+ dbt_platform_helper-11.4.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
107
+ dbt_platform_helper-11.4.0.dist-info/entry_points.txt,sha256=QhbY8F434A-onsg0-FsdMd2U6HKh6Q7yCFFZrGUh5-M,67
108
+ dbt_platform_helper-11.4.0.dist-info/RECORD,,