airbyte-source-convex 0.4.23__py3-none-any.whl → 0.4.24__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: airbyte-source-convex
3
- Version: 0.4.23
3
+ Version: 0.4.24
4
4
  Summary: Source implementation for Convex.
5
5
  Home-page: https://airbyte.com
6
6
  License: MIT
@@ -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.24.dist-info/METADATA,sha256=UxDNCiHwEWbRtv--RN8YvqfnpBTtRccU0hORa5nfbcs,5201
6
+ airbyte_source_convex-0.4.24.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
7
+ airbyte_source_convex-0.4.24.dist-info/entry_points.txt,sha256=bpRwIyH5YD6_9_szRISOplm5kfQ4CfW_ROvHg2fP2e0,55
8
+ airbyte_source_convex-0.4.24.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,,