Skip to content

Commit

Permalink
Fix local imports of shareItemSM for Docker and quicksight properties
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpzx committed Mar 6, 2023
1 parent 0bed61f commit 527f561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/dataall/api/Objects/Environment/resolvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_trust_account(context: Context, source, **kwargs):
return current_account


def get_create_pivot_role_manually():
def get_create_pivot_role_manually(context: Context, source, **kwargs):
ssm_param = bool(ParameterStoreManager.get_parameter_value(
region=os.getenv('AWS_REGION', 'eu-west-1'),
parameter_path=f"/dataall/{os.getenv('envname', 'local')}/pivotRole/createdAsPartOfEnvironmentStack"
Expand Down

0 comments on commit 527f561

Please sign in to comment.