ODC version
ODC4.2.4
OB version
OB4.2
What happened?
Adding an auto-increment column does not match the offline detection

What did you expect to happen?
Adding an auto-increment column must match the offline detection
How can we reproduce it (as minimally and precisely as possible)?
create table test_identity(a int);
ALTER TABLE test_identity ADD (id NUMBER GENERATED BY DEFAULT ON NULL AS IDENTITY);
Anything else we need to know?
No response
Cloud
No response
ODC version
ODC4.2.4
OB version
OB4.2
What happened?
Adding an auto-increment column does not match the offline detection

What did you expect to happen?
Adding an auto-increment column must match the offline detection
How can we reproduce it (as minimally and precisely as possible)?
create table test_identity(a int);
ALTER TABLE test_identity ADD (id NUMBER GENERATED BY DEFAULT ON NULL AS IDENTITY);
Anything else we need to know?
No response
Cloud
No response