- Is this your first time deploying Airbyte?: No
- Ubuntu
- Deployment: Docker
- Airbyte Version: What version are you using now?
- Source name/version: source-google-ads:0.1.35
- Step: The issue is happening when reading the data from the connector
- Description: We wanted to upgrade to source-google-ads from version 0.1.33 to 0.1.35, but while testing it, I could not fetch the
ad_group_ad_report
, I am getting an error stating that this stream does not exist.
This stream is also missing in the CATALOG
we get from the discover
method.
catalog_google_ads.txt (55.2 KB)
config_catalog.txt (68.0 KB)
{
"type": "LOG",
"log": {
"level": "FATAL",
"message": "\"The requested stream ad_group_ad_report was not found in the source. Available streams: dict_keys(['ad_group_ads', 'ad_group_ad_labels', 'ad_groups', 'ad_group_labels', 'accounts', 'campaigns', 'campaign_labels', 'click_view'])\"\nTraceback (most recent call last):\n File \"/airbyte/integration_code/main.py\", line 13, in <module>\n launch(source, sys.argv[1:])\n File \"/usr/local/lib/python3.9/site-packages/airbyte_cdk/entrypoint.py\", line 127, in launch\n for message in source_entrypoint.run(parsed_args):\n File \"/usr/local/lib/python3.9/site-packages/airbyte_cdk/entrypoint.py\", line 118, in run\n for message in generator:\n File \"/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/abstract_source.py\", line 107, in read\n raise KeyError(\nKeyError: \"The requested stream ad_group_ad_report was not found in the source. Available streams: dict_keys(['ad_group_ads', 'ad_group_ad_labels', 'ad_groups', 'ad_group_labels', 'accounts', 'campaigns', 'campaign_labels', 'click_view'])\""
}
}