airbyte-source-convex 0.4.23__py3-none-any.whl → 0.4.25__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- {airbyte_source_convex-0.4.23.dist-info → airbyte_source_convex-0.4.25.dist-info}/METADATA +1 -1
- airbyte_source_convex-0.4.25.dist-info/RECORD +8 -0
- source_convex/source.py +2 -0
- airbyte_source_convex-0.4.23.dist-info/RECORD +0 -8
- {airbyte_source_convex-0.4.23.dist-info → airbyte_source_convex-0.4.25.dist-info}/WHEEL +0 -0
- {airbyte_source_convex-0.4.23.dist-info → airbyte_source_convex-0.4.25.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,8 @@
|
|
1
|
+
source_convex/__init__.py,sha256=T8ZCfUI3YTwNnVbF2QrCbi0VvbltBZDfzIIQqs2FNi8,124
|
2
|
+
source_convex/run.py,sha256=DhNog0Q8GE3ttxc-yYiuT-1NBe34IDG_Z78CvDDum9c,230
|
3
|
+
source_convex/source.py,sha256=qaevd0Ad3BRjy8OnUHhV9BseOmpzORqHnQ14fuqSe1Q,9349
|
4
|
+
source_convex/spec.yaml,sha256=B3bAQFg19q5SYtZJXg_X3Xzvh7zthE6Iyxvm5DwQUU0,616
|
5
|
+
airbyte_source_convex-0.4.25.dist-info/METADATA,sha256=L6NDqBPvh8WT8SKm-whd0kcY9IYRIflKB_ZxfBhqvZw,5201
|
6
|
+
airbyte_source_convex-0.4.25.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
7
|
+
airbyte_source_convex-0.4.25.dist-info/entry_points.txt,sha256=bpRwIyH5YD6_9_szRISOplm5kfQ4CfW_ROvHg2fP2e0,55
|
8
|
+
airbyte_source_convex-0.4.25.dist-info/RECORD,,
|
source_convex/source.py
CHANGED
@@ -8,12 +8,14 @@ from json import JSONDecodeError
|
|
8
8
|
from typing import Any, Dict, Iterable, Iterator, List, Mapping, MutableMapping, Optional, Tuple, TypedDict, cast
|
9
9
|
|
10
10
|
import requests
|
11
|
+
|
11
12
|
from airbyte_cdk.models import SyncMode
|
12
13
|
from airbyte_cdk.sources import AbstractSource
|
13
14
|
from airbyte_cdk.sources.streams import IncrementalMixin, Stream
|
14
15
|
from airbyte_cdk.sources.streams.http import HttpStream
|
15
16
|
from airbyte_cdk.sources.streams.http.requests_native_auth.token import TokenAuthenticator
|
16
17
|
|
18
|
+
|
17
19
|
ConvexConfig = TypedDict(
|
18
20
|
"ConvexConfig",
|
19
21
|
{
|
@@ -1,8 +0,0 @@
|
|
1
|
-
source_convex/__init__.py,sha256=T8ZCfUI3YTwNnVbF2QrCbi0VvbltBZDfzIIQqs2FNi8,124
|
2
|
-
source_convex/run.py,sha256=DhNog0Q8GE3ttxc-yYiuT-1NBe34IDG_Z78CvDDum9c,230
|
3
|
-
source_convex/source.py,sha256=6G90cvi7pp6Xzu8akY5Vsuse62h8d1IcMJh2KCqITaA,9347
|
4
|
-
source_convex/spec.yaml,sha256=B3bAQFg19q5SYtZJXg_X3Xzvh7zthE6Iyxvm5DwQUU0,616
|
5
|
-
airbyte_source_convex-0.4.23.dist-info/METADATA,sha256=zd1aBBi15Mv9H4guJ3sMqY0IjfGyN6dRB4JzC2RGdG0,5201
|
6
|
-
airbyte_source_convex-0.4.23.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
7
|
-
airbyte_source_convex-0.4.23.dist-info/entry_points.txt,sha256=bpRwIyH5YD6_9_szRISOplm5kfQ4CfW_ROvHg2fP2e0,55
|
8
|
-
airbyte_source_convex-0.4.23.dist-info/RECORD,,
|
File without changes
|
{airbyte_source_convex-0.4.23.dist-info → airbyte_source_convex-0.4.25.dist-info}/entry_points.txt
RENAMED
File without changes
|