📄️ SelectDataSource (class)
SelectDataSource objects are used to define the database lookup table to use for constructing the parameter options for single-select parameters or multi-select parameters. This is a subclass of [DataSource].
📄️ DateDataSource (class)
DateDataSource objects are used to define the database lookup table to use for the bounds and default date of a date parameter. This is a subclass of [DataSource].
📄️ DateRangeDataSource (class)
DateRangeDataSource objects are used to define the database lookup table to use for the bounds and default start and end dates of a date range parameter. This is a subclass of [DataSource].
📄️ NumberDataSource (class)
NumberDataSource objects are used to define the database lookup table to use for the bounds and default value of a number parameter. This is a subclass of [DataSource].
📄️ NumberRangeDataSource (class)
NumberRangeDataSource objects are used to define the database lookup table to use for the bounds and default values of a number range parameter. This is a subclass of [DataSource].
📄️ TextDataSource (class)
TextDataSource objects are used to define the database lookup table to use for the default text value of a text parameter. This is a subclass of [DataSource].