Will migrating the transforms code for an incremental dataset to a new repo cause it to snapshot?

I am looking to migrate the the transforms code that backs an incremental dataset from an old repo to another. As part of this change I will need to delete the jobspec and re-run the build from the new repo. Will this trigger a snapshot of the dataset? If yes is there any way to avoid that?

This shouldn’t trigger a snapshot, provided the semantic version hasn’t changed and the inputs continue to update incrementally. The logic used to determine whether or not the job can run incrementally isn’t concerned with where the output’s job spec was produced.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.