Skip to content

Commit 09eb1bb

Browse files
committed
[api][dr] OPSAPS-44891 Add numThreads to ApiHiveReplicationArguments
Added the new variable numThreads Testing Done: make clean dist (cherry picked from commit 2cc15d9)
1 parent 06f4807 commit 09eb1bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/src/cm_api/endpoints/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,7 @@ class ApiHiveReplicationArguments(BaseApiObject):
794794
'hdfsArguments' : Attr(ApiHdfsReplicationArguments),
795795
'dryRun' : None,
796796
'replicateImpalaMetadata' : None,
797+
'numThreads': None,
797798
}
798799

799800
class ApiHiveCloudReplicationArguments(ApiHiveReplicationArguments):

0 commit comments

Comments
 (0)