akmal
08/21/2023, 7:52 AMtarget-bigqueryy
. I'm confuse on the enabled_flattening setting, does this setting use to flattened all nested records in the target table? I've set it to True but my target table still have field with Records Type. This is my config:
{
"credentials_path": ".config/cred.json",
"project": "xxxxx",
"dataset": "meltano_ingestion",
"location": "asia-southeast1",
"denormalized": true,
"method": "batch_job",
"overwrite": true,
"stream_maps": {
"ads_insights": {
"__alias__": "ads_insights__outbound_clicks"
}
},
"flattening_enabled": true,
"flattening_max_depth": 3
}
alexander_butler
08/21/2023, 8:34 AMakmal
08/21/2023, 9:05 AMedgar_ramirez_mondragon
08/21/2023, 3:31 PMakmal
08/22/2023, 2:17 AMakmal
08/22/2023, 2:20 AMtap-facebook
. Is it because this variant doesn't have schema-flattening
capabilities? cause i try the meltano variant and it's working but i face another issue.user
08/22/2023, 11:34 PMakmal
08/24/2023, 12:35 AM