DataCater / datacater

The developer-friendly ETL platform for transforming data in real-time. Based on Apache Kafka® and Kubernetes®.
https://datacater.io
Other
82 stars 4 forks source link

fix: fix injection bug introduced after refactoring pipelines #226

Closed ChrisRousey closed 1 year ago

ChrisRousey commented 1 year ago

After refactoring our pipelines resource, we were injecting the PythonRunnerPool inside the utilities class and trying to access it in the PipelineEndpoint through the injected PipelineUtilities.

This Fix removes this detour and injects the PythonRunnerPool directly in the PipelineEndpoint class.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication