Name of the database to connect to, optional as this value is usually specified in the data source object.
Reference to the data source object this item belongs to.
Default value to use for "Refresh Data" setting for visualizations created using this item, expressed in minutes (e.g. 1440 = 1 day). A value of N means that whenever the visualization requests data, the engine will return data found in the cache if it's not older than N minutes -this means, if the engine fetched it from the datasource no more than N minutes before-. If not set it will use the default value set in the data source object.
Description of this data source item.
Disables automatic date type inference for SQLite columns.
When set to true, columns that would normally be promoted to date/datetime types
(both ISO string patterns and Unix epoch seconds) will remain as their raw types (String or Number).
Defaults to null, which leaves inference enabled.
The value that identifies this item in the data source, it might be for example the name of the schema concatenated with the table name.
Configures if the "Process Data on Server" option is turned on for this item (table or view), defaults to "true"
The subtitle of the data source, if not null will be displayed to users instead of connection information like host and database name.
Name of the table (or view) to get data from
The title of the item, as displayed to the user, it might be for example the name of the table in a database.
SQLite data source item