MyGit

0.0.6

Dataherald/dataherald

版本发布时间: 2023-11-14 01:59:20

Dataherald/dataherald最新发布版本:1.0.3(2024-04-30 23:22:47)

What's Changed

1. Changes in POST /api/v1/responses endpoint:

If the sql_query body parameter is not set, the response is regenerated. This process generates new values for sql_query, sql_result, and response.

2. Introducing the generate_csv flag:

The generate_csv flag is a parameter that allows the generation of a CSV file populated with the sql_query_result rows. This parameter can be set in both POST /api/v1/responses and POST /api/v1/questions endpoints.

3. Configure S3 Credentials:

    "file_storage": {
        "name": "string",
        "access_key_id": "string",
        "secret_access_key": "string",
        "region": "string",
        "bucket": "string"
    }

These changes will improve the consistency and maintainability of your application's data structures and APIs. If you encounter any issues during the upgrade process, please don't hesitate to reach out to our support team.

New Contributors

相关地址:原始地址 下载(tar) 下载(zip)

查看:2023-11-14发行的版本