Data Integration - Data Export
Last updated
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:GetObject",
"s3:GetObjectVersion",
"s3:DeleteObject",
"s3:PutObject"
],
"Resource": "arn:aws:s3:::<bucket>/<prefix>/*"
},
{
"Effect": "Allow",
"Action": [
"s3:ListBucket",
"s3:GetBucketLocation"
],
"Resource": "arn:aws:s3:::<bucket>"
}
]
}{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "[Hackle-provided_ARN]"
},
"Action": "sts:AssumeRole",
"Condition": {
"StringEquals": {
"sts:ExternalId": "[Customer-specified_random_string]"
}
}
}
]
}root
|-- server_dt: date (nullable = false)
|-- ts: timestamp (nullable = false)
|-- environment: string (nullable = false)
|-- event_key: string (nullable = false)
|-- identifiers: string (nullable = false)
|-- insert_id: string (nullable = false)
|-- metric_value: decimal(24,6) (nullable = false)
|-- hackle_properties: string (nullable = false)
|-- user_properties: string (nullable = false)
|-- event_properties: string (nullable = false)