This commit is contained in:
2025-07-11 21:31:02 -03:00
parent 6d3a400b74
commit 8bcd310f6c
3 changed files with 5 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ def table_from_arn(arn: str) -> str:
return arn_.resource.split('/')[0]
# Post-migration: remove the following line
# Post-migration: remove the following lines
def sanitize(obj):
if isinstance(obj, dict):
return {k.replace(':', '__'): sanitize(v) for k, v in obj.items()}