How can we use hybrid configs (local and remote) in custom extractor utils?
Edit: while trying to consume combination of local and remote configs (published in extraction pipeline mentioned in local config), it just loads local configs.
example configs:
type: local
cognite:
extraction_pipeline:
external_id: extraction-pipeline-id
custom:
property1: some-value
type: remote
custom:
property2: some-value