We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3832c3 commit b04882fCopy full SHA for b04882f
1 file changed
e2e_batch/test_e2e_batch.py
@@ -2,14 +2,14 @@
2
import time
3
from utils import (
4
upload_file_to_s3,
5
- get_file_content_from_s3,
+ # get_file_content_from_s3,
6
# check_ack_file_content,
7
- check_inf_file_content,
+ # check_inf_file_content,
8
# validate_row_count,
9
generate_csv_files,
10
# OpMsgs,
11
TestData,
12
- DestinationType,
+ # DestinationType,
13
# BusRowResult,
14
cleanup
15
)
@@ -19,7 +19,7 @@
19
from constants import (
20
SOURCE_BUCKET,
21
INPUT_PREFIX,
22
- ACK_BUCKET,
+ # ACK_BUCKET,
23
environment
24
25
0 commit comments