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 c4a39e2 commit 012f7ecCopy full SHA for 012f7ec
python/src/cm_api/endpoints/services.py
@@ -1227,6 +1227,16 @@ def create_sqoop_user_dir(self):
1227
"""
1228
return self._cmd('createSqoopUserDir', api_version=4)
1229
1230
+ def create_sqoop_database_tables(self):
1231
+ """
1232
+ Creates the Sqoop2 Server database tables in the configured database.
1233
+ Will do nothing if tables already exist. Will not perform an upgrade.
1234
+
1235
+ @return: Reference to the submitted command.
1236
+ @since: API v10
1237
1238
+ return self._cmd('sqoopCreateDatabaseTables', api_version=10)
1239
1240
def upgrade_sqoop_db(self):
1241
1242
Upgrade Sqoop Database schema as part of a major version upgrade.
0 commit comments