Skip to content

Implement OaaS Wrapper integration for triggering data products #14

@coderabbitai

Description

@coderabbitai

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions