Test It
In order to test your new connector you need to run make generate
from the project's root in order to generate the propert Python Classes from the JSON Schemas you created and modified.
Unit Tests
If you want to test the whole package you could always run the following commands from the project's root:
This could be slow and in order to iterate faster you could just run the tests you created for your connector by running pytest {path_to_your_tests}
.
Run the Connector from the CLI
In order to test the connector using the CLI you first need to have the OpenMetadata stack running locally. The easiest way to do is to check how to do it here.
With it up and running you can install the ingestion pacakge locally and use the CLI directly:
Run the Connector from the UI
In order to test the connector using the UI you first need to have the OpenMetadata stack running locally. The easiest way to do is to check how to do it here.
With it up and running you can configure the connector from the UI itself.
Next Step
Now that it's all working correctly, let's learn how to update the documentation for everyone else that will use the connector!
Update the DocumentationLearn how to create the documentation for your new Connector