Giter Site home page Giter Site logo

Comments (3)

llzzyy123 avatar llzzyy123 commented on May 25, 2024

创建同步任务-选择数据集成-选择source、sql、sink ,source连接sql连接sink,source选择表A(数据库中有此表),sql中输入select * from A where age<20 执行任务时报错,table name A not found ,选择这个sql模块时conf文件中会写入transform代码块,不知道这个功能是这样用的吗,还是没开发好呢?

from seatunnel.

liunaijie avatar liunaijie commented on May 25, 2024

我记得web端生成配置文件时,会随机生成result_table_name,这样会导致下游找不到表名,你可以看下运行时打印的配置文件,看下是不是result_table_name是一个随机的。
然后你可以看下source端有没有设置result_table_name的选项,把这个给一个固定值

from seatunnel.

llzzyy123 avatar llzzyy123 commented on May 25, 2024

我记得web端生成配置文件时,会随机生成result_table_name,这样会导致下游找不到表名,你可以看下运行时打印的配置文件,看下是不是result_table_name是一个随机的。 然后你可以看下source端有没有设置result_table_name的选项,把这个给一个固定值
result_table_name是随机的,手动改可以,但是页面上貌似没有设置的地方

from seatunnel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.