-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
test
?
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -450,6 +450,7 @@ class SeedConfig(NodeConfig): | |
|
||
@dataclass | ||
class TestConfig(NodeConfig): | ||
materialized: str = 'test' | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
jtcohen6
Contributor
|
||
severity: Severity = Severity('ERROR') | ||
|
||
|
||
|
@jtcohen6 so, I haven't given this much thought, but I think this change achieves the desired behavior for #2806. I noticed seeds and snapshots have their own materialization type, it feels like tests should as well. This is either a bad idea or a really easy win! This avoids ripping apart node and config object types in the codebase. Lmk if you have any thoughts and if you get a chance to take it for a spin