Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed: ftp target index #938 no initial value given #943

Merged
merged 1 commit into from
Dec 13, 2022

Conversation

Jixiangup
Copy link
Collaborator

@Jixiangup Jixiangup commented Dec 12, 2022

Change Logs

API Change

  • API response result changes of the /taier/api/task/parsing_ftp_columns

    {
      "code": 1,
      "message": null,
      "data": {
        "column": [
          {
            "index": 2,
            "type": "string",
             -- "name": "column2"
             ++ "key": "column2"
          }
        ],
        "filetype": "TXT"
      },
      "space": 0,
      "success": true,
      "version": null
    }
    

Feature Change

  • Add writer's field index autofill

@Jixiangup Jixiangup self-assigned this Dec 12, 2022
@Jixiangup Jixiangup added the bug Something isn't working label Dec 12, 2022
@FlechazoW FlechazoW merged commit 22f3a12 into DTStack:master Dec 13, 2022
@Jixiangup Jixiangup deleted the fixed_938 branch December 13, 2022 02:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

数据集成目标端为ftp的时侯前端没有映射索引不能填入target索引
2 participants