troubleshooting

Is it possible to create a table with constraints like NOT NULL, UNIQUE in risingWave using Python?

Rahul is facing issues while trying to create a table with constraints like NOT NULL, UNIQUE in risingWave using Python. He is getting an error stating 'Feature is not yet implemented'. He is seeking help to find an alternative way to create the table with these constraints.

Ra

Rahul Biju

Asked on Aug 22, 2023

  • Currently, creating a table with constraints like NOT NULL, UNIQUE in risingWave using Python is not supported.
  • The workaround is to omit these constraints like NOT NULL, UNIQUE when creating the table.
Aug 22, 2023Edited by