Skip to content

Commit

Permalink
📚 Update all Python connectors READMEs with minimum required version (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
TymoshokDmytro authored Jun 2, 2021
1 parent cbf47ad commit a1035e0
Show file tree
Hide file tree
Showing 60 changed files with 114 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Exchangerates API as an example since it is both simple but demonstrates a lot o
* Docker
* NodeJS (only used to generate the connector). We'll remove the NodeJS dependency soon.

All the commands below assume that `python` points to a version of python >=3.7.9. On some systems, `python` points to a Python2 installation and `python3` points to Python3. If this is the case on your machine, substitute all `python` commands in this guide with `python3`.
All the commands below assume that `python` points to a version of python >=3.7.0. On some systems, `python` points to a Python2 installation and `python3` points to Python3. If this is the case on your machine, substitute all `python` commands in this guide with `python3`.

## Checklist
* Step 1: Create the source using the template
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ For information about how to use this connector within Airbyte, see [the documen
## Local development

### Prerequisites
* If you are using Python for connector development, minimal required version `= 3.7.0`
* Valid credentials (see the "Create credentials section for instructions)
TODO: _which languages and tools does a user need to develop on this connector? add them to the bullet list above_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the documen
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the documen
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the User Do
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the User Do
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the User Do
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
2 changes: 2 additions & 0 deletions airbyte-integrations/connectors/source-asana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the documen
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the User Do
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
2 changes: 2 additions & 0 deletions airbyte-integrations/connectors/source-drift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the documen
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the documen
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the User Do
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the documen
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
2 changes: 2 additions & 0 deletions airbyte-integrations/connectors/source-file/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ For information about how to use this connector within Airbyte, see [the documen

For this connector, you will need Rust, as it is a prerequisite for running `pip install cryptography`. You can do this with the recommended installation pattern noted [here](https://www.rust-lang.org/tools/install) on the Rust website.

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
2 changes: 2 additions & 0 deletions airbyte-integrations/connectors/source-freshdesk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the documen
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the User Do
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the User Do
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the User Do
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the documen
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the User Do
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the documen
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the documen
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the User Do
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
2 changes: 2 additions & 0 deletions airbyte-integrations/connectors/source-greenhouse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the documen
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
2 changes: 2 additions & 0 deletions airbyte-integrations/connectors/source-http-request/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the documen
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
2 changes: 2 additions & 0 deletions airbyte-integrations/connectors/source-hubspot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the documen
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
2 changes: 2 additions & 0 deletions airbyte-integrations/connectors/source-instagram/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the documen
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the User Do
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
2 changes: 2 additions & 0 deletions airbyte-integrations/connectors/source-iterable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the documen
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
2 changes: 2 additions & 0 deletions airbyte-integrations/connectors/source-jira/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the documen
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
2 changes: 2 additions & 0 deletions airbyte-integrations/connectors/source-klaviyo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the documen
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
2 changes: 2 additions & 0 deletions airbyte-integrations/connectors/source-looker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the documen
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
2 changes: 2 additions & 0 deletions airbyte-integrations/connectors/source-mailchimp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the documen
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the User Do
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the documen
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the User Do
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
2 changes: 2 additions & 0 deletions airbyte-integrations/connectors/source-pokeapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the documen
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the documen
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the User Do
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
2 changes: 2 additions & 0 deletions airbyte-integrations/connectors/source-recharge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the documen
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
2 changes: 2 additions & 0 deletions airbyte-integrations/connectors/source-recurly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the documen
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the User Do
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the documen
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ For information about how to use this connector within Airbyte, see [the documen
### Prerequisites
**To iterate on this connector, make sure to complete this prerequisites section.**

#### Minimum Python version required `= 3.7.0`

#### Build & Activate Virtual Environment and install dependencies
From this connector directory, create a virtual environment:
```
Expand Down
Loading

0 comments on commit a1035e0

Please sign in to comment.