Skip to content

Commit c87a0f4

Browse files
committed
default none for new freshness thing
1 parent 19aff2a commit c87a0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_modules/dagster/dagster/_core/definitions/decorators/decorator_assets_definition_builder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ class DecoratorAssetsDefinitionBuilderArgs(NamedTuple):
246246
upstream_asset_deps: Optional[Iterable[AssetDep]]
247247
execution_type: Optional[AssetExecutionType]
248248
pool: Optional[str]
249-
new_freshness_thing: Optional[NewFreshnessThing]
249+
new_freshness_thing: Optional[NewFreshnessThing] = None
250250

251251
@property
252252
def check_specs(self) -> Sequence[AssetCheckSpec]:

0 commit comments

Comments
 (0)