1
0
mirror of synced 2026-01-21 15:06:13 -05:00
Commit Graph

4 Commits

Author SHA1 Message Date
Jared Rhizor
73446b2f48 google analytics source + regex standard testing (#715)
* save GA state

* bugfix, documentation, ci creds

* fmt

* set up standard testing

* set up config for check

* oops

* fix path for standard tests

* add to registry

* add documentation and env var handling

* working with new standard source test

* send pageview on setup

* use file for tracker code

* add regexes

* add logging and remove intentionally failing test case

* fmt

* Update airbyte-integrations/bases/standard-source-test/src/main/java/io/airbyte/integrations/base/TestSource.java

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>

* Update airbyte-integrations/bases/standard-source-test/src/main/java/io/airbyte/integrations/base/TestSource.java

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>

* switch to start_date for connection test

* add comment and use future date

* use dashes for packages

* better way to call GA than hardcoded

* restructure for more consistent naming

* fmt

* update ordering

* fix dep from merge

* add regex tests to jdbc

* fmt

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2020-10-30 13:48:30 -07:00
Charles
2f238d6d35 read module env variables in main (#735) 2020-10-29 10:13:46 -07:00
Sherif A. Nada
6452b62dda avoid overloading env variable names (#734) 2020-10-28 23:57:49 -07:00
Charles
a0003dac82 Write python to implement standard source tests (#719) 2020-10-27 20:16:48 -07:00