Is there a Dagster sensor for monitoring files add...
# ask-community
s
Is there a Dagster sensor for monitoring files added to Google GCS? I see there's one for S3. If not, happy to roll my own as the S3 one looks pretty straight forward, can use it as an example https://docs.dagster.io/concepts/partitions-schedules-sensors/sensors#s3-sensors
🤖 1
y
we don’t have a built-in gcs sensor. my recommendation would be to follow that example and write your own gcs sensor.
s
Will do, thank you