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 06f4807 commit 09eb1bbCopy full SHA for 09eb1bb
python/src/cm_api/endpoints/types.py
@@ -794,6 +794,7 @@ class ApiHiveReplicationArguments(BaseApiObject):
794
'hdfsArguments' : Attr(ApiHdfsReplicationArguments),
795
'dryRun' : None,
796
'replicateImpalaMetadata' : None,
797
+ 'numThreads': None,
798
}
799
800
class ApiHiveCloudReplicationArguments(ApiHiveReplicationArguments):
0 commit comments