* fix a few connectors with failing custom component unit tests
* fix outdated expected records
* make square orders stream incremental
* Updated square SAT and delete custom extractor for monday.
* Added allowedHosts
* Delete DpathStringExtractor from init
* Updated abnormal records
* bump versions of greenhouse, tempo, woocommerce, and zenloop to use beta low code version
* remove woocommerce because it's already published with beta
* add allowedHosts for tempo and zenloop
* fix abnormal state file to use created_at for some streams
* auto-bump connector version
* bump versions for square and monday
* auto-bump connector version
* auto-bump connector version
* manually update square definition generation due to failure
* auto-bump connector version
---------
Co-authored-by: Serhii Lazebnyi <serhii.lazebnyi@globallogic.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* Expected Records to `.jsonl` format
* fix formatting template
* remove endline
* update templates
* Update docs/connector-development/testing-connectors/source-acceptance-tests-reference.md
Co-authored-by: Pedro S. Lopez <pedroslopez@me.com>
Co-authored-by: Pedro S. Lopez <pedroslopez@me.com>
* fixed test which check incorrect cred config
* Added oauth2 authentication
* Added oauth creds
* fixed formatting
* added oauth2 spec section, added missing type hints
* Added java part of Square OAuth
* fixed checkstyle
* removed commented code
* added support for old format of spec.json files, updated change logs docs
* renamed spec property 'authentication' to default 'credentials'. fixed changes in java part
* recovered empty files
* updated OAuthImplementationFactory.java
* fixed issue with autheticator for sub streams, added config catalog with all streams, updated docs
* use advanced_auth
* added advanced_auth
* moved scopes to private property
* updated source version
* Revert "updated source version"
This reverts commit ce3d06165c.
* updated source version
* added new version for airbyte index
Co-authored-by: ievgeniit <etsybaev@gmail.com>
source-acceptance-test framework not longer required json_schema parameters
from catalog file. This parameter is verbose, makes reading config file
complicated and could be misleading when debugging acceptance test issues.
Co-authored-by: Dmytro Rezchykov <dmitry.rezchykov@zazmic.com>