Skip to content

Commit

Permalink
cull base-python and base-python-test (airbytehq#12596)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifnada authored May 5, 2022
1 parent 2119f4d commit cc46255
Show file tree
Hide file tree
Showing 76 changed files with 8 additions and 3,059 deletions.
2 changes: 1 addition & 1 deletion airbyte-cdk/python/docs/tutorials/http_api_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ Backoff policy options:
- `max_retries` Specifies maximum amount of retries for backoff policy (by default is 5)
- `raise_on_http_errors` If set to False, allows opting-out of raising HTTP code exception (by default is True)

There are many other customizable options - you can find them in the [`base_python.cdk.streams.http.HttpStream`](https://github.com/airbytehq/airbyte/blob/master/airbyte-integrations/bases/base-python/base_python/cdk/streams/http.py) class.
There are many other customizable options - you can find them in the [`airbyte_cdk.sources.streams.http.HttpStream`](https://github.com/airbytehq/airbyte/blob/master/airbyte-cdk/python/airbyte_cdk/sources/streams/http/http.py) class.

So in order to read data from the exchange rates API, we'll fill out the necessary information for the stream to do its work. First, we'll implement a basic read that just reads the last day's exchange rates, then we'll implement incremental sync using stream slicing.

Expand Down
3 changes: 0 additions & 3 deletions airbyte-cdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,4 @@
"sphinx-rtd-theme~=1.0",
],
},
entry_points={
"console_scripts": ["base-python=base_python.entrypoint:main"],
},
)
4 changes: 0 additions & 4 deletions airbyte-integrations/bases/base-python-test/.dockerignore

This file was deleted.

11 changes: 0 additions & 11 deletions airbyte-integrations/bases/base-python-test/Dockerfile

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions airbyte-integrations/bases/base-python-test/build.gradle

This file was deleted.

9 changes: 0 additions & 9 deletions airbyte-integrations/bases/base-python-test/main_dev.py

This file was deleted.

18 changes: 0 additions & 18 deletions airbyte-integrations/bases/base-python-test/readme.md

This file was deleted.

2 changes: 0 additions & 2 deletions airbyte-integrations/bases/base-python-test/requirements.txt

This file was deleted.

19 changes: 0 additions & 19 deletions airbyte-integrations/bases/base-python-test/setup.py

This file was deleted.

1 change: 0 additions & 1 deletion airbyte-integrations/bases/base-python/.dockerignore

This file was deleted.

18 changes: 0 additions & 18 deletions airbyte-integrations/bases/base-python/Dockerfile

This file was deleted.

41 changes: 0 additions & 41 deletions airbyte-integrations/bases/base-python/README.md

This file was deleted.

59 changes: 0 additions & 59 deletions airbyte-integrations/bases/base-python/base_python/__init__.py

This file was deleted.

Loading

0 comments on commit cc46255

Please sign in to comment.