We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79a0ba commit fa92ac6Copy full SHA for fa92ac6
e2e_batch/scenarios.py
@@ -45,9 +45,9 @@ def __init__(self, scenario: dict):
45
self.enabled = scenario.get("enabled", False)
46
self.ack_keys = {DestinationType.INF: None, DestinationType.BUS: None}
47
# initialise attribs to be set later
48
- self.key = None
49
- self.file_name = None
50
- self.identifier = None
+ self.key = None # S3 key of the uploaded file
+ self.file_name = None # name of the generated CSV file
+ self.identifier = None # unique identifier of subject in the CSV file rows
51
52
def get_poll_destinations(self, pending: bool) -> bool:
53
# loop through keys in test (inf and bus)
0 commit comments