Response with the schema columns of the target schema type
The response for a failed request.
The response for a forbidden request.
from cognite.client.data_classes import TransformationDestination columns = client.transformations.schema.retrieve(destination = TransformationDestination.assets())
{- "items": [
- {
- "name": "string",
- "sqlType": "string",
- "type": {
- "type": "string"
}, - "nullable": true
}
]
}