To use compute pushdown with BigQuery, create a Python repository and install the most recent version of the transforms-tables library.
An Ibis ↗ connection to BigQuery will be established based on the connection details of the BigQuery tables configured as inputs and/or outputs. Data can be transformed using the Ibis DataFrame API. For complete guidance on the Ibis API, consult the Ibis documentation ↗.
Note the use of Foundry lightweight API syntax rather than Foundry Spark syntax.
An example of a BigQuery-backed Ibis transform is shown below: