Source
The Source is the connector to external systems and outputs a record for downstream to process and push to OpenMetadata.Source API
Example
A simple example of this implementation can be found in our demo Custom Connector hereFor Consumers of Openmetadata-ingestion to define custom connectors in their own package with same namespace
As a consumer of Openmetadata-ingestion package, You can to add your custom connectors within the same namespace but in a different package repository. Here is the situation
Now Go to IDE and Project Settings in PyCharm, inside that go to project section, and select python interpreter, Select virtual environment created for the project as python interpreter
Now apply and okay that interpreter
