TPC-DS
The TPC-DS connector provides a data source for the TCP-DS benchmark data set. This is not a stored data set and is instead a virtual data set generated at query time using a deterministic algorithm.
Example TPC-DS catalog configuration
apiVersion: trino.stackable.tech/v1alpha1 kind: TrinoCatalog metadata: # The name of the catalog as it will appear in Trino name: tpcds # TrinoCluster can use these labels to select which catalogs to include labels: trino: simple-trino spec: connector: tpcds: {} # No options needed