wooden-chef-22394
07/27/2022, 8:22 AMsource:
type: clickhouse
config:
# Coordinates
host_port: ******:8123
# Credentials
username: default
password:
# Options
platform_instance: DatabaseNameToBeIngested
include_views: True # whether to include views, defaults to True
include_tables: True # whether to include views, defaults to True
sink:
type: datahub-rest
config:
server: http://*****:18080
It said 'password is incorrect'.
DatabaseException: Orig exception: Code: 516. DB::Exception: default: Authentication failed: password is incorrect or there is no user with such name. (AUTHENTICATION_FAILED) (version 22.5.1.2079 (official build))
careful-pilot-86309
07/27/2022, 8:33 AMwooden-chef-22394
07/28/2022, 3:03 AM