https://dagster.io/ logo
Title
d

Daniel Katz

10/11/2022, 7:03 PM
Hi Dagster team! First, I wan't to say thank you for building such an amazingly intuitive and powerful framework, software defined assets for the win! I have been using the
build_asset_reconciliation_sensor
to keep some assets up to date as up-stream assets change, but one problem I ran into when deploying on K8s is that I can’t specify the tags for auto generated job the sensor kicks off. I’m using the K8sRunLauncher and I want to control the TTL of the K8s jobs that get spun up to run the sensors job. Would it be possible to expose the
tags
param in
build_asset_reconciliation_sensor
which would be added the the Job runs the sensor requests?
this would also be helpful to control k8s container compute resources
j

jamie

10/12/2022, 11:14 PM
hi @Daniel Katz this should be pretty straightforward. I’ll work on getting a PR up. It won’t make it into this week’s release, but hopefully next week!
d

Daniel Katz

10/12/2022, 11:29 PM
Amazing thank you @jamie!
j

jamie

10/14/2022, 6:10 PM
Here’s a PR for you to track! https://github.com/dagster-io/dagster/pull/10032