ODBC SQL, extend with report parameters as placeholders in SQL

I suggest to implement the following feature:
Please define placeholders for ODBC in individual SQL statements, which will be replaced by report parameters.

A typical use case might be:
Cloud BigData with Spark / Parquet Files. Currently we have to go via ODBC here, but the data is too big for reports.

Sounds like the ISupportsParameters which is implemented by the DbCommandSetDataProvider might help here? Here’s a quick walkthrough - would that work for you?