Best practices for Data Lineage
Dataedo allows you to document the lineage of your data manually for various elements of your systems that were not imported automatically (such as tables or stored procedures). You can use manual objects to represent different elements of your information systems - application forms, APIs, files, sensors, etc. In this article, I will show you how you can document a web/application form as input of data into a table.
Create form object
First, we need to create a manual object that will represent a form:
- Create manual documentation that will represent your application/website.
- Create a manual procedure of the "Form" type.
- Define its fields as parameters (data type is optional).
- Save the new object.


Define Lineage and field mapping
Now that you have a form in your catalog, you can define its data lineage.
- Go to the Data Lineage tab.
- Add this form as Inflow of the Default process.
- Add the table that the form is writing to as Outflow (use the search option to find your table).
- In the Columns form, define field/column mapping (this step is optional).

