Channels
ask-ai
dagster-de
integration-airbyte
topic-async-execution
dagster-jp
dagster-cube
gigs-freelance
dagster-wandb
dagster-feedback
dagster-machine-learning
integration-bigquery
dagster-university
ask-community
dagster-dask
integration-snowflake
dagster-releases
integration-dbt
faq-read-me-before-posting
tools
dagster-insights
dagster-pipes
project-flexible-range-backfills
data-platform-design
community-events
dagster-serverless
dagster-noteable
introductions
integration-airflow
dagster-cloud
random
dagster-spatial
announcements
github-discussions
豆瓣酱帮
dagstereo
deployment-ecs
deployment-kubernetes
jobs
community-showcase
data-quality-asset-checks
Powered by
#ask-community
Title
# ask-community
g
Gabe Schine
12/18/2022, 2:50 AM
Asset scheduling question: is there a way to create a
@sensor
that runs only when an asset is materialized
and
the materialized contents are different from the last time it was materialized?
🤖 1
Actually even better is it possible to write the
@asset
operation so that it only emits new asset data if it has changed?
I figured out a method to do this using the technique described here:
https://stackoverflow.com/questions/73983827/how-can-i-do-an-incremental-load-based-on-record-id-in-dagster
🌈 1
Post