Closed gflewis closed 4 years ago
There are no plans to fix this issue. If a table does not have a sys_updated_on, it means that the records are never updated. You can keep the database in sync by using created: last (which will load all records created since the last run).
created: last
There are no plans to fix this issue. If a table does not have a sys_updated_on, it means that the records are never updated. You can keep the database in sync by using
created: last
(which will load all records created since the last run).