Skip to content

Commit ed03d4e

Browse files
source-easypromos contribution from parthiv11 (#47209)
Co-authored-by: Marcos Marx <[email protected]>
1 parent 7c7e830 commit ed03d4e

File tree

6 files changed

+885
-0
lines changed

6 files changed

+885
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Easypromos
2+
This directory contains the manifest-only connector for `source-easypromos`.
3+
4+
Airbyte connector for Easypromos enables seamless data extraction from Easypromos, an online platform for running contests, giveaways, and promotions. It facilitates automatic syncing of participant information, promotion performance, and engagement metrics into data warehouses, streamlining analytics and reporting. This integration helps businesses easily analyze campaign data and optimize marketing strategies
5+
6+
## Usage
7+
There are multiple ways to use this connector:
8+
- You can use this connector as any other connector in Airbyte Marketplace.
9+
- You can load this connector in `pyairbyte` using `get_source`!
10+
- You can open this connector in Connector Builder, edit it, and publish to your workspaces.
11+
12+
Please refer to the manifest-only connector documentation for more details.
13+
14+
## Local Development
15+
We recommend you use the Connector Builder to edit this connector.
16+
17+
But, if you want to develop this connector locally, you can use the following steps.
18+
19+
### Environment Setup
20+
You will need `airbyte-ci` installed. You can find the documentation [here](airbyte-ci).
21+
22+
### Build
23+
This will create a dev image (`source-easypromos:dev`) that you can use to test the connector locally.
24+
```bash
25+
airbyte-ci connectors --name=source-easypromos build
26+
```
27+
28+
### Test
29+
This will run the acceptance tests for the connector.
30+
```bash
31+
airbyte-ci connectors --name=source-easypromos test
32+
```
33+
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-easypromos: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)