View on GitHub

lakeFS

lakeFS - Data version control for your data lake | Git for data

ImportLocation

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- type | str | Path type, can either be 'common_prefix' or 'object' | path | str | A source location to a 'common_prefix' or to a single object. Must match the lakeFS installation blockstore type. | destination | str | Destination for the imported objects on the branch. Must be a relative path to the branch. If the type is an 'object', the destination is the exact object name under the branch. If the type is a 'common_prefix', the destination is the prefix under the branch. | any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional]

[Back to Model list] [Back to API list] [Back to README]