1
0
mirror of synced 2026-01-06 15:03:36 -05:00
Files
airbyte/airbyte-integrations/connectors/source-google-analytics-v4/unit_tests/empty_response.json
Denis Davydov 291a86ee04 🐛 Source Google Analytics: Unit and Acceptance tests (#11512)
* #11477 source GA: fix stream slices and ubnormal state processing

* #11477 GA to beta: unit tests and SAT

* #11477 GA to beta: run black on master and merge into branch

* #11477 GA to beta: review fix

* Revert "#11477 GA to beta: run black on master and merge into branch"

This reverts commit b86fdc2cff.

* #11477 GA to beta: add changelog

* #11477 ga to beta: roll back to

* #11477 ga to beta: rm odd init

* #11477 ga to beta: rollback source definition

* #11477 ga to beta: upd source definition
2022-04-04 13:26:50 +03:00

26 lines
421 B
JSON

{
"reports": [
{
"columnHeader": {
"dimensions": ["ga:date"],
"metricHeader": {
"metricHeaderEntries": [
{
"name": "ga:14dayUsers",
"type": "INTEGER"
}
]
}
},
"data": {
"totals": [
{
"values": ["0"]
}
],
"isDataGolden": true
}
}
]
}