question on how to prevent re-materializations aft...
# ask-community
r
question on how to prevent re-materializations after the source data has been deleted: • i've exported data from postgres and backed it up to s3 parquet • i've deleted the data from postgres • how can i make sure no one re-materializes the postgres/s3 asset? if someone did that, postgres would return null, and it would overwrite the s3 parquet backup 😱 related: my previous question/thread
o
Hi Rahil - do you have any sensors/schedules set up to materialize
r
hey Odette, yea, there's a schedule for the s3 asset that runs daily (pulls from postgres, writes to s3) my concern is if someone triggers a manual run though