What are best Practices for postgres CDC to Palantir ontology object

For testing, I have a simple streaming dataset

order_id
order_status
quantity
updated_at

When I create the ontology object, should I pipeline it first? or just straight create it off the streaming dataset?

When I create the object, should I include the CDC fields is_deleted / timestamp / etcc…
I don’t think they are necessary ?