Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 250 Bytes

READ-ME.md

File metadata and controls

9 lines (5 loc) · 250 Bytes

Create dbt entity types (dbt_application and dbt_process) :

'''python create_dbt_entity_types.py'''

Run pulsar consumer with docker to send events to atlas :

'''docker build -t consumer .'''

'''docker run --name lineage-consumer consumer'''