Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 817 Bytes

DeclarativeFact.md

File metadata and controls

18 lines (13 loc) · 817 Bytes

DeclarativeFact

A dataset fact.

Properties

Name Type Description Notes
id str Fact ID.
source_column str A name of the source column in the table.
title str Fact title.
description str Fact description. [optional]
source_column_data_type str A type of the source column [optional]
tags [str] A list of tags. [optional]
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]