Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_tasks
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Team:Data Release Production
-
Urgent?:No
Description
ConfigurableAction(struct)Field should add their targets to import list when serializing to ensure the variables are in scope.
Attachments
Issue Links
- contains
-
DM-16829 Config RegistryFields do not always ensure plugins are imported in I/O
- Invalid
This turned out not to be an issue with ConfigurableAction (fields), but in a pex_config ConfigDictField who's owned config itself had a ConfigurableActionStructField in it. ConfigDictFields were not collecting the imports for the configs they owned. This has been fixed, and a test added.