# DbtColumnLineageEdgesInner
## Properties
**from_asset_path** | **String** | |
**from_column** | **String** | |
**to_asset_path** | **String** | |
**to_column** | **String** | |
**kind** | **String** | dbt's own word for how the value travelled — `copy` (passthrough) or `mod` (transformed). Not an enum: the engine treats the set as open. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)