octavia-bot-hoard[bot]
85e9e9bedf
🐙 source-github: run up-to-date pipeline [2025-12-02] ( #70286 )
...
Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
2025-12-01 22:10:24 -08:00
octavia-bot-hoard[bot]
f78eae601e
🐙 source-github: run up-to-date pipeline [2025-11-25] ( #69887 )
...
Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
2025-11-24 20:14:55 -08:00
Aaron ("AJ") Steers
ea5e3ebc4c
Add OpenAPI spec URLs to 12 certified API source connectors ( #69784 )
...
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2025-11-20 14:28:10 -08:00
Aaron ("AJ") Steers
a7be6e6a0f
chore: Sort externalDocumentationUrls by type then title (do not merge) ( #69742 )
...
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2025-11-18 21:51:00 -08:00
Aaron ("AJ") Steers
d9b08c06d9
feat: Add API release history URLs to 44 certified connectors ( #69741 )
...
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2025-11-18 20:20:34 -08:00
Aaron ("AJ") Steers
798ce535b5
feat: Add external documentation URLs to Group E source connectors (source-facebook-pages through source-gong) ( #69732 )
...
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2025-11-18 18:02:56 -08:00
octavia-bot-hoard[bot]
7f7d0133ec
🐙 source-github: run up-to-date pipeline [2025-11-18] ( #69421 )
...
Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
2025-11-17 20:11:33 -08:00
octavia-bot-hoard[bot]
41b56f686f
🐙 source-github: run up-to-date pipeline [2025-11-11] ( #69271 )
...
Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
2025-11-11 01:10:45 -05:00
octavia-bot-hoard[bot]
21e74a3eb7
🐙 source-github: run up-to-date pipeline [2025-11-04] ( #69002 )
...
Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
2025-11-04 01:11:05 -05:00
David Gold
64f1ea20dc
chore(source-github): Upgrade to Python 3.13 ( #68637 )
...
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2025-10-29 15:43:14 -07:00
devin-ai-integration[bot]
667b2b6361
fix(source-github): Normalize reaction field names for Avro/Parquet compatibility (do not merge) ( #68095 )
...
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Patrick Nilan <nilan.patrick@gmail.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com >
2025-10-22 09:16:14 -07:00
octavia-bot-hoard[bot]
1b98407558
🐙 source-github: run up-to-date pipeline [2025-10-21] ( #68332 )
...
Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
2025-10-21 12:32:02 -04:00
octavia-bot[bot]
9b68e052e7
🐙 source-github: release 1.9.1 ( #68197 )
...
The release candidate version 1.9.1-rc.1 has been deemed stable and is
now ready to be promoted to an official release (1.9.1). This PR will be
automatically merged as part of the `auto-merge` workflow. This workflow
runs every 2 hours.
> [!IMPORTANT]
> **Auto-merge enabled.**
>
> _This PR is set to merge automatically when all requirements are met._
Co-authored-by: octavia-bot[bot] <108746235+octavia-bot[bot]@users.noreply.github.com>
2025-10-20 14:09:33 -04:00
Brian Lai
262018744a
fix(source-github): Graceful error handling of invalid credentials when running all sync operations ( #67584 )
...
Fixes: https://github.com/airbytehq/airbyte-internal-issues/issues/14576
## What
We had a previous swarm issue that ended up being a customer
misconfiguration due to expired or invalid creds. That being said, the
error message was particularly unhelpful w/ a bunch of python stack
traces. This replace that with far more useful information:
```
{"type":"CONNECTION_STATUS","connectionStatus":{"status":"FAILED","message":"'Github credentials have expired or changed, please review your credentials and re-authenticate or renew your access token.'"}}
```
## How
The main thing to call out here is that we want to get in the habit of
using our dedicated `HttpClient` which gives us better error handling
and just default behavior as a whole instead of using the `requests`
library. Otherwise the rest is pretty straightforward
## Review guide
nah
## User Impact
none
## Can this PR be safely reverted and rolled back?
- [x] YES 💚
- [ ] NO ❌
2025-10-13 16:13:18 -07:00
Daryna Ishchenko
f934265355
feat(source-github): promote 1.9.0-rc.1 to main version ( #67708 )
...
## What
<!--
* Describe what the change is solving. Link all GitHub issues related to
this change.
-->
## How
<!--
* Describe how code changes achieve the solution.
-->
## Review guide
<!--
1. `x.py`
2. `y.py`
-->
## User Impact
<!--
* What is the end result perceived by the user?
* If there are negative side effects, please list them.
-->
## Can this PR be safely reverted and rolled back?
<!--
* If unsure, leave it blank.
-->
- [ ] YES 💚
- [ ] NO ❌
2025-10-13 17:37:53 +03:00
Daryna Ishchenko
7e5c616453
fix(source-github): fix min time to wait on token rate limits ( #67589 )
...
## What
there is an issue while processing min time to wait on token rate
limits:
.seconds - returns positive value
fixed to
.total_seconds() - returns both negative and positive values. (negative
when reset time for token is older then datetime now)
## How
<!--
* Describe how code changes achieve the solution.
-->
## Review guide
<!--
1. `x.py`
2. `y.py`
-->
## User Impact
<!--
* What is the end result perceived by the user?
* If there are negative side effects, please list them.
-->
## Can this PR be safely reverted and rolled back?
<!--
* If unsure, leave it blank.
-->
- [ ] YES 💚
- [ ] NO ❌
2025-10-09 16:29:34 +03:00
Daryna Ishchenko
c628d28c7d
fix(source-github): fix datetime converting in workflows stream ( #67026 )
...
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com >
2025-10-03 16:51:41 +03:00
Daryna Ishchenko
8bfaa23b2f
chore(source-github) update to airbyte cdk v7 ( #66736 )
2025-10-02 13:29:00 +03:00
octavia-bot-hoard[bot]
5652fa45ba
🐙 source-github: run up-to-date pipeline [2025-09-30] ( #66166 )
...
Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
2025-09-30 08:22:45 -04:00
Airbyte
678df3ede9
🐙 source-github: run up-to-date pipeline [2025-09-09] ( #66065 )
2025-09-09 12:15:48 -04:00
Airbyte
daaac3f1b4
🐙 source-github: run up-to-date pipeline [2025-08-23] ( #65375 )
2025-08-23 16:10:54 -04:00
Airbyte
f45b8c88cb
🐙 source-github: run up-to-date pipeline [2025-08-16] ( #64982 )
2025-08-16 20:06:19 +02:00
Airbyte
7c11533657
🐙 source-github: run up-to-date pipeline [2025-08-09] ( #64580 )
2025-08-09 16:08:26 +02:00
Airbyte
dcba2ebe6d
🐙 source-github: run up-to-date pipeline [2025-08-02] ( #64231 )
2025-08-02 16:09:25 +02:00
Airbyte
5702a00912
🐙 source-github: run up-to-date pipeline [2025-07-26] ( #63810 )
2025-07-26 16:10:10 +02:00
Charles
50a97db804
chore: migrate connectors from MIT to ELv2 ( #63723 )
2025-07-22 14:26:58 -07:00
Airbyte
f5526b0f4a
🐙 source-github: run up-to-date pipeline [2025-07-19] ( #63520 )
2025-07-19 20:07:01 +02:00
Airbyte
67fe5bbe61
🐙 source-github: run up-to-date pipeline [2025-07-12] ( #63158 )
2025-07-12 15:08:26 -07:00
Airbyte
80157bc957
🐙 source-github: run up-to-date pipeline [2025-07-05] ( #62666 )
2025-07-05 11:11:37 -07:00
Airbyte
694b131092
🐙 source-github: run up-to-date pipeline [2025-06-28] ( #62166 )
2025-06-28 09:19:09 -07:00
Aldo Gonzalez
19243f4d28
bug(source-github): problem getting author for contributor_activity stream ( #62054 )
2025-06-25 16:27:38 -06:00
Aldo Gonzalez
9e6a874144
bug(source-github): fix case when repository is empty ( #61742 )
2025-06-23 14:41:42 -06:00
Airbyte
fee557e286
🐙 source-github: run up-to-date pipeline [2025-06-21] ( #61857 )
2025-06-21 13:07:09 -07:00
Airbyte
6b298250c3
🐙 source-github: run up-to-date pipeline [2025-06-15] ( #61603 )
2025-06-16 11:41:48 -07:00
Airbyte
8047197e55
🐙 source-github: run up-to-date pipeline [2025-06-07] ( #54931 )
...
Co-authored-by: David Gold <32782137+dbgold17@users.noreply.github.com >
2025-06-09 12:40:28 -07:00
devin-ai-integration[bot]
74e610c8ea
Update pytest to version 8.0+ across all packages ( #54708 )
...
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: natik@airbyte.io <natik@airbyte.io >
Co-authored-by: Natik Gadzhi <natik@respawn.io >
2025-02-28 15:12:54 -08:00
Airbyte
4ca7249eb4
🐙 source-github: run up-to-date pipeline [2025-02-22] ( #54404 )
2025-02-23 00:08:49 +02:00
Airbyte
a121413dec
🐙 source-github: run up-to-date pipeline [2025-02-15] ( #53703 )
2025-02-18 08:05:31 +02:00
devin-ai-integration[bot]
ed19a158c4
chore: standardize Poe tasks configuration across all connectors ( #53233 )
...
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Aaron <AJ> Steers <aj@airbyte.io >
2025-02-07 15:26:48 -08:00
Airbyte
7288e93be0
🐙 source-github: run up-to-date pipeline [2025-02-01] ( #52875 )
2025-02-01 22:14:09 +02:00
Airbyte
3b4fbf0934
🐙 source-github: run up-to-date pipeline [2025-01-25] ( #52364 )
2025-01-26 00:22:41 +02:00
Airbyte
2ecebe281e
🐙 source-github: run up-to-date pipeline [2025-01-18] ( #51666 )
2025-01-18 18:13:09 +02:00
Airbyte
d652ebdd1a
🐙 source-github: run up-to-date pipeline [2025-01-11] ( #51130 )
2025-01-11 18:12:34 +02:00
Airbyte
dff4f602fa
🐙 source-github: run up-to-date pipeline [2025-01-04] ( #50517 )
2025-01-04 18:10:57 +02:00
Airbyte
ea9aaac886
🐙 source-github: run up-to-date pipeline [2024-12-21] ( #50055 )
2024-12-21 18:12:55 +02:00
Aaron ("AJ") Steers
83ecbe0fc3
CI: apply pre-commit format fix from #49806 ( #49852 )
2024-12-18 14:05:43 -08:00
Airbyte
cb765a7a21
🐙 source-github: run up-to-date pipeline [2024-12-14] ( #49178 )
2024-12-14 18:14:50 +02:00
Airbyte
ba8c097204
🐙 source-github: run up-to-date pipeline [2024-11-25] ( #48631 )
2024-11-25 14:14:41 +02:00
Airbyte
5193a10fc8
🐙 source-github: run up-to-date pipeline [2024-11-05] ( #48318 )
2024-11-05 06:10:32 +02:00
Airbyte
bb48c1c7e4
🐙 source-github: run up-to-date pipeline [2024-10-28] ( #47051 )
2024-10-28 18:14:53 +02:00