wjohnson/pyapacheatlas

BULK Upload Dashboard Lineage to Apache Atlas

Closed this issue · 2 comments

Just wanted to check if the template given below will work to upload dashboard details

https://github.com/wjohnson/pyapacheatlas/blob/master/samples/excel/excel_bulk_entities_upload.py

same as
DB,
rdbms_table,
rdbms_column
we have
Dashboard,
Charts,
Datasets

can the bulk upload be used to load this hierarchy of data

Hi, @APOTUC1B thank you for using PyApacheAtlas!

Yes, the template is general purpose so if you've already created Dashboard, Charts, and Datasets as well as relationships among them, you can use the Excel functionality.

If you have not already created these custom types, you may want to look at https://github.com/wjohnson/pyapacheatlas/blob/master/samples/CRUD/create_type_with_schema.py for an example that creates multiple types and connects them through relationships.

Closing as it's been over a month with no reply. Please feel free to reopen if you have additional questions.