Run Report
RunReportConfig — re-runs a previously-generated report as a data source.
- class RunReportConfig(report_name)[source]
Reads input rows from a previously-generated report.
- Parameters:
report_name (
str) – Name of the report whose rows feed this data source.
- property type: DataSourceType
The
DataSourceTypediscriminator for this configuration.