In the BigQuery data source, we have added a query validation endpoint. In order to utilize BigQuery's validation functionality, we need to send an interpolated query to avoid errors caused by unresolved macros.
This PR exposes the Interpolate function from sqlds.
In the BigQuery data source, we have added a query validation endpoint. In order to utilize BigQuery's validation functionality, we need to send an interpolated query to avoid errors caused by unresolved macros.
This PR exposes the Interpolate function from sqlds.