Skip to content

Commit 78e0df8

Browse files
dakodakovduyguHsnHsn
andauthored
vdk-gdp-execution-id: adopt ingester changes (#3120)
Adopt ingester changes in test utils. Ref: 03dde45 Signed-off-by: Dako Dakov <[email protected]> Co-authored-by: Duygu Hasan <[email protected]>
1 parent e403d60 commit 78e0df8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/vdk-plugins/vdk-gdp-execution-id/src/vdk/plugin/gdp/execution_id/gdp_execution_id_plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def pre_ingest_process(
3434
target: Optional[str] = None,
3535
collection_id: Optional[str] = None,
3636
metadata: Optional[IIngesterPlugin.IngestionMetadata] = None,
37+
method: Optional[str] = None,
3738
) -> Tuple[List[Dict], Optional[IIngesterPlugin.IngestionMetadata]]:
3839
for p in payload:
3940
p.update({self._plugin_config.micro_dimension_name(): self.__execution_id})

0 commit comments

Comments
 (0)