doc: improve doc on adding source (#4316)

This commit is contained in:
Aseem Bansal 2022-03-04 23:52:53 +05:30 committed by GitHub
parent a4c1d5d382
commit 182d4d1cd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,8 +51,7 @@ Tests go in the `tests` directory. We use the [pytest framework](https://pytest.
### 7. Write docs
Add the plugin to the table at the top of the README file, and add the source's documentation underneath the sources
header.
Add the plugin to the table under [CLI Sources List](../docs/cli.md#sources), and add the source's documentation underneath the [sources folder](https://github.com/linkedin/datahub/tree/master/metadata-ingestion/source_docs).
### 8. Add SQL Alchemy mapping (if applicable)