Partition/cluster tables in BigQuery

We are working on creating tables from JSON/SQL files in Google BigQuery through Liquibase. We are using Docker image 4.30 to setup Liquibase in our project. Just want to know whether liquibase supports partition/cluster tables in BiqQuery if yes do we have any documentation how to configure it through Liquibase? Any insights will be helpful. Thanks.

There’s no specific functionality in Liquibase’s BigQuery extension for partition/cluster support in structured changelogs (xml, yaml, json). You can always create an SQL changeset in any format to create them the old fashioned way.