windmill-api 1.811.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# DbtColumnLineageEdgesInner

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)