Hi guys, is there any possible way to add somethin...
# ingestion
b
Hi guys, is there any possible way to add something to the documentation of DataHub? I would like to help and add some data on how to ingest data via the JSON Files. (e.g. MlModels, ect.) I would also like to add example calls on graphql. Would that we helpful?
teamwork 1
s
yes we welcome all contributions. #contribute channel is usually better for this purpose On your local machine to build and run docs you can use these commands after going through above docs
Copy code
./gradlew :docs-website:yarnLintFix :docs-website:build -x :metadata-ingestion:runPreFlightScript
./gradlew :docs-website:serve