We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If you have Nested JSON loaded in as string types in Athena, you can run queries like this to pull out fields from the JSON:
Lets say 'dns' is a nested JSON field.
query = "select json_extract_scalar(dns, '$.rrtype') rrtype from heavy_dns"
References: