ilkka_peltola
09/01/2022, 9:00 AMmeltano invoke tap-googleads
I get records just fine.
I have only selected stream_campaign_performance.*
The records look like
{
"type": "RECORD",
"stream": "stream_campaign_performance",
"record": {
"campaign": {
"resourceName": "customers/12345678/campaigns/12345678913245",
"status": "PAUSED",
"name": "this is just the campaign name"
},
"metrics": {
"clicks": "0",
"costMicros": "0",
"ctr": 0,
"impressions": "10"
},
"segments": {
"device": "DESKTOP",
"date": "2021-09-10"
}
},
"time_extracted": "2022-09-01T08:49:13.695805Z"
}
But when I do an elt to target-snowflake, I get an error:
2022-09-01T08:53:16.981267Z [info ] invalid identifier 'RESOURCE_NAMES' cmd_type=loader name=target-snowflake run_id=6d80b3c8-0e20-4cb6-b5fe-4946b294199d state_id=2022-09-01T085251--tap-googleads--target-snowflake stdio=stderr
Anyone have an idea where to look?aaron_phethean
09/01/2022, 10:40 AMilkka_peltola
09/01/2022, 10:58 AMdaniel_walker
09/01/2022, 11:05 AMilkka_peltola
09/01/2022, 12:49 PMdaniel_walker
09/01/2022, 12:58 PMilkka_peltola
09/01/2022, 1:00 PMdaniel_walker
09/01/2022, 4:00 PMangus_walker
10/12/2022, 12:07 PMdaniel_walker
10/12/2022, 12:43 PMtarget-snowflake. It's on the to-do list for sure but we have a few big things going on at the moment. If you're willing though we'll accept a PR for the issue.
Like I said above we only currently test it with our target-snowflake directly, so you could try using that? If not another quick solution might be to use @visch's tap-googleads that we forked to create ours: https://github.com/AutoIDM/tap-googleads.angus_walker
10/12/2022, 12:45 PM