Skip to content

Feat: Support forward-only models in regular plans#1355

Merged
izeigerman merged 1 commit intomainfrom
feat-forward-only-models-in-default-plan
Aug 29, 2023
Merged

Feat: Support forward-only models in regular plans#1355
izeigerman merged 1 commit intomainfrom
feat-forward-only-models-in-default-plan

Conversation

@izeigerman
Copy link
Contributor

No description provided.

@izeigerman izeigerman requested review from eakmanrq and tobymao August 29, 2023 17:52
upstream_snapshot = self._snapshot_mapping.get(upstream)
if (
upstream_snapshot
and upstream_snapshot.is_paused
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why does it matter if it's paused?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discussed in DM, but paused means that this snapshot is not currently promoted on prod and the physical table associated with its version is not being populated by it. This essentially means that breaking / non-breaking changes can't safely be based on it, and only forward-only changes are supported.

@izeigerman izeigerman merged commit 436d03e into main Aug 29, 2023
@izeigerman izeigerman deleted the feat-forward-only-models-in-default-plan branch August 29, 2023 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants