DAGWorks Tracking Adapter
Connecting with the Hosted Hamilton UI on DAGWorks takes the form of an adapter that forms a plug-in addition to the Hamilton Driver. The Hamilton driver accepts adapters, so adding in DAGWorks, allows you to run your Hamilton dataflows as usual, while also logging/tracking them with DAGWorks. You can import the adapter as follows:project_id
project_id
int
Project ID from the UI. Project must already be created.api_key
api_key
str
API key from the UI.username
username
str
Login from the API — full email.dag_name
dag_name
str
Name corresponding to the project version. See data model for more details on how this is used.tags
tags
Dict[str, str]
Tags for locating in the UI/metadata that you can use to store information and filter runs/versions.