Open acere opened 11 months ago
Hi @acere, thanks for brining this up! This is a great finding.
The issue was caused as when building the steps, we did not inspect the DelayedReturn/FunctionStep object in ModelConfig
or any other nested objects except Step
or Conditions
(code).
I have brought this up to the team and added this in the internal feature engineer tracking doc. Will evaluate it in Q1
Updating the label to feature request as we did not take the Clarify step into account when building step decorator phase 1, so gaps are expected. This issue is still pending triage.
Describe the bug When creating a pipeline combining steps defined using
@step
andsagemaker.clarify.ModelConfig()
the compilation results inAttributeError: 'NoneType' object has no attribute 'sagemaker_session'
. This make it hard to combine@step
functions with Clarify steps.To reproduce execute this script
System information A description of your system. Please provide: