Skip to content

AWS Data TypesΒ #2430

@bbernays

Description

@bbernays

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions