Skip to content

[Bug] dbt can not connect to doris #10

@zhengjiaao

Description

@zhengjiaao

安装:

pip install dbt-doris

版本:
企业微信截图_17248992726224

配置:

jaffle_shop:
  target: dev
  outputs:
    dev:
      type: doris
      host: 127.0.0.1
      port: 9030
      schema: test
      username: root
      password: "123456"

运行:

dbt debug

Connection ERROR 错误:

02:45:01  Connection:
02:45:01    host: 127.0.0.1
02:45:01    port: 9030
02:45:01    schema: test
02:45:01  Registered adapter: doris=0.3.4
02:45:02    Connection test: [ERROR]

02:45:02  1 check failed:
02:45:02  dbt was unable to connect to the specified database.
The database returned the following error:

  >Database Error
  2013: Lost connection to MySQL server during query

Check your database credentials and try again. For more information, visit:
https://docs.getdbt.com/docs/configure-your-profile

请问,这个如何解决?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions