1
0
mirror of synced 2025-12-22 03:21:25 -05:00
Commit Graph

31012 Commits

Author SHA1 Message Date
John Lafleur
166d81d8df Update README.md 2021-05-28 09:08:34 +11:00
John Lafleur
e41473e3ff Update SUMMARY.md 2021-05-28 09:06:50 +11:00
John Lafleur
78cd1386f1 Update and rename founding-developer-advocate.md to founding-developer-evangelist.md 2021-05-28 09:05:47 +11:00
Christophe Duong
e239afa637 Tweak webbackend API to handle operations with connections (#3585) 2021-05-27 15:04:13 +02:00
John Lafleur
a0a6d02824 Update asana.md 2021-05-27 16:38:23 +11:00
John Lafleur
a9003aa739 Update platform.md 2021-05-27 16:37:29 +11:00
Jared Rhizor
377c1a2222 Bump version: 0.24.1-alpha → 0.24.2-alpha (#3652) 2021-05-26 16:16:52 -07:00
Phlair
44b8d93e1f 🎉 fix for filenames too long in local Win deployment (#3625)
* fix for filenames too long in local Win deployment

* added Azure Blob Storage capability to files source

* azure blob storage files source connector

* Revert "fix for filenames too long in local Win deployment"

This reverts commit 5a36b979bf.

* Revert "azure blob storage files source connector"

This reverts commit a76130f487.

* Revert "Revert "fix for filenames too long in local Win deployment""

This reverts commit 473ef8be1c.

Co-authored-by: George Claireaux <george.claireaux@effem.com>
2021-05-26 18:35:14 -03:00
oleh.zorenko
5aa03643cf Update source-exchange-rates connector (#3566) 2021-05-26 21:59:42 +03:00
Marcos Marx
c9a6c1e90a Add troubleshooting mac m1 deploy (#3601)
* add troubleshooting mac m1 deploy

* correct grammar mistakes

* update desc about issue

* correct grammar
2021-05-26 09:44:27 -03:00
Sherif A. Nada
bc1be1cb89 add tempo to connector catalog (#3612) 2021-05-25 20:10:27 -07:00
John Lafleur
aa82b81ab2 Update connectors.md 2021-05-26 14:05:18 +11:00
John Lafleur
e392c8ad0b Update platform.md 2021-05-26 13:38:13 +11:00
Davin Chia
56f2958b74 Bump version: 0.24.0-alpha → 0.24.1-alpha (#3609) 2021-05-26 09:40:31 +08:00
Sherif A. Nada
c49f08ba89 Add Tempo connector to connector catalog 2021-05-25 18:12:06 -07:00
Charles
aa6afb7282 Checkpointing: Worker use destination (instead of source) for state (#3290)
* Migrate BufferedStreamConsumer users (e.g. all JDBC destinations, MeiliSearch) (#3473)

* Add checkpointing test cases in Acceptance Tests (#3473)

* Add testing for emitting state in Destination Standard Test (#3546)

* Migrate BQ to support checkpointing (#3546)

* Migrate copy destinations support checkpointing (#3547)

* Checkpointing: Migrate CSV and JSON destinations (#3551)
2021-05-25 16:47:40 -07:00
Jared Rhizor
374f63f91a Bump version: 0.23.0-alpha → 0.24.0-alpha (#3593) 2021-05-25 11:08:23 -07:00
oleh.zorenko
61cb866faa Fix typo in docs/integrations/sources/asana.md (#3589) 2021-05-25 20:10:30 +03:00
oleh.zorenko
c8711abbd6 🎉 New Source: Asana (#3510)
* Asana source

* Fix creds for CI.

* Update connection status in acceptance test config

Change status from `exception` to `failed`.

* Implement change request.

Remove few files from /integration_tests folder.
Use `stream_slices` and/or `request_params` functions instear of `read_records` function

* Update sample_config.json file.

* Update airbyte-integrations/connectors/source-asana/CHANGELOG.md

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

* Update `stream_slices` using.

Create reneric `read_stream` function in AsanaStream class and move there logic from `stream_slices` function.

* Rename functions.

rename `read_stream` to `read_slices_from_records`.

* Changes about publishing.

Add asana source to `source_definitions.yaml`.
Add `asana.svg`.
Create connector related file in `STANDARD_SOURCE_DEFINITION` folder.

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2021-05-25 18:55:46 +03:00
Marcos Marx
7d5e2ca6b8 Remove note and improve Airflow Tutorial (#3548)
* remove note and improve docs

* change abhi comments and remove other changes

* remove microsoft team icon change

* remove change from microsoft-icon
2021-05-24 19:08:37 -03:00
Subodh Kant Chaturvedi
7ccc4fafe8 🎉 source: implementation for mysql cdc (#3505)
* source: implementation for mysql cdc

* add target file and position

* dont want to add file in this PR

* refine tests + add comments

* fix typo

* address review comments

* fix formatting error

* resolve conflicts

* update docs + bump docker minor version

* remove un-necessary new lines + add multiple checks for cdc

* address review comments from Davin

* increase the version in source_definitions.yaml

* rebuild seed
2021-05-25 00:31:57 +05:30
Marcos Marx
df3d37650d correct smarthsheet markdown (#3568) 2021-05-24 15:19:33 -03:00
John Lafleur
e563936c2c Updated description of Clickhouse source connector (#3556)
* Updated description of Clickhouse source connector

The first sentence of the overview seemed to indicate it only supported Full Refresh, while it supports both full refresh and incremental

* Update clickhouse.md

* Update clickhouse.md
2021-05-24 20:26:52 +11:00
Abhi Vaidyanatha
3fbb38273a Further clarify confusion between where to run deployment commands when setting up SSH tunnels. (#3537)
Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
2021-05-21 16:06:46 -07:00
Abhi Vaidyanatha
38249f9170 Update CDC docs with link to demo video (#3524)
* Update CDC docs with link to demo video.

* Replace backslashes because I'm silly.

Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
2021-05-21 15:57:51 -07:00
Christophe Duong
8862fba1bb 🎉 Avoid dbt runtime exception "maximum recursion depth exceeded" in ephemeral materialization
* Create new test_ephemeral and refactor with test_normalization

* Add notes in docs

* Refactor common normalization tests into DbtIntegrationTest

* Bumpversion of normalization image
2021-05-21 18:07:20 +02:00
Sherif A. Nada
2b93e2b022 update link to SAT test cases (#3516) 2021-05-20 14:31:48 -07:00
Yevhenii
3647c3cf1d 🎉 New Source: Recharge (#3466)
* Recharge Connector: Full Refresh add Incremental syncs, Acceptance tests, docs

Co-authored-by: ykurochkin <y.kurochkin@zazmic.com>
2021-05-20 14:45:52 +03:00
Vadym
f9feb2e903 🎉 Source Slack bugfix: don't overwrite thread_ts in threads stream (#3483)
* setup.py install_requirements updated

* setup.py formatting fix.
slack.md docks update.

* Bump source-slack-singer docker version
2021-05-20 12:38:05 +03:00
Abhi Vaidyanatha
3095c2dc0e Fix class name in the CDK speedrun doc. (#3502)
Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
2021-05-20 00:36:33 -07:00
Eugene Kulak
d2eb5c0564 🎉 New Source: Klaviyo (#3463)
* Klaviyo source

* add test creds

* format and docs

* remove accidentally committed files

* fix build

* format

* restore page size

* add creds to CI

* update configured_catalog.json

* register in default sources

* fix spec

* Update airbyte-integrations/connectors/source-klaviyo/source_klaviyo/source.py

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

* address comments from @sherifnada

* dump spec and enable spec test

* fix acceptance-test-config.yml

* fix configured_catalog.json

* fix configured_catalog.json

Co-authored-by: Eugene Kulak <kulak.eugene@gmail.com>
Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2021-05-19 18:36:09 -04:00
John Lafleur
dd3dd0d9f9 Update connectors.md 2021-05-20 04:34:26 +11:00
Sherif A. Nada
c80cd6f4f7 Add MSSQL to summary.md (#3492) 2021-05-19 10:15:55 -07:00
John Lafleur
c1918d1937 Update connectors.md 2021-05-19 17:07:33 +11:00
John Lafleur
76468f7ebc Update platform.md 2021-05-19 17:01:48 +11:00
Abhi Vaidyanatha
60c0ef5eb2 Fix speedrun tutorial link. (#3480)
Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
2021-05-19 16:48:03 +11:00
Davin Chia
714ec15fc0 Bump version: 0.22.3-alpha → 0.23.0-alpha (#3479) 2021-05-19 10:20:23 +08:00
Charles
1ff934d8a5 add docs on how to access pg db (#3424) 2021-05-18 15:41:44 -07:00
Charles
40e45d75f5 Update docs on namespaces and databases (#3420) 2021-05-18 15:40:30 -07:00
Sherif A. Nada
137845a28e rename toy connector tutorial to "Build a connector the hard way" (#3421) 2021-05-17 13:31:25 -07:00
Sherif A. Nada
6beb4eb7e7 add npm install before all npm run generates' (#3442) 2021-05-17 09:39:37 -07:00
Christophe Duong
083aebcbcb Workflow to handle operations (custom transformation) (#3379)
* Keep normalization backward compatible with old settings from destination

* Bumpversion normalization image
2021-05-17 18:08:27 +02:00
masonwheeler
a67c769980 MS SQL Server Destination implementation
Fixes issue #613.

Normalization is not yet enabled.  This will have to be added at a later point.
2021-05-17 09:54:52 -06:00
Marcos Marx
a18b0e80d0 GitBook: [master] 161 pages and 75 assets modified 2021-05-16 22:51:02 +00:00
Marcos Marx
18c1d6eb1b Add section Deploy Local on Windows (#3425)
* add deploy on windows steps

* correct minor

* change suggestions by @avaidyanatha
2021-05-16 19:44:27 -03:00
Abhi Vaidyanatha
576d932ddb Add a CDK speedrun tutorial doc (#3403)
* Add CDK Speedrun document.

* Finish speedrun doc.

* Address review comments

* Add to SUMMARY.md

Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
2021-05-14 16:43:34 -07:00
Davin Chia
fbbd25069c Correct GA readme error. (#3407) 2021-05-14 09:58:18 +08:00
Abhi Vaidyanatha
ea1d4f3ea5 Add updated architecture diagram to high level docs. (#3399)
* Add updated architecture doc to high level docs.

* Address review comments

Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
2021-05-13 18:03:01 -07:00
Yevhenii
d44fc16e65 Source Stripe: Add Acceptance Tests to Stripe Connector (#3367)
* Add Acceptance Tests to Stripe Connector

* move configured_catalog.json to sample_files

* bump version

Co-authored-by: ykurochkin <y.kurochkin@zazmic.com>
2021-05-13 18:40:24 +03:00
Subodh Kant Chaturvedi
69125cfbeb source: clickhouse setup docs (#3375)
* clickhouse source setup docs

* fix typo

* address review comment
2021-05-13 13:35:10 +05:30