We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e403d60 commit 78e0df8Copy full SHA for 78e0df8
projects/vdk-plugins/vdk-gdp-execution-id/src/vdk/plugin/gdp/execution_id/gdp_execution_id_plugin.py
@@ -34,6 +34,7 @@ def pre_ingest_process(
34
target: Optional[str] = None,
35
collection_id: Optional[str] = None,
36
metadata: Optional[IIngesterPlugin.IngestionMetadata] = None,
37
+ method: Optional[str] = None,
38
) -> Tuple[List[Dict], Optional[IIngesterPlugin.IngestionMetadata]]:
39
for p in payload:
40
p.update({self._plugin_config.micro_dimension_name(): self.__execution_id})
0 commit comments