Skip to content

Commit

Permalink
Experimentalize freshness check apis (#20628)
Browse files Browse the repository at this point in the history
experimentalize freshness checks APIs
  • Loading branch information
dpeng817 authored and benpankow committed Mar 21, 2024
1 parent 06f2014 commit 64cf941
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import pendulum

from dagster import _check as check
from dagster._annotations import experimental
from dagster._core.definitions.asset_check_spec import AssetCheckSeverity
from dagster._core.definitions.metadata import (
MetadataValue,
Expand All @@ -26,6 +27,7 @@
)


@experimental
def build_freshness_checks_for_non_partitioned_assets(
*,
assets: Sequence[Union[CoercibleToAssetKey, AssetsDefinition, SourceAsset]],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import pendulum

from dagster import _check as check
from dagster._annotations import experimental
from dagster._core.definitions.asset_check_spec import AssetCheckSeverity
from dagster._core.definitions.decorators.asset_check_decorator import asset_check
from dagster._core.definitions.metadata import TimestampMetadataValue
Expand All @@ -24,6 +25,7 @@
)


@experimental
def build_freshness_checks_for_time_window_partitioned_assets(
*,
assets: Sequence[Union[SourceAsset, CoercibleToAssetKey, AssetsDefinition]],
Expand Down

1 comment on commit 64cf941

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-6hccd53kh-elementl.vercel.app
https://release-1-6-12.dagster.dagster-docs.io

Built with commit 64cf941.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.