Closed pdarunraj closed 2 years ago
Please provide the options to export all rows from visual data without having to feed number to rows keyword.
export_visual_data(page_name, visual_name, rows=all_rows, export_data_type=models.ExportDataType.SUMMARIZED.value)
The documentation doesnt explain about it.
Thank you for your input, we updated the method to return all rows by default, see new documentation.
Please provide the options to export all rows from visual data without having to feed number to rows keyword.
export_visual_data(page_name, visual_name, rows=all_rows, export_data_type=models.ExportDataType.SUMMARIZED.value)
The documentation doesnt explain about it.