Conduit connector for .
A source connector pulls data from an external resource and pushes it to downstream resources via Conduit.
A destination connector pushes data from upstream resources to an external resource via Conduit.
- To install the required tools, run
make install-tools
. - To generate code (mocks, re-generate
connector.yaml
, update the README, etc.), runmake generate
.
Run make build
to build the connector.
Run make test
to run all the unit tests. Run make test-integration
to run
the integration tests.
The Docker compose file at test/docker-compose.yml
can be used to run the
required resource locally.
The release is done in two steps:
- Bump the version in connector.yaml. This can be done
with bump_version.sh script, e.g.
scripts/bump_version.sh 2.3.4
(2.3.4
is the new version and needs to be a valid semantic version). This will also automatically create a PR for the change. - Tag the connector, which will kick off a release. This can be done with tag.sh.
- Known issue A
- Limitation A
- Item A
- Item B