Description
The code currently contains a placeholder warning message instead of actual integration with the OaaS Wrapper for triggering data products. This needs to be implemented to complete the state management functionality.
Location
- File:
src/core.rs
- Function:
trigger_next_data_product_batch
- Lines: ~261-264
Current Code
warn!(
"This is where I would trigger the data product with the OaaS Wrapper... IF I HAD ONE!!!"
);
Expected Behavior
Replace the warning log with actual integration code that calls the OaaS Wrapper to trigger the data product as intended.
Additional Context
- This was identified during code review of the state management implementation
- The integration may require additional setup or dependencies
References
Requested by: @adelg003
Description
The code currently contains a placeholder warning message instead of actual integration with the OaaS Wrapper for triggering data products. This needs to be implemented to complete the state management functionality.
Location
src/core.rstrigger_next_data_product_batchCurrent Code
Expected Behavior
Replace the warning log with actual integration code that calls the OaaS Wrapper to trigger the data product as intended.
Additional Context
References
Requested by: @adelg003