1
0
mirror of synced 2025-12-23 03:47:05 -05:00
Commit Graph

100 Commits

Author SHA1 Message Date
Joe Reuter
42eff7a2d6 Source Slack: Convert to airbyte-lib (#34098) 2024-01-12 11:51:24 +01:00
Daryna Ishchenko
5d8a8943c4 Source Slack: merge changes after code freeze (#33421)
Co-authored-by: Roman Yermilov [GL] <86300758+roman-yermilov-gl@users.noreply.github.com>
Co-authored-by: Christo Grabowski <108154848+ChristoGrab@users.noreply.github.com>
Co-authored-by: Anatolii Yatsuk <35109939+tolik0@users.noreply.github.com>
Co-authored-by: Denys Davydov <davydov.den18@gmail.com>
2023-12-14 14:27:42 +02:00
Patrick Nilan
94abd2a411 Docs: Updates Slack Source Connector Docs (Removes inapp page, adds <HideInUI>, adds Limitations & Troubleshooting) (#32366) 2023-11-15 15:58:19 -06:00
Augustin
a41c4f5b3d Migrate connectors to use our python base image (Round 2) (#31599) 2023-10-19 17:58:45 +02:00
Ben Church
914206f165 Update slack to return empty iterable instead of a empty list (#31134)
Co-authored-by: Ella Rohm-Ensing <erohmensing@gmail.com>
2023-10-06 14:40:21 -07:00
Arsen Losenko
0183e3188f Source Slack: add suggested streams (#30580)
Co-authored-by: arsenlosenko <arsenlosenko@users.noreply.github.com>
2023-09-28 21:30:00 +03:00
Arsen Losenko
c07c003650 Source Slack: add default value for channel filters during discover (#30613) 2023-09-21 19:25:29 +03:00
Arsen Losenko
a499b096b4 Source Slack: use default availability strategy (#30570) 2023-09-20 16:44:46 +03:00
Arsen Losenko
1c2d7a1632 Source Slack: add unexpected fields (#30521) 2023-09-20 11:54:52 +03:00
Baz
5e2f16ecf1 🐛 Source Slack: fix lookback window value range limits (#26497) 2023-05-25 08:54:08 +03:00
Baz
a6dfbeb5f9 🐛 Source Slack: limit the lookback window range to prevent Overflow with dates (#26186) 2023-05-17 16:03:59 +03:00
Arsen Losenko
ed1a740595 Source Slack: Mark datefields in spec as dates (#22889)
* Source Slack: Mark datefields in spec as dates

* Update changelog

* Update Dockerfile

* auto-bump connector version

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-04-04 13:29:38 +03:00
Praty Sharma
0cf36ed5d3 Source Slack: Increase page_size/limit param for API calls (#24126)
* Update page size for slack requests to 999

Slack APIs are heavily rate limited, and this minor change improves the performance of this connector by 10x with no impact to quality.

* update page_size limit to 1000

* bump connector version

* 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>
2023-03-20 21:09:04 -03:00
Sophia Wiley
5512befeb1 Docs: updated links from .io to .com (#23652)
* updated links

* edited contributors link

* deleted line about CDK in docs
2023-03-06 17:27:55 +01:00
Ella Rohm-Ensing
0dd0bb3bc8 Publish connectors whose dockerfile versions were already updated (#23318)
* Update publish dates

* auto-bump connector version

* Update 3 connectors in definitions seed

* update specs with generateResources

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-02-22 11:51:34 -05:00
Denys Davydov
d22838056d Source Slack: high test strictness level (#21907)
* #19064 source Slack: high test strictness level

* Added test expected records

* Updated unit tests

* Bumped version

---------

Co-authored-by: Serhii Lazebnyi <serhii.lazebnyi@globallogic.com>
Co-authored-by: Serhii Lazebnyi <53845333+lazebnyi@users.noreply.github.com>
2023-01-30 22:42:52 +01:00
Ella Rohm-Ensing
b0c9f73e52 Turn off default httpavailabilitystrategy for source-slack (GA) (#22022)
* Turn off default for source-slack (GA)

* Update source.py

* Update slack.md

* auto-bump connector version

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-30 16:26:35 +00:00
Artem Inzhyyants
19b5375090 Source Slack: retry timeout error (#21321)
* Source Slack: retry timeout error

* Source Slack: update docs

* Source Slack: update retry

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-13 17:32:27 +00:00
Artem Inzhyyants
32f34b42df Source Slack: update schema; data from openapi spec (#20767)
* Source Slack: update schema; data from openapi spec

* Source Slack: Docs update

* Source Slack: Update schema

* Source Slack: Update schema (timestamp returned in POSIX time)

* Source Slack: Disable backward compatibility test for discovery

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-06 18:04:39 +00:00
Serhii Chvaliuk
764496e930 Source Slack - remove OAuth2.0 refresh_token (#19970)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
2022-12-02 14:37:53 +02:00
Arnaud Jeannin
0164355635 🎨 Add oss/cloud tags on doc for GA connectors (#19118)
* feat: add cloud and oss tags

* put headers back

* fix: rm prettier style

* fix: aws styles
2022-11-17 17:01:20 +01:00
Denys Davydov
10be7e2f84 Source Slack: certify to GA (#17315)
* #16068 Source Slack: certify to GA

* #16068

* #16068 source slack: fix expected records

* auto-bump connector version [ci skip]

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-09-28 15:21:39 +03:00
Yowan Ramchoreeter
4c8739c62c Added details on Refresh Token for Slack (#15995)
I added a link to the official Slack API where they talk about Refresh Token. This should give our customers enough insights on refresh tokens for Slack, if they choose to use them.
2022-08-29 10:12:46 -04:00
Denys Davydov
d7448f4f75 Source slack: unit tests (#16085)
* #15949 source slack: unit tests

* #15949 source slack: upd changelog

* auto-bump connector version [ci skip]

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-08-29 15:50:51 +03:00
Denys Davydov
bfc8249805 Source slack: fix integration tests (#16050)
* #9221 source slack: fix integration tests

* #9221 source slack: upd changelog

* #9221 source slack - remove channel messages from expected records

* auto-bump connector version [ci skip]

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-08-28 21:19:28 +03:00
Serhii Lazebnyi
dbf01fae9c Certification Q3: update docs typo (#15854)
* Update docs typo

* Update docs typo
2022-08-22 19:44:21 +02:00
Serhii Lazebnyi
9879a81d7f Updated docs to teamplate (#15842) 2022-08-22 15:47:13 +02:00
Topher Lubaway
9c6c092a22 Revert "Improving docusaurus sidebar generation (#1927) (#14369)" (#14596)
This reverts commit a2c194a11f.
2022-07-11 15:27:14 -05:00
Mykyta Serbynevskiy
a2c194a11f Improving docusaurus sidebar generation (#1927) (#14369)
* Improving docusaurus sidebar generation (#1927)

* Added "Career & open positions" folder to sidebar, adjusted "Project overview" folder

* Deleted "career-and-open-positions" folder from sidebar
2022-07-08 14:18:27 -05:00
Jared Rhizor
14dfc1d417 fix parentheses and info/warning/danger formatting in docs (#11981)
* fix parens

* fix formatting for hints

* remove hint from non-docusaurus or gitbook doc
2022-04-13 12:08:34 -07:00
Bo Lu
2b4ee63ade 🐛 Source slack: add channel_filter config var to improve sync performance (#11613) 2022-04-11 15:38:07 +02:00
Marcos Marx
40194c6155 🐛 Source Slack schema and retry function (#9575)
* remove datetime from bot-profile channel_msgs

* correct retry-after

* return retry-after

* bump connector version
2022-01-26 18:55:33 -03:00
Vadym
504580d833 Remove base-python gradle dependencies in connectors where base-python is not used (#7499)
* Remeve base-python references.

* Add requirements.txt

* Fix requirements.txt blank line

* Fix source-exchange rates to common CDK approach

* Fix source-smartsheets SAT.
Fix source-exchange-rates build.gradle.

* Bump docker version

* Update source-dixa SAT config

* Fix source-exchange-rates SAT config

* Revert bump scaffold sources version

* Fix source-shortio SAT config

* Fix source-square invalid_config.json

* Fix source-us-census invalid_config.json

* Fix source-intercom versioning
2021-11-10 13:12:29 +02:00
Abhi Vaidyanatha
ae32ecbb27 GitBook: [master] 186 pages and 77 assets modified 2021-10-08 21:17:47 +00:00
Yevhenii
00d56e7711 🎉 Source Slack: Implement OAuth support with OAuth authenticator (#6570)
* Source Slack: Implement OAuth support with OAuth authenticator
2021-10-07 14:01:15 +03:00
Serhii Lazebnyi
898e2c890c 🐛 Source Slack: Fix sync operations hang forever issue (#5830)
* Add user-defined backoff

* Update airbyte-integrations/connectors/source-slack/source_slack/source.py

* Bumped version

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2021-09-03 12:19:38 +03:00
Serhii Lazebnyi
ff70fd390e 🐛 Source Slack: Fix max retries issue (#5697)
* Increased max retries to 10

* Add docs

* Increased timeout seconds for acceptance tests

* Fixed for pass tests

* Updated to default backoff

* Add sample config
2021-08-31 13:43:09 +03:00
Serhii Lazebnyi
8488e9ff5d 🐛 Source Slack: Fix reading threads issue (#4860)
* Fixed reading threads issue

* Added filtering for threads stream

* Added acceptance test for threads stream

* Added integration dummy test

* Added requirements file

* Deleted version of airbyte-cdk

* Deleted validate_output_from_all_streams flag

* Deleted condition status code in backoff
2021-07-23 12:24:11 +03:00
Marcos Marx
b1107381b1 🐛 Source Slack: add float_ts field (#4683)
* rename float_ts to ts cursor_field

* add float_ts

* change float_ts to number

* change channel_msg

* bump version

* increase default timeout_seconds slack acc test

* timeout_seconds to 1750

* timeout_seconds to 3600 :p

* add changelog for slack connector
2021-07-14 18:24:08 -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
Davin Chia
42686add8a Release connectors with namespace change. (#2990)
Release all connectors affected by namespace change. Includes all JDBC sources and destinations.

Also add documentation for normalisation. Prerequisite to actually releasing 0.21.0-alpha.
2021-04-21 11:35:08 +08:00
Charles
c7281c05d4 fixes for slack and its docs (#2091) 2021-02-16 17:39:09 -08:00
John Lafleur
048ae65afe GitBook: [master] 2 pages modified 2021-02-16 05:44:13 +00:00
John Lafleur
46769b6f89 GitBook: [master] 112 pages modified 2021-02-15 19:56:10 +00:00
Charles
ef39db9c11 Saving Slack History Tutorial (part 1) (#1979) 2021-02-12 16:54:13 -08:00
John Lafleur
2acc3840d0 GitBook: [docs_feature_incremental] 33 pages modified (#1683)
Co-authored-by: John Lafleur <john@dataline.io>
2021-01-17 07:32:24 +11:00
John Lafleur
a293cf19a1 GitBook: [master] 3 pages modified 2021-01-07 02:58:42 +00:00
vitaliizazmic
8890e39340 #1376 - Slack incremental sync #1376 (#1535)
Co-authored-by: Sherif Nada <snadalive@gmail.com>
2021-01-06 17:14:50 -08:00
John Lafleur
3bf2f22f4d GitBook: [master] 73 pages and 211 assets modified 2020-12-08 03:22:37 +00:00
Sherif A. Nada
93ad0e9551 Add slack source (#1222)
Co-authored-by: ykurochkin <zhenia.kurochkin@gmail.com>
2020-12-06 13:17:18 -08:00