* #12013 source GA to Beta: always sync data from two days ago
* #12013 GA to Beta: fix changelog
* #12013 source GA to Beta: rm odd file
* #12013 Source GA to Beta: comment out integration tests
* #12013 expose isDataGolden field, assume missing field equals False
* #12013 expose isDataGOlden flag: reword docs
* auto-bump connector version
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* #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
* Fix validation of unknown metric(s) or dimension(s) error and chenge spec values order
* Add unit test and docs to method
* Updated PR number
* Updated version
* Updated version
* Bumped docker version
* Fix code formation
* Fixed unit tests
* Bumped version in seeds and spec yaml
* Commented incremental tests to skip them in SAT
* limit the slice range with end_date
* added unit tests for stream_slices
* changed the connector version
* changed reason of the comment yml
* use freezgun in unit tests
* formatted code
* updated version in spec yaml
Co-authored-by: Auganbay <auganenu@gmail.com>
* Changed tests for `check_connection` method
* Start reading from the latest date-slice to check the reading permissions in `check_connection`
* Fetch records from start_date up to now for testing case
* Add minimal valid records into response_with_records.json
* Changed version of the connector
* formatted codes
* Override stream_slices in Test stream
* return list of date slices inline
* replace valiation msg to "Cannot retrieve data from that view ID"
* formatted code
* fixed error msg in unit tests
* changed version in seed/ yaml files
Co-authored-by: Auganbay <auganenu@gmail.com>
* Add Google Analytics v4 implementation
* Add docs and connector index
* Fix a broken link to Airbyte CDK
* Fix a broken link to source acceptance tests docs
* Add condition for a full refresh or incremental stream
* Add unit tests
* Fix formatting to flake8
* Updated to review
* Added logger for custom reports validation
* Add comments to code
* Updated to format