1
0
mirror of synced 2026-01-07 00:05:48 -05:00
Commit Graph

21 Commits

Author SHA1 Message Date
Artem Inzhyyants
7e232c5612 🚨🚨 Source Pipedrive: Remove followers_count field from Products stream (#27832)
* Source PipeDrive: update expected records

* Source PipeDrive: update `Products` schema

* Source PipeDrive: update docs

* Source Pipedrive: update docs

* Source Pipedrive: update test config

* Update acceptance-test-config.yml
2023-07-06 17:02:48 +02:00
Arsen Losenko
0a9860bf9b 🐛 Source Pipedrive: update expected records (#27967) 2023-07-05 15:33:02 +03:00
Roman Yermilov [GL]
9847aa4ed5 Source Pipedrive: fix expected records (#26892)
* Source Pipedrive: fix expected records

* Source Pipedrive: update schema, bump version
2023-06-02 21:57:29 +04:00
Serhii Chvaliuk
164d1c1d66 Source Pipedrive: handle missed cursor_field (#24282)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
2023-03-21 22:49:22 +02:00
Serhii Chvaliuk
0036de4a3e Source Pipedrive: Add 11 streams: ActivityTypes, Currencies, Files, Filters, LeadLabels, Notes, PermissionSets, Products, ProductFields, Roles, DealProducts (#23789)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
2023-03-09 14:54:17 +02:00
Serhii Chvaliuk
b0baa75e11 Source Pipedrive: disable oAuth (#23705)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
2023-03-03 20:07:06 +02:00
Serhii Chvaliuk
bd6e743abf Source Pipedrive: promote to cloud (#23539)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
2023-03-01 19:35:42 +02:00
Brian Lai
d0386249de bump notion, pipedrive, and pinterest to the latest CDK including per-stream changes (#16799) 2022-09-21 18:17:42 -05:00
Harshith Mullapudi
92c0530289 Harshith/test pr 12806 (#13082)
* 🐛 Source(Pipedrive): remove date-time format from schemas

Pipedrive doesn't work with ISO format of date times. Example of format by Pipedrive: 2020-04-15 12:58:48

* chore: update changelog

* chore: updated the source-pipedrive version

* chore: update seed file

Co-authored-by: Joël Luijmes <me@joell.dev>
2022-05-23 16:31:09 +05:30
Harshith Mullapudi
657839195f Harshith/testpr 11443 (#12867)
* add unit tests

* add streams to tests

* fix: version already exists

* chore: update seed file

Co-authored-by: itaseski <ivica.taseski@seavus.com>
Co-authored-by: itaseski <ivica.taseski94@gmail.com>
2022-05-16 19:25:12 +05:30
Ivica Taseski
68b51916f5 🎉 Source Pipedrive: 3 new streams DealFields, OrganizationFields, PersonFields. (#11870)
* add support for custom fields

* add spacing

* remove none primary key

* correct test

* format code

* correct schema

* bump connector version

* remove enum

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
2022-04-26 20:57:38 -03:00
Brian Leonard
c302af45ff Upgrade to Python 3.9 (#11763)
* Dockerfile to 3.9

* Python version

* More python updates

* 3.9 on GitHub actions and lint updates

* Test out 3.9.11 on GitHub actions

* install python with an action

* formatting: newline

* Also has python code

* only check first level for changed modules
Previous example (source-google-search-console/credentials)

* Test failure: there is no logger.trace
2022-04-11 20:51:37 -07:00
Iryna Grankova
62c3c4e93e Update fields in source-connectors specifications: mysql, onesignal, oracle, outreach, paystack, pipedrive, pokeapi (#8582)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>

Co-authored-by: Sergey Chvalyuk <grubberr@gmail.com>
Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2021-12-13 11:14:51 +02:00
Serhii Chvaliuk
d24d25f8bd 🎉 Pipedrive: extend schema for "persons" stream (#7875)
* extend schema for "persons" stream

Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
2021-11-17 17:07:22 +02:00
Dmytro
495202ebde Pipedrive oAuth support (#7968) 2021-11-15 16:51:48 +02:00
Arthur Galuza
99b1e91c65 🎉 Source Pipedrive: add oAuth support (#6821)
* Add oauth support

* Upd changelog

* Update airbyte-integrations/connectors/source-pipedrive/source_pipedrive/spec.json

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

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2021-10-12 09:45:46 +03:00
Arthur Galuza
6f4b5502d2 🐛 Source Pipedrive: Normalization Error Person Table: Invalid timestamp (#6441)
* Upd schema

* Bump
2021-09-29 16:11:44 +03:00
Dmytro
4fa05b7ef9 🎉 Pipedrive source: add organizations stream (#5943)
* Pipedrive source: add organizatins stream
2021-09-10 20:46:13 +03:00
Marcos Marx
ceb916d874 Source Pipedrive: correct schema removing timestamp from fields (#5642)
* update schema

* update docs and bump version

* rollback frontend change
2021-08-26 14:49:34 -03:00
Arthur Galuza
743a054140 Source Pipedrive: update money type to support floating point (#4912)
* Upd money type: prices can be with floating point

* Upd version in source definitions

* Add a stub integration test to bypass CI/CD test stage

* Remove validate_output_from_all_streams param from acceptance-test-config

* Upd pipedrive changelog
2021-07-23 17:28:45 +03:00
Vadym
24be682163 🎉 New source: Pipedrive connector (#4686)
* Add pipedrive source initial

* Add initial schemas.
Add MVP source implementation.

* Implement MVP streams

* Complete MVP streams implementation

* Apply schema format

* Add test creds

* Update streams.py
Fix schemas

* Update replication_start_date format.
Add extra pagination condition

* Refactor streams, remove unused classes.

* Add pipedrive.md docs file.
Add Pipedrive source definitions.

* Add json source definition.

* Update spec.json

* Add docs mentions throughout the project files
2021-07-19 15:08:23 +03:00