airbyte-source-iterable 0.5.2__py3-none-any.whl → 0.5.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {airbyte_source_iterable-0.5.2.dist-info → airbyte_source_iterable-0.5.3.dist-info}/METADATA +3 -3
- {airbyte_source_iterable-0.5.2.dist-info → airbyte_source_iterable-0.5.3.dist-info}/RECORD +4 -4
- {airbyte_source_iterable-0.5.2.dist-info → airbyte_source_iterable-0.5.3.dist-info}/WHEEL +0 -0
- {airbyte_source_iterable-0.5.2.dist-info → airbyte_source_iterable-0.5.3.dist-info}/entry_points.txt +0 -0
{airbyte_source_iterable-0.5.2.dist-info → airbyte_source_iterable-0.5.3.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: airbyte-source-iterable
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.3
|
4
4
|
Summary: Source implementation for Iterable.
|
5
5
|
Home-page: https://airbyte.com
|
6
6
|
License: MIT
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.9
|
13
13
|
Classifier: Programming Language :: Python :: 3.10
|
14
14
|
Classifier: Programming Language :: Python :: 3.11
|
15
|
-
Requires-Dist: airbyte-cdk (==0.
|
15
|
+
Requires-Dist: airbyte-cdk (==0.89.0)
|
16
16
|
Requires-Dist: pendulum (==2.1.2)
|
17
17
|
Requires-Dist: python-dateutil (==2.8.2)
|
18
18
|
Requires-Dist: requests (==2.31.0)
|
@@ -53,7 +53,7 @@ See `sample_files/sample_config.json` for a sample config file.
|
|
53
53
|
poetry run source-iterable spec
|
54
54
|
poetry run source-iterable check --config secrets/config.json
|
55
55
|
poetry run source-iterable discover --config secrets/config.json
|
56
|
-
poetry run source-iterable read --config secrets/config.json --catalog
|
56
|
+
poetry run source-iterable read --config secrets/config.json --catalog integration_tests/configured_catalog.json
|
57
57
|
```
|
58
58
|
|
59
59
|
### Running unit tests
|
@@ -25,7 +25,7 @@ source_iterable/source.py,sha256=AhZQ4L54VTo6jf2QltvFCqDNgqaPSEKCfR0GInCLEEc,453
|
|
25
25
|
source_iterable/spec.json,sha256=y5_YFTkPPtxjvzGtaZZql90Tc37fyZZpQKXFGPL_cYE,1009
|
26
26
|
source_iterable/streams.py,sha256=ZEC8IqBrTeD2oYOvLL51E62iOsIOK3jiTN7pLI-CwRs,19468
|
27
27
|
source_iterable/utils.py,sha256=2oM8AjBZXs9nTG_PhSWmxBWEmp-w-tWFaxQQvAfUuMM,649
|
28
|
-
airbyte_source_iterable-0.5.
|
29
|
-
airbyte_source_iterable-0.5.
|
30
|
-
airbyte_source_iterable-0.5.
|
31
|
-
airbyte_source_iterable-0.5.
|
28
|
+
airbyte_source_iterable-0.5.3.dist-info/METADATA,sha256=ig_iFX0XX3YedSEKYdYBOZ2SEDw40WBE6chKhI_rWww,5367
|
29
|
+
airbyte_source_iterable-0.5.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
30
|
+
airbyte_source_iterable-0.5.3.dist-info/entry_points.txt,sha256=pjzrNtsOX3jW37IK0U5pSmLiraiuLTPr5aB5-hBXpAo,59
|
31
|
+
airbyte_source_iterable-0.5.3.dist-info/RECORD,,
|
File without changes
|
{airbyte_source_iterable-0.5.2.dist-info → airbyte_source_iterable-0.5.3.dist-info}/entry_points.txt
RENAMED
File without changes
|