View on GitHub

lakeFS

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

CommitRecordCreation

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- commit_id | str | id of the commit record | version | int | version of the commit record | committer | str | committer of the commit record | message | str | message of the commit record | metarange_id | str | metarange_id of the commit record | creation_date | int | Unix Epoch in seconds | parents | [str] | parents of the commit record | generation | int | generation of the commit record | metadata | {str: (str,)} | metadata of the commit record | [optional] force | bool | | [optional] if omitted the server will use the default value of False 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]