Hi, just curious is it okay to contribute more hel...
# contribute-code
w
Hi, just curious is it okay to contribute more helper function to metadata-ingestion/src/datahub/ingestion/graph/client.py ? I am currently looking to add those
Copy code
get_container_properties
get_dataset_key
Use case: To extract information / validation of existence on Datahub before ingesting anything related to that urn. Looking forward to your advice. Thanks!
i
Hello Aezo 👋 we welcome all contributions! If I understand correctly you want to extend the graph client to retrieve container_properties & dataset_key so that on your custom you can decide whether to ingest or not?
plus1 1
w
Yes correct. I think its quite a common use case. That I will like to share with the community. In our use case, we only ingest ownership / tags etc. Only if the dataset / container exist in Datahub already. Let me know if there is a easier way to do this too! I am still new to Datahub! Thanks!