Skip to content

Commit

Permalink
make AssetSelections serializable (#18588)
Browse files Browse the repository at this point in the history
## Summary & Motivation

This will allow us to serialize the asset selections that are on
automation policy sensors, as part of the repository snapshot.

A tricky followup will be to find a way to deal with
`DbtManifestAssetSelection`, which isn't part of the core framework so
can't be rehydrated in a host process. We'll probably need to find some
way to convert it to a core asset selection type before serializing it.

## How I Tested These Changes
  • Loading branch information
sryza authored Dec 12, 2023
1 parent f14b214 commit 7322b74
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 119 deletions.
Loading

0 comments on commit 7322b74

Please sign in to comment.