Skip to content

Commit f813e93

Browse files
source-ezofficeinventory contribution from pabloescoder (#45590)
Co-authored-by: Octavia Squidington III <[email protected]>
1 parent b17df3f commit f813e93

File tree

6 files changed

+4266
-0
lines changed

6 files changed

+4266
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# EZOfficeInventory
2+
This directory contains the manifest-only connector for `source-ezofficeinventory`.
3+
https://ezo.io/ezofficeinventory/
4+
5+
## Documentation reference:
6+
Visit https://ezo.io/ezofficeinventory/developers/ for API documentation
7+
8+
## Authentication setup
9+
`source-ezofficeinventory` uses API Key authentication. <br />
10+
API Access is disabled by default. <br />
11+
Enable API Access in Settings > Integrations > API Integration and click on Update to generate a new access token
12+
13+
## Usage
14+
There are multiple ways to use this connector:
15+
- You can use this connector as any other connector in Airbyte Marketplace.
16+
- You can load this connector in `pyairbyte` using `get_source`!
17+
- You can open this connector in Connector Builder, edit it, and publish to your workspaces.
18+
19+
Please refer to the manifest-only connector documentation for more details.
20+
21+
## Local Development
22+
We recommend you use the Connector Builder to edit this connector.
23+
24+
But, if you want to develop this connector locally, you can use the following steps.
25+
26+
### Environment Setup
27+
You will need `airbyte-ci` installed. You can find the documentation [here](https://github.com/airbytehq/airbyte/blob/master/airbyte-ci/connectors/pipelines/README.md).
28+
29+
### Build
30+
This will create a dev image (`source-ezofficeinventory:dev`) that you can use to test the connector locally.
31+
```bash
32+
airbyte-ci connectors --name=source-ezofficeinventory build
33+
```
34+
35+
### Test
36+
This will run the acceptance tests for the connector.
37+
```bash
38+
airbyte-ci connectors --name=source-ezofficeinventory test
39+
```
40+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# See [Connector Acceptance Tests](https://docs.airbyte.com/connector-development/testing-connectors/connector-acceptance-tests-reference)
2+
# for more information about how to configure these tests
3+
connector_image: airbyte/source-ezofficeinventory:dev
4+
acceptance_tests:
5+
spec:
6+
tests:
7+
- spec_path: "manifest.yaml"
8+
connection:
9+
bypass_reason: "This is a builder contribution, and we do not have secrets at this time"
10+
discovery:
11+
bypass_reason: "This is a builder contribution, and we do not have secrets at this time"
12+
basic_read:
13+
bypass_reason: "This is a builder contribution, and we do not have secrets at this time"
14+
incremental:
15+
bypass_reason: "This is a builder contribution, and we do not have secrets at this time"
16+
full_refresh:
17+
bypass_reason: "This is a builder contribution, and we do not have secrets at this time"
Loading

0 commit comments

Comments
 (0)