propertyOrder :[ database , table , privileges ]}, description : 权限元组列表。
propertyOrder :[ database , table , privileges ]}, description : 权限元组列表。
only_specified_database false 是否只同步 JDBC URL 中指定的数据源的 Database(此处的 Database 为映射到 PALO 的 Database 层级) include_database_list 当 only_specified_database=true 时,指定同步多个 Database,以','分隔。
only_specified_database 否 false 指定是否只同步指定的Database。 true:只同步JDBC URL中指定的数据源的 Database。 false:同步JDBC URL中所有的Database。 include_database_list 否 当 only_specified_database=true 时,指定同步多个Database,以英文逗号分隔。
039;tsdb-xxxxxx' # database_id 可以官网控制台数据库的详细页查看 3 try: 4 response = tsdb_admin_client.delete_database(database_id) 5 print response 6 except BaseException as e: 7 print e # 删除失败会在异常中包含详细的错误信息
propertyOrder :[ database , table , privileges ]}, description : 权限元组列表。
propertyOrder :[ database , table , privileges ]}, description : 权限元组列表。
propertyOrder :[ database , table , privileges ]}, description : 权限元组列表。
17 CreateDatabaseResponse response = tsdbAdminClient.createDatabase(request, clientToken); 返回值所包含字段请参考 API文档 。
propertyOrder :[ database , table , privileges ]}, description : 权限元组列表。