superset-interface

栏目: 数据库 · 发布时间: 9年前

内容简介:superset-interface

目录

主要接口

    • 作用:
      • 添加数据库(最终存到元数据库的dbs表中)
    • 请求方法:
      • POST
    • 请求头:
      • Content-Type:multipart/form-data; boundary=${boundary}
    • 请求体:
------WebKitFormBoundary73C6tZ1Q2MKABmmn
Content-Disposition: form-data; name="csrf_token"

IjliYjdlMGExOTU4YjFlMTAzNjFlNTc0ZDI4Yzc5ZmZiNGM0NjQ2MmIi.DCT5dg.7NKxs3LNYgGERwhQEY49jysHew0  
------WebKitFormBoundary73C6tZ1Q2MKABmmn
Content-Disposition: form-data; name="database_name"

111  
------WebKitFormBoundary73C6tZ1Q2MKABmmn
Content-Disposition: form-data; name="sqlalchemy_uri"

222  
------WebKitFormBoundary73C6tZ1Q2MKABmmn
Content-Disposition: form-data; name="cache_timeout"


------WebKitFormBoundary73C6tZ1Q2MKABmmn
Content-Disposition: form-data; name="extra"

{
    "metadata_params": {},
    "engine_params": {}
}

------WebKitFormBoundary73C6tZ1Q2MKABmmn
Content-Disposition: form-data; name="allow_run_sync"

y  
------WebKitFormBoundary73C6tZ1Q2MKABmmn
Content-Disposition: form-data; name="force_ctas_schema"


------WebKitFormBoundary73C6tZ1Q2MKABmmn--
    • 作用:
      • 添加数据表
    • 说明
      • 添加的数据表最终会被保存到元数据的tables表中
      • 添加表的时候,会将表中的
    • 请求方法:
      • POST
    • 请求头:
      • Content-Type:multipart/form-data; boundary=${boundary}
    • 请求体:
------WebKitFormBoundaryxn4rY9tP6eWTGuSG
Content-Disposition: form-data; name="csrf_token"

IjliYjdlMGExOTU4YjFlMTAzNjFlNTc0ZDI4Yzc5ZmZiNGM0NjQ2MmIi.DCT7GQ.1ZlICARvju4I2aQCk97uBVz4Lio  
------WebKitFormBoundaryxn4rY9tP6eWTGuSG
Content-Disposition: form-data; name="database"

1  
------WebKitFormBoundaryxn4rY9tP6eWTGuSG
Content-Disposition: form-data; name="schema"


------WebKitFormBoundaryxn4rY9tP6eWTGuSG
Content-Disposition: form-data; name="table_name"

ab_role  
------WebKitFormBoundaryxn4rY9tP6eWTGuSG--

以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Spring Boot实战

Spring Boot实战

[美]克雷格·沃斯 / 丁雪丰 / 人民邮电出版社 / 2016-9 / 59.00元

本书以Spring应用程序开发为中心,全面讲解如何运用Spring Boot提高效率,使应用程序的开发和管理更加轻松有趣。作者行文亲切流畅,以大量示例讲解了Spring Boot在各类情境中的应用,内容涵盖起步依赖、Spring Boot CLI、Groovy、Grails、Actuator。对于Spring Boot开发应用中较为繁琐的内容,附录奉上整理完毕的表格,一目了然,方便读者查阅。一起来看看 《Spring Boot实战》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

SHA 加密
SHA 加密

SHA 加密工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具