You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[dagster-fivetran]: Add op_tags to build_fivetran_assets (#12474)
### Summary & Motivation
Dagster supports the addition of custom k8s configurations to ops and
jobs via tags. In an environment where a custom configuration is
required to be attached e.g. Kubernetes Pods, the current
`build_fivetran_assets` can't support attaching these tags to the
underlying Op, causing the job to fail.
In this PR I'm adding an optional `op_tags` parameter to support use
case
### How I Tested These Changes
Adding a unit test to asset op_tags are as expected
---------
Co-authored-by: Ben Pankow <[email protected]>
0 commit comments