-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
安装:
pip install dbt-doris配置:
jaffle_shop:
target: dev
outputs:
dev:
type: doris
host: 127.0.0.1
port: 9030
schema: test
username: root
password: "123456"运行:
dbt debugConnection 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
Labels
No labels
