Skip to content

Commit

Permalink
hotfix: modified RUNNABLE_RESOURCE_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyzxx committed Apr 11, 2023
1 parent ab76a39 commit 7c1ed1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt_dry_run/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ManifestScheduler:
SNAPSHOT = "snapshot"
SOURCE = "source"
TEST = "test"
RUNNABLE_RESOURCE_TYPE = (MODEL, SEED, SNAPSHOT, SOURCE, TEST)
RUNNABLE_RESOURCE_TYPE = (MODEL)
RUNNABLE_MATERIAL = ("view", "table", "incremental", "seed", "snapshot", "test")

def __init__(self, manifest: Manifest, tags: Optional[str] = None):
Expand Down

0 comments on commit 7c1ed1d

Please sign in to comment.