Philippe Laflamme
02/18/2023, 2:57 AMFreshnessPolicy
which looks like this
FreshnessPolicy(maximum_lag_minutes=24 * 60, cron_schedule="2 15 * * *")
And the sensor looks like this:
build_asset_reconciliation_sensor(
name="update_atlas",
asset_selection=AssetSelection.groups("atlas"),
minimum_interval_seconds=60 * 5,
)
When this was turned on originally, things were fine but now, every tick results in
Sensor function returned an empty result
Which function is this referring to? I'm not exactly sure what I might have changed that would caused this. How do I go about debugging this?1.1.19
claire
02/21/2023, 6:37 PMPhilippe Laflamme
02/21/2023, 8:31 PMclaire
02/21/2023, 8:54 PMowen
02/21/2023, 9:16 PMPhilippe Laflamme
02/21/2023, 11:24 PM