kind-scientist-44426
09/22/2022, 9:33 AMsource:
type: "ldap"
config:
ldap_server: <server>
ldap_user: "cn=<user_name>,dc=example,dc=org"
ldap_password: "<password>"
base_dn: "dc=example,dc=org"
but on running this recipe on ui i’m getting below errors
ERROR {datahub.ingestion.run.pipeline:127} - LDAP connection failed\n'
"AttributeError: 'Pipeline' object has no attribute 'source'\n"
"[2022-09-22 07:19:56,128] ERROR {datahub.entrypoints:188} - Command failed with 'Pipeline' object has no attribute 'source'
if someone can suggest the reason?hundreds-photographer-13496
09/22/2022, 10:19 AMLDAP connection failed
is main error that needs to be solved here. Can you check logs if it says why LDAP connection failedmicroscopic-mechanic-13766
09/22/2022, 10:26 AMmicroscopic-mechanic-13766
09/22/2022, 10:27 AMsink:
type: datahub-rest
config:
server: '<http://datahub-gms:8080>'
source:
type: <type>
config:
database: null
host_port: '<host>:<port>'
pipeline_name: 'urn:li:dataHubIngestionSource:1b9301bb-bf64-48b9-ad19-958157c538b5'
This would be the resultant recipe:
sink:
type: datahub-rest
config:
server: '<http://datahub-gms:8080>'
source:
type: <type>
config:
database: null
host_port: '<host>:<port>'
kind-scientist-44426
09/22/2022, 10:34 AMmicroscopic-mechanic-13766
09/22/2022, 10:38 AMkind-scientist-44426
09/22/2022, 10:43 AMmicroscopic-mechanic-13766
09/22/2022, 10:48 AMkind-scientist-44426
09/22/2022, 10:56 AMhundreds-photographer-13496
09/22/2022, 11:03 AMhundreds-photographer-13496
09/22/2022, 11:24 AMkind-scientist-44426
09/27/2022, 9:24 AM