Replies: 1 comment 2 replies
-
Currently, this is not possible via auto-materialization, although one direction we've considered is along the lines of correlating deployment with code version changes, and then implementing a rule along the lines of this issue: #15686. Would this sort of scheme work for your use case, or are you looking to update your assets regardless of if the underlying code has changed? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have some assets that only need to be materialized when code is deployed. I'm thinking I could probably set up a job that runs those assets and then trigger the job in CI after deployment, but I was wondering if there was some other way to do it with auto-materialization?
Beta Was this translation helpful? Give feedback.
All reactions