Skip to content

Commit

Permalink
source-* (Airbyte imports): patch default timeout into requests package
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Bair committed Feb 11, 2025
1 parent 3124907 commit b03b02c
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions source-airtable/source_airtable/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import estuary_cdk.pydantic_polyfill # Must be first.
import estuary_cdk.requests_session_send_patch # Must be second.

import asyncio
from estuary_cdk import shim_airbyte_cdk, flow
Expand Down
1 change: 1 addition & 0 deletions source-asana/source_asana/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import estuary_cdk.pydantic_polyfill # Must be first.
import estuary_cdk.requests_session_send_patch # Must be second.

import asyncio
from estuary_cdk import shim_airbyte_cdk, flow
Expand Down
1 change: 1 addition & 0 deletions source-brevo/source_brevo/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import estuary_cdk.pydantic_polyfill # Must be first.
import estuary_cdk.requests_session_send_patch # Must be second.

import asyncio

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import estuary_cdk.pydantic_polyfill # Must be first.
import estuary_cdk.requests_session_send_patch # Must be second.

import asyncio
from estuary_cdk import shim_airbyte_cdk, flow
Expand Down
1 change: 1 addition & 0 deletions source-google-ads/source_google_ads/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import estuary_cdk.pydantic_polyfill # Must be first.
import estuary_cdk.requests_session_send_patch # Must be second.

import asyncio
from estuary_cdk import shim_airbyte_cdk, flow
Expand Down
1 change: 1 addition & 0 deletions source-hubspot/source_hubspot/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import estuary_cdk.pydantic_polyfill # Must be first.
import estuary_cdk.requests_session_send_patch # Must be second.

import asyncio
import urllib
Expand Down
1 change: 1 addition & 0 deletions source-iterable/source_iterable/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import estuary_cdk.pydantic_polyfill # Must be first.
import estuary_cdk.requests_session_send_patch # Must be second.

import asyncio
import urllib
Expand Down
1 change: 1 addition & 0 deletions source-jira-native/source_jira_native/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import estuary_cdk.pydantic_polyfill # Must be first.
import estuary_cdk.requests_session_send_patch # Must be second.

import asyncio
import urllib
Expand Down
1 change: 1 addition & 0 deletions source-klaviyo/source_klaviyo/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import estuary_cdk.pydantic_polyfill # Must be first.
import estuary_cdk.requests_session_send_patch # Must be second.

import asyncio
import urllib
Expand Down
1 change: 1 addition & 0 deletions source-linkedin-ads-v2/source_linkedin_ads_v2/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import estuary_cdk.pydantic_polyfill # Must be first.
import estuary_cdk.requests_session_send_patch # Must be second.

import asyncio
import urllib
Expand Down
1 change: 1 addition & 0 deletions source-linkedin-pages/source_linkedin_pages/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import estuary_cdk.pydantic_polyfill # Must be first. # noqa
import estuary_cdk.requests_session_send_patch # Must be second.

import asyncio
from estuary_cdk import shim_airbyte_cdk, flow
Expand Down
1 change: 1 addition & 0 deletions source-mixpanel-native/source_mixpanel_native/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import estuary_cdk.pydantic_polyfill # Must be first.
import estuary_cdk.requests_session_send_patch # Must be second.

import asyncio
import urllib
Expand Down
1 change: 1 addition & 0 deletions source-recharge/source_recharge/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import estuary_cdk.pydantic_polyfill # Must be first.
import estuary_cdk.requests_session_send_patch # Must be second.

import asyncio
import urllib
Expand Down
1 change: 1 addition & 0 deletions source-twilio/source_twilio/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import estuary_cdk.pydantic_polyfill # Must be first.
import estuary_cdk.requests_session_send_patch # Must be second.

import asyncio
import urllib
Expand Down
1 change: 1 addition & 0 deletions source-zendesk-support/source_zendesk_support/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import estuary_cdk.pydantic_polyfill # Must be first.
import estuary_cdk.requests_session_send_patch # Must be second.

import asyncio
import json
Expand Down

0 comments on commit b03b02c

Please sign in to comment.