* Adds Inventory Items to the source-shopify connector
* fix: rather use updated_at as cursor
* docs: updates the shopify readme changelog
* fix: use Products parent stream to get the inventory item ids
fix: parse response as json object not array
* feat: get inventory items in 1 batch per Product
* fix: remove cusor_field property - already defined in parent
* other: bump shopify source version number anywhere I could find
* correct ci failure
Co-authored-by: Jonathan Irwin <jonoirwinrsa@gmail.com>
* feat: adds stream config for TicketMetricEvents
* other: bumps version numbers
* feat: adds ticket metric events schema file
* fix: sorts out a few small spelling mistakes
* fix: add generated_timestamp in place of updated_at
* fix: remove some extra spaces
* fix: use time instead of generated_timestamp as cursor
* docs: update zendesk support MD file
* fix: remove generated_timestamp refs from TicketMetricEvents
* bump connector version
* run seed config
Co-authored-by: Jonathan Irwin <jonoirwinrsa@gmail.com>
* Fixed schemas and ui issues
* Deleted anyOf structure from schema
* Updated PR number
* Added fields with static data types to cohort_members schema
* Add DefaultSchemaNormalization to Engage and CohortMembers streams
* Changed Transformer name
* Checkin specs
* Added milliseconds for date format for cursor
* Added milliseconds for date format for cursor
* Added milliseconds for date format for cursor
* updated documentation
* Fix postgres money type > 1000
* Convert money to double
* Bump source postgres version
* Do not bump version in seed yet
* Check type ignoring case
* Test insertion with currency symbol
* Test parsing money string method
* Add test case with currency symbol and negative values
* Update version date
* Bump seed version
* Set default end_date value
* Upd changelog
* Few updates
* Remove timeout_seconds from SAT config
* Add cursor_paths to SAT configuration
* After rebase fix
* Bump connector's version + update docs
Co-authored-by: oleh <lovemybeard@gmail.com>
* airbyte-8254 Source Postgres: views are not listed during schema discovery
* airbyte-8254 Source Postgres: views are not listed during schema discovery
* airbyte-8254 Source Postgres: views are not listed during schema discovery
* airbyte-8254 Remove GRANTEE and PRIVILEGE constants from AbstractJdbcSource.java
* airbyte-8254 Version bumped.
* airbyte-8254 Version bumped.
* airbyte-8254 Version bumped.
* 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>
* [6717] Add only encrypted version for the CockroachDb
* format
* Create custom docker for CockroachDB with SSL
* add custom docker + test
* enable container
* set Cockroach version and add container to integration test
* fix docker
* remove test
* fix version
* fix container instancing scope
* left only integration test
* remove ssl from expected spec
* fix urls
* clean import
* chang log + build
* Source-MySql: transform binary data base64 format, add integration tests
* Source-MySql: fix code style
* Source-MySql: bump versions
* Source-MySql: bump versions in source_specs.yaml
* Source-MySql: added test for stream with binary data for DestinationAbstractTest
* Source-MySql: added format
* add kinesis destination connector
* format code
* add javadoc and general documentation
* fix buffer bug and refactor code
* rename vars to common airbyte usage
* run format
* run format + seed file
* add eof
Co-authored-by: Marcos Marx <marcosmarxm@gmail.com>