During last step of post-deployment, when I run:
CALL 'auto_audience_segmentation.invoke_auto_audience_segmentation_training_preparation'();
I receive the following error:
Procedure is not found: .auto_audience_segmentation.auto_audience_segmentation_dataset_preparation at [.auto_audience_segmentation.auto_audience_segmentation_training_preparation:41:6].
auto_audience_segmentation_training_preparation seems to try to run a procedure which does not exist. We also cannot find any reference to this in the procedures under the 'scripts'-folder.
Is there a way for us to create this procedure manually? This is the only procedure which fails in this step.
During last step of post-deployment, when I run:
CALL 'auto_audience_segmentation.invoke_auto_audience_segmentation_training_preparation'();I receive the following error:
Procedure is not found: .auto_audience_segmentation.auto_audience_segmentation_dataset_preparation at [.auto_audience_segmentation.auto_audience_segmentation_training_preparation:41:6].
auto_audience_segmentation_training_preparation seems to try to run a procedure which does not exist. We also cannot find any reference to this in the procedures under the 'scripts'-folder.
Is there a way for us to create this procedure manually? This is the only procedure which fails in this step.