The generated migration automatically set the order column as SQL Server IDENTITY(1, 1). I do not understand why, and in my use case, I do not want it to be an IDENTITY column, because I want to ...
We are trying to setup a kafka connector with below configs. We have two topics demo_tpc1 and demo_tpc2 to be ingested to iceberg via polaris. Both have non identical composite primary keys ...