Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class AddCustomOwnership(BaseTransformer, SingleAspectTransformer):
config: AddCustomOwnershipConfig

def __init__(self, config: AddCustomOwnershipConfig, ctx: PipelineContext):
super().__init__()
self.ctx = ctx
self.config = config

Expand Down
1 change: 1 addition & 0 deletions metadata-ingestion/transformers.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ class AddCustomOwnership(BaseTransformer, SingleAspectTransformer):
config: AddCustomOwnershipConfig

def __init__(self, config: AddCustomOwnershipConfig, ctx: PipelineContext):
super().__init__()
self.ctx = ctx
self.config = config

Expand Down