1
0
mirror of synced 2026-01-01 09:02:59 -05:00
Commit Graph

1845 Commits

Author SHA1 Message Date
Evan Tahler
05c99c1693 Faker emits AirbyteEstimateTraceMessage (#19197)
* Faker emits `AirbyteEstimateTraceMessage`

* update pr

* fix SAT

* auto-bump connector version

Co-authored-by: alafanechere <augustin.lafanechere@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-15 15:58:22 -08:00
Sophia Wiley
5e2cea05f3 edited link (#19444) 2022-11-15 13:59:58 -05:00
Yowan Ramchoreeter
15c3d6253d Doc update: Read-only access should be sufficient (#19438) 2022-11-15 11:59:28 -05:00
Denys Davydov
217a651663 Source Salesforce: add more unsupported bulk entities, fix fallback to rest (#19286)
* #985 source salesforce: add more unsupported bulk entities, fix fallback to rest

* #985 source salesforce: upd changelog

* #985 source salesforce - add docstring for a test

* #985 source Salesforce: bump version

* #985 source salesforce: move SATs to high level strictness

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-15 13:40:27 +02:00
Serhii Chvaliuk
a3e83c306a Source Prestashop: Migrate connector from Alpha (Python) to Beta (YAML) (#18927)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
2022-11-15 08:39:25 +02:00
Sherif A. Nada
33575dff44 Fix datadog connector docs title 2022-11-14 22:22:51 -08:00
Balaji Seetharaman
4fbd061b2b 🎉 New Source: Aha (#18893)
* 🎉 New Source: Aha

* addressing the comments

* addressing review comments

* addressing review comments & removing newly added EoL

* fixing end of file line

* fixing end of file line

* including paginator

* Fixing the pagination issue

* Removing the contents from sample_config.json

* fix schema, tests and add aha to source def

* format files

* auto-bump connector version

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-14 23:44:58 -03:00
Haithem SOUALA
b690004d8e 🎉 New Source: Rocket.chat [low-code cdk] (#18635)
* init commit

* add streams

* add streams

* add streams

* add streams

* solve conflict doc

* solve doc conflict

* updates to connector

* Update acceptance-test-config.yml

* Revert "Update acceptance-test-config.yml"

This reverts commit e79ea7c7db984b3abaf7686627b34f18ea42b526.

* solve source def conflict

* solve spec conflict

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
Co-authored-by: Vincent Koc <25068+koconder@users.noreply.github.com>
2022-11-14 21:43:19 -03:00
Haithem SOUALA
c064db8ddf 🎉 New Source: getLago [low-code cdk] (#18727)
* initial commit

* add docs

* add doc

* lint

* add getlago to source def

* generate source spec

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
2022-11-14 21:34:08 -03:00
Pierre Kerschgens
fae29ee2ab 🐛 Source Salesforce: Use Apparent Encoding (#19294)
* fix: prefer response body encoding over header encoding

* bump: source-salesforce version

* Update salesforce.md

* auto-bump connector version

Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-14 13:42:33 -05:00
Mahdi Dibaiee
44ac470d28 Google Sheets: add row_id to rows and use as primary key (#19215)
* source-google-sheets: add row_id to rows and use as primary key

* Update Dockerfile

* Update google-sheets.md

* Update Dockerfile

* Update google-sheets.md

* auto-bump connector version

Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-14 13:42:00 -05:00
Ivica Taseski
a2d24b5abf 🎉 New Source: Dynamodb (#18750)
* dynamodb source connector

* code cleanup

* code cleanup

* add date type filtering

* add doc

* revert integer schema primitive

* add dynamodb to source def

* auto-bump connector version

Co-authored-by: itaseski <itaseski@debian-BULLSEYE-live-builder-AMD64>
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2022-11-14 12:21:50 -03:00
Jared Rhizor
dffbeb3d20 🎉 New Source: RSS [Python CDK] (#18838)
* add source-rss

* update tests

* add docs

* fix doc link

* changes to pass tests

* update catalog

* Update test_streams.py

* fix time zone issue

* update source def

* auto-bump connector version

Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2022-11-14 10:51:18 -03:00
danilo-dti
7ca371b26d 🎉 New Source: Microsoft Dataverse [python cdk] (#18646)
* Connector files

* Add test files

* Add integration test config files

* Multiple changes to make it on Airbyte standards

* Cleaning up

* More clean ups

* More clean ups

* Removed max pages

* Remove unused variable

* Correctly separating Full refresh and incremental

* Removed unused variables

* Fix full_refresh class

* Better code for creating stream classes

* Fixing review comments

* Update docs and Enum class

* Update type conversion function

* Fix enum class and update docs

* Update discover

* Implemented some unit tests

* Update discover

* Update test_source

* Increase discovery test timeout

* Update configured_catalog

* Fix default_cursor_field

* Adding final unit tests

* Update spec: set client_id and tenant_id as secrets

* Update discover to deal with Lookup and Picklist types

* Fix Lookup data type conversion

* add microsoft dataverse to source def

* run format

* auto-bump connector version

Co-authored-by: Marcelo Pio de Castro <marcelopiocastro@gmail.com>
Co-authored-by: daniloss99 <danilosiqueira99@gmail.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-14 09:02:05 -03:00
Subodh Kant Chaturvedi
5d2011d065 mysql-source:tinyint-unsigned should not be identified as boolean (#18956)
* mysql-source:tinyint-unsigned should not be identified as boolean

* upgrade version

* fix encrypted spec

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-14 17:10:49 +05:30
Haithem SOUALA
30d2621b86 🎉 New Source - Intruder [low-code cdk] (#18668)
* initial commit

* fix schema

* lint

* add docs

* add pagination

* add pagination

* add intruder to source def

* readd ip2whois

* add intruder to source def

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
2022-11-14 08:05:39 -03:00
Denys Davydov
8ff8bece02 Source Tempo: migrate to lowcode + certify to beta (#18936)
* #18682 source tempo: migrate to lowcode + certify to beta

* #18936 source tempo: upd changelog

* #18682 source tempo: fix yaml

* #18682 source tempo: rm redundant config

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-14 10:53:47 +02:00
Elliot T
ebeef48295 🎉 New Source: Workramp (#18843)
* configure connector

* add docs

* add streams

* update PR number

* add workramp to source def

* auto-bump connector version

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2022-11-13 21:31:54 -03:00
Elliot T
b5fd338b95 🎉 New Source: Vitally (#18545)
* create source boilerplate

* add account filter

* add enum list

* add documentation

* edit doc url

* add organizations stream

* update PR number

* update tests

* add vitally to source def

* auto-bump connector version

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-13 21:31:30 -03:00
Cirdes
0c31fd7ca2 🎉 New Source: Mailersend [low-code CDK] (#18669)
* New source Mailersend

* first review

* trying to add stream_slicer

* change spec.yml

* add streamslicer

* Update spec.yaml

* add mailersend to source def

* auto-bump connector version

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-13 20:52:31 -03:00
Haithem SOUALA
316cd68301 🎉 New Source - Vantage [low-code cdk] (#18665)
* init commit

* add streams

* add docs

* test push:

* add vantage to source def

* generate source spec

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
2022-11-13 19:52:00 -03:00
Dainius Salkauskas
9a12c747e9 🎉 New Source: SmartEngage [low-code cdk] (#18701)
* Init source smartengage

* Added titles in spec.yaml

* Formatting

* Updated PR information

* Added stream slicing

* Removed unnecessary requester definition

* add smartengage to source def

* run format

* auto-bump connector version

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-13 19:35:16 -03:00
Josix
07af2ff4bf 🎉 New Source: ClickUp (#17770)
* feat(connectors): add source clickup api template

* feat(connectors/clickup-api): add /user and /team endpoint configs

* docs(clickup-connectors): add clickup source doc

* feat: add tasks stream and list stream to ClickUp API

* feat: add space stream and folder stream to clikcup api

* feat: update acceptance-test-config.yml w/ version in 0.2.12

459856b73c/airbyte-integrations/bases/source-acceptance-test (migrating-acceptance-test-configyml-to-latest-configuration-format)

* docs: add descripiton for optional configs fields

* fix: fix list.json schema

* fix: add ignore_fields to ignore changing value in full_refresh of acceptance-tests

* add clickup to source def

* auto-bump connector version

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2022-11-13 17:41:23 -03:00
Evgeny Seleznev
705dd3e988 🎉 New Source - Xero [python cdk] (#18666)
* xero connector 0.1.0

* docs and stuff

* CR fixes: added sample_config.json and removed ununsed catalog.json

* CR fixes: added unit test for parse_date

* CR: typo fixed

* add xero to source def

* correct tests

* update accpt test

* correct abnormal state file

* auto-bump connector version

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2022-11-11 17:41:38 -03:00
Johan Hammarstedt
27b33d890d 🎉 New Source: DataScope [low-code cdk] (#18725)
* adding datascope connector

* fixing tests

* fixing readme

* cleanup

* adding incremental streams

* correct tests

* fixing non incremental streams

* dropping incremental for some streams

* update date cursor for incremental

* rename parameters

* correct integrqation test files

* remove files

* update start date example

* add datascope to source def

* add eof

* auto-bump connector version

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-11 15:08:43 -03:00
Denys Davydov
745affbb7b Source Freshdesk: do not call response.json() inside should_retry (#19349)
* #1006 source freshdesk: do not call response.json() inside should_retry

* #1006 source freshdesk: upd changelog

* run code format

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-11 16:13:44 +02:00
Sid Lais
9eee819d5b 🎉 New Source: SAP Fieldglass [low-code cdk] (#18656)
* Generated boilerplate

* Connector woring in sandbox

* Connector working with 1 record from stream

* Sample state

* Added docs

* Revert "Added docs"

This reverts commit 413dedff6d8eced2c6c07bf3aa849eb6dce5b30a.

* Added docs finally

* Updated config

* Fixed data.json and cleaned some files

* Changed name from sap to sap-fieldglass and fixed test errors

* Re-added Primary key for future use

* Removed primary key as test failed

* Update settings.json

Fixed formating

* add sap fieldglass to source def

* auto-bump connector version

* remove oss_catalog.json

* revert change to linting file

* run format

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2022-11-10 22:46:50 -03:00
Akash Kulkarni
cbb2e986fb Set app_id in snowflake source connector based on oss/cloud (#19314)
* Set app_id in snowflake source connector based on oss/cloud

Set app_id in snowflake source connector based on

* Bump version + docs

* auto-bump connector version

* Formatting

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-10 17:24:10 -08:00
Haithem SOUALA
fbaa501410 🎉 New Source: Statuspage.io [low-code cdk] (#18664)
* initial commit

* add docs

* lint

* add statuspage to source def

* add error handle too many request

* generate source spec

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2022-11-10 21:44:50 -03:00
Akash Kulkarni
d2d5419306 Bump up snowflake source version (#19319)
* Bump up snowflake source version

Changes were made in this PR to fix a bug when new data is inserted at the same time the sync starts. However, they were never published

https://github.com/airbytehq/airbyte/pull/15535

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-10 15:59:12 -08:00
Haithem SOUALA
0c36df05ae 🎉 New Source: Sendinblue [low-code cdk] (#18771)
* init commit

* solve conflict doc

* solve conflict source def

* solve conflict source spec

* regenerate source spec seed file

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
2022-11-10 20:23:01 -03:00
Marcos Marx
9ccc7db3cc 🎉 New Source: Toggl (#19307)
* init commit

* clean schema

* add streams

* add docs

* start and end date mandatory

* fix doc

* add toggl to source def

* generate source seed

Co-authored-by: Haithem SOUALA <haithem.souala@woopit.fr>
Co-authored-by: Haithem SOUALA <75131226+haithem-souala@users.noreply.github.com>
2022-11-10 18:40:56 -03:00
Evan Tahler
bfdba6c377 Fix events and workflow_runs datetimes in source-github (#19299)
* Fix events and workflow_runs datetimes in `source-github`

* add PR number

* whitespace

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-10 12:54:58 -08:00
Xabier Lahuerta Vazquez
c2cd11ddff 🎉 New Source: Newsdata [low-code CDK] (#18576)
* Initial Newsdata source connector implementation

* Update docs, source_definitions and upload icon

* Set single input for `sources` stream

* Remove unused definition

* Update `spec.yaml` config

* Support Pagination

* Remove `is_free_tier`, because as of now, dynamic `page_size` is not supported

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2022-11-10 17:28:21 -03:00
Haithem SOUALA
842a2e685d 🎉 New Source: Configcat [low-code cdk] (#18649)
* init commit

* add streams

* fix tests

* init commit

* add streams

* add docs

* lint

* add configcat to source def

* correct test acceptance test file

* run spec seed config

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
2022-11-10 16:51:21 -03:00
Tyler B
524e2744be Add specifics for files stored in Google Drive (#19292)
The URL for Google Drive cannot be the URL used for sharing and must be reformatted to work
2022-11-10 13:42:32 -05:00
Elliot T
69ac9b023c 🎉 New Source: Reply.io (#18844)
* configure connector

* add docs

* update PR number

* update acceptance tests

* add reply.io to source def

* add error handler and backoff strategy

* auto-bump connector version

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-10 14:55:20 -03:00
Xabier Lahuerta Vazquez
45ad415a83 🎉 New Source: Pocket [low-code CDK] (#18655)
* Pocket Source Connector initial implementation

* Update changelog with PR id

* Style fixes & bootstrap.md

* Delete abnormal_state.json

* Update setup.py

* Update invalid_config.json

* Delete sample_state.json

* Update retrieve.json

* Update acceptance.py

* Rename Pocket Extractor test

* Add `schema_loader` as a workaround to prevent `EmptySchemaLoader`

* auto-bump connector version

Co-authored-by: Vincent Koc <koconder@users.noreply.github.com>
Co-authored-by: Vincent Koc <koconder@gmail.com>
Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-10 12:38:42 -05:00
robgleason
7546450cfe 🎉 New Source: Weatherstack [python cdk] (#16473)
* Added Source Weatherstack

* Clean Code. Took out TODO's.

* Added link to get API key

* Remade check_connection and added Constants

* Added WeatherStack to source_definitions and updated Catalog.json

* deleted configured_catalog.json (not in use)

* Revert "deleted configured_catalog.json (not in use)"

This reverts commit 1b40726335.

* chore: revert change

* chore: format and lint

* chore: attempt to patch unit tests

* Added Classes for Unit tests

* chore: fix coverage

* chore: fix unit tests for weatherstream

* chore: fix weather stack unittests

* chore: fix unittests fr weatherstack

* Added schemas to catalogue

* Update setup.py

* Update build.gradle

* Delete sample_state.json

* support for various account types

* Update source.py

* Delete .dccache

* Update source_definitions.yaml

* Update source_specs.yaml

Co-authored-by: Vincent Koc <koconder@users.noreply.github.com>
Co-authored-by: Vincent Koc <koconder@gmail.com>
Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
2022-11-10 12:38:22 -05:00
Noel Jacob
22f03e31a8 🎉 New Source: PyPI [low-code cdk] (#18632)
* PyPI (#11)

* Init

* Update acceptance-test-config.yml

* Update

* Update acceptance-test-config.yml

* Add requested changes and docs

* Update acceptance.py

* Update acceptance-test-config.yml

* Update setup.py

* fix EOFL

* Update README.md

* Update README.md

* changes to pass tests

* Update source_definitions.yaml

* Update source_specs.yaml

Co-authored-by: Vincent Koc <koconder@users.noreply.github.com>
Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
2022-11-10 12:37:42 -05:00
Filipp Balakin
9630633ef7 🚨🚨 Source Jira: add UserGroupsDetailed schema, fix Incremental normalization, add Incremental IssueComments, IssueWorklogs (#18901)
* Add UserGroupsDetailed schema, fix Incremental normalization, add Incremental support for IssueComments, IssueWorklogs

* update docs, version, specs and definitions

* revert requested changes

* bump version label

* fix pk

* add missing primarykey

* disable backwards compatibility test for 0.3.0

* fix

* disable compat test for discovery

* bump connector version
2022-11-10 12:37:01 -05:00
Elliot T
c755439513 🎉 New source: Gong (#18819)
* create boilerplate

* configure streams

* add docs

* edit schemas

* add gong to source def

* add gong to source def

* auto-bump connector version

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2022-11-10 12:30:03 -03:00
Arsen Losenko
244d6d9a63 Source Google Ads: add TypeTransformer to force proper type casting (#19208)
* Source Google Ads: add TypeTransformer to force proper type casting

* Update changelog

* Speciy TypeTransformer only to Campaigns stream

* auto-bump connector version

Co-authored-by: Serhii Lazebnyi <53845333+lazebnyi@users.noreply.github.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-10 15:39:54 +01:00
Serhii Chvaliuk
fce9184d86 Source File: using AirbyteConnectionStatus for "check" command instead of Exception (#19222) 2022-11-10 14:22:52 +01:00
Serhii Chvaliuk
e8f725325c amazon-ads.md updated (#19202)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
2022-11-10 12:51:44 +02:00
Xabier Lahuerta Vazquez
b70b6ecf53 🎉 New Source: New York Times [low-code cdk] (#18746)
* Initial implementation: Support for `archive` stream

* Added support for `most_popular` streams (emailed, shared, viewed)

* Add `expected_records.txt` for acceptance tests

* Added Documentation

* Updated changelog with PR id

* Add support for incremental syncs

* Reduce size and remove most_popular streams from expected_records.txt

* Remove `expected_records.txt`

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2022-11-10 07:09:08 -03:00
VitaliiMaltsev
c72b75e608 Postgres/MySQL Source Strict Encrypt: stop enforce SSL if ssl mode disabled (#19025)
* Postgres/MySQL Source Strict Encrypt: stop enforce SSL if ssl mode disabled

* fixed checkstyle

* updated changelog

* add tests

* replaced MySQL test to mysql-strict-encrypt module

* fixed Connection Refused for mysql test

* replaced Postgres Source strict-encrypt tests into new class

* bump version

* auto-bump connector version

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-10 00:59:18 +02:00
Johan Hammarstedt
f050abc30a 🎉New Source: Postmarkapp (#18820)
* added WIP connector Postmarkapp

* pagination fix

* fixing tests

* fixing records

* fixing tests

* correct source def

* correct build.md

* run format

* update doc

* auto-bump connector version

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2022-11-09 18:06:16 -03:00
akashpatl
e20773d4e0 🎉 New Source: Younium [python cdk] (#18758)
* add younium source along with documentation

* add documentationUrl

* remove newlines eof

* remove additional newlines

* remove TODO file

* add titles to all params in spec.yaml

* add younium to source def

* run format

* auto-bump connector version

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-09 17:35:45 -03:00
Andreas Nigg
c8a00ead6c 🎉 New Source: Senseforce (#18775)
* feat: initial commit source senseforce

This commit is the initial commit to the senseforce.io source.
It contains the auto-generated lowcode CDK source connector files
as well as the spec definition of the connector.

Not working yet.

* feat: stream slicing and incremental sync [pass]

This commit adds the stream slicing and incremental sync feature.

This commit passes all configured acceptance tests.

* docs: Update documentation

* change: remove unused schema readme

* change: remove catalog.json from integration_tests

* add senseforce to source def

* run format

* correct tests

* auto-bump connector version

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-09 16:48:50 -03:00