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
Serialize translation should not use Sdk classes. Currently when serializing objects from the new API, the translator.py script converts things to SdkTask, SdkWorkflow, SdkLaunchPlan, etc. This is not necessary, adds complexity, and fragility to the whole process. We should be going directly to the model classes.
The text was updated successfully, but these errors were encountered:
TL;DR
Serialize translation should not use Sdk classes. Currently when serializing objects from the new API, the
translator.py
script converts things toSdkTask
,SdkWorkflow
,SdkLaunchPlan
, etc. This is not necessary, adds complexity, and fragility to the whole process. We should be going directly to the model classes.The text was updated successfully, but these errors were encountered: