1
0
mirror of synced 2026-01-05 12:05:28 -05:00
Commit Graph

4 Commits

Author SHA1 Message Date
Pedro S. Lopez
938436bcc9 update connector specs and definitions with new .com documentation urls (#17585)
* update definitions with new .com docs urls

* update docs urls in specs

* update generators

* regenerate scaffold connectors

* remove unrelated changes

* update more urls

* update specs

* fix tests

* run `:airbyte-config:specs:generateSeedConnectorSpecs` to fix formatting

* revert docs changes to make pr more reviewable

* revert generator readme changes to make more reviewable

* fix mysql strict encrypt expected spec

* fix postgres expected spec
2022-10-11 11:04:23 -04:00
Alexandre Girard
330a19654f migrate sentry to config-based cdk (#15345)
* events and projects

* done minus pagination

* handle single records

* pagination

* bump min cdk version

* start on unit tests

* Update more unit tests

* Handle extracting no records from root

* additionalProperties=true

* handle empty streams

* skip backward compatibility tests

* check on project_detail

* remove unit tests

* handle missing keys

* delete stream classes

* record extractor interface

* dpath extractor

* docstring

* handle extract root array

* Use dpath extractor

* Revert "Merge branch 'alex/selectNoRecords' into alex/configbased-sentry"

This reverts commit bad4dd7919, reversing
changes made to d9252ae257.

* reset to master

* reset to master

* reset to master

* enable backward compatibility test

* bump cdk version

* reset

* Update airbyte-integrations/connectors/source-sentry/source_sentry/sentry.yaml

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

* Use paginator

* fix pagination

* bump version

* auto-bump connector version [ci skip]

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-08-11 19:33:37 -07:00
ycherniaiev
d1966e0ebd Update fields in source-connectors specifications: sentry, shortio, surveymonkey, tempo, trello, us-census (#8628) 2021-12-28 17:25:20 +02:00
Koji Matsumoto
c689594069 🎉 New Source: Sentry (#6975)
* add Events, Issues, ProjectDetail stream

* add P/R number

* add SUMMARY entry

* add docs/integrations/README.md entry

* add source_definitions.yaml entry

* add connector JSON definition

* add builds.md entry

* SentryStream keeps primary_key

* add Projects stream

* change stream for connection checking

* handling errors with try-catch in next_page_token function

* remove required key field from schemas

* remove DEFAULT_HOST

* raise error if link header don't have mandatory field

* fix unit test for streams

* update cursor for pagination

* add docs to each endpoint

* add hostname property to invalid_config

* fix schema

* add hostname to sample_config
2021-11-02 19:41:27 +05:30