-
Notifications
You must be signed in to change notification settings - Fork 550
AWS Data TypesΒ #2430
Copy link
Copy link
Closed
Description
Describe the Bug
Storing policy data as a text rather than JSONB
Expected Behavior
Data should be stored as a JSONB object or an array rather than text
According to the migration document the following fields have changed in ways that we need to fix (or at least validate)
-
aws_codepipeline_pipelines.tags--> Type changed from jsonb to text -
aws_dax_clusters.tags--> Type changed from jsonb to text -
aws_ecr_repositories.tags--> Type changed from jsonb to text -
aws_route53_traffic_policy_versions.document--> Type changed from jsonb to text -
aws_sns_subscriptions.delivery_policy--> Type changed from jsonb to text -
aws_sns_subscriptions.effective_delivery_policy--> Type changed from jsonb to text -
aws_sns_subscriptions.filter_policy--> Type changed from jsonb to text -
aws_sns_subscriptions.redrive_policy--> Type changed from jsonb to text -
aws_sns_topics.delivery_policy--> Type changed from jsonb to text -
aws_sns_topics.effective_delivery_policy--> Type changed from jsonb to text -
aws_sns_topics.policy--> Type changed from jsonb to text -
aws_sqs_queues.policy--> Type changed from jsonb to text -
aws_sqs_queues.redrive_allow_policy--> Type changed from jsonb to text -
aws_sqs_queues.redrive_policy--> Type changed from jsonb to text
CloudQuery Version
Debug Output
Steps to Reproduce
Additional Context
References
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels