You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When constructing a new OpenLineageResource object, a ServiceFactory is required therefore not allowing users to inject, possibly their own, OpenLineageService implementation. Let's define the constructor OpenLineageResource(OpenLineageService) and deprecate the usage of OpenLineageResource(ServiceFactory).
The text was updated successfully, but these errors were encountered:
Every resources inherits BaseResource with a constructor getting ServiceFactory, and we may want to do some overall refactoring to create resourses only with the actual dependencies to be injected.
When constructing a new
OpenLineageResource
object, aServiceFactory
is required therefore not allowing users to inject, possibly their own,OpenLineageService
implementation. Let's define the constructorOpenLineageResource(OpenLineageService)
and deprecate the usage ofOpenLineageResource(ServiceFactory)
.The text was updated successfully, but these errors were encountered: