UnsupportedResultException: The result contains the unsupported data type regclass

getting this error when i try to run drizzle-kit push

I am using sst ion to deploy my rds instance.

drizzle-kit version: 0.24.0
drizzle-orm version: 0.33.0

UnsupportedResultException: The result contains the unsupported data type regclass.
    at de_UnsupportedResultExceptionRes (/node_modules/@aws-sdk/client-rds-data/dist-cjs/index.js:1015:21)
    at de_CommandError (/node_modules/@aws-sdk/client-rds-data/dist-cjs/index.js:820:19)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async /node_modules/@aws-sdk/client-rds-data/node_modules/@smithy/middleware-serde/dist-cjs/index.js:35:20
    at async /node_modules/drizzle-kit/bin.cjs:60485:22
    at async /node_modules/drizzle-kit/bin.cjs:60243:42
    at async /node_modules/drizzle-kit/bin.cjs:54055:26
    at AwsDataApiPreparedQuery.values (/node_modules/src/aws-data-api/pg/session.ts:111:18)
    at AwsDataApiPreparedQuery.execute (/node_modules/src/aws-data-api/pg/session.ts:61:18)
    at AwsDataApiPreparedQuery.all (/node_modules/src/aws-data-api/pg/session.ts:94:18) {
  '$fault': 'client',
  '$metadata': {
    httpStatusCode: 400,
    requestId: '2c2bbff6-7d38-4c4a-ba7f-180a3d90dabe',
    extendedRequestId: undefined,
    cfId: undefined,
    attempts: 1,
    totalRetryDelay: 0
  }
}


local storage json:

{
  "drizzle-playground": {
    "state": {
      "editorHight": 300,
      "currentFile": "sql",
      "drizzleValue": null,
      "sqlValue": null,
      "showRecordsAsJson": false,
      "drizzleResult": "{\"json\":null}",
      "sqlResult": "{\"json\":null}"
    },
    "version": 0
  },
  "drizzle-version": "2.0.1",
  "drizzle-global": {
    "state": {
      "showCounts": true,
      "flatSchemas": false
    },
    "version": 0
  },
  "drizzle-custom-theme-ids": []
}
`


I reproduced this using the sst ion guide:
https://ion.sst.dev/docs/start/aws/drizzle/
Was this page helpful?