fix: schedule status
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
from dagster import (
|
from dagster import (
|
||||||
AssetSelection,
|
AssetSelection,
|
||||||
|
DefaultScheduleStatus,
|
||||||
RunConfig,
|
RunConfig,
|
||||||
ScheduleDefinition,
|
ScheduleDefinition,
|
||||||
define_asset_job,
|
define_asset_job,
|
||||||
@@ -34,5 +35,5 @@ funda_ingestion_schedule = ScheduleDefinition(
|
|||||||
"funda_price_history": FundaPriceHistoryConfig(),
|
"funda_price_history": FundaPriceHistoryConfig(),
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
default_status="RUNNING",
|
default_status=DefaultScheduleStatus.RUNNING,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user