Skip to content

Commit

Permalink
import
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Dec 28, 2023
1 parent 7d98239 commit 70b8610
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,14 @@
)

import dagster._check as check
from dagster import AssetMaterialization
from dagster._annotations import public
from dagster._core.definitions.data_version import (
DATA_VERSION_TAG,
SKIP_PARTITION_DATA_VERSION_DEPENDENCY_THRESHOLD,
extract_data_version_from_entry,
)
from dagster._core.definitions.dependency import OpNode
from dagster._core.definitions.events import AssetKey, AssetLineageInfo
from dagster._core.definitions.events import AssetKey, AssetLineageInfo, AssetMaterialization
from dagster._core.definitions.hook_definition import HookDefinition
from dagster._core.definitions.job_base import IJob
from dagster._core.definitions.job_definition import JobDefinition
Expand Down

0 comments on commit 70b8610

Please sign in to comment.