busy-computer-98970
08/30/2022, 6:36 PMkind-whale-32412
08/31/2022, 4:44 PMfuture-queen-2284
08/31/2022, 6:38 PMdatahub docker quickstart --schema-registry-port 8090
but it still builds on 8081 and error fails.
Any ideas how can I get around this? Thank you in advance!mysterious-lamp-91034
09/01/2022, 4:58 AMlate-truck-7887
09/01/2022, 6:53 AMaspects = [
DatasetPropertiesClass(
name=nice_human_readable_name,
customProperties=properties,
description=description,
externalUrl=url
),
]
or alternatively:
aspects = [
DatasetPropertiesClass(
qualifiedName=nice_human_readable_name,
customProperties=properties,
description=description,
externalUrl=url
),
]
The mcps that are generated have proper format:
connection.submit_change_proposals
[MetadataChangeProposalWrapper(entityType='dataset', changeType='UPSERT', entityUrn='urn:li:dataset:(urn:li:dataPlatform:s3,test_s3_dataset3567c322-fd92-4417-98f0-90a66e32101b,PROD)', entityKeyAspect=None, auditHeader=None, aspectName='ownership', aspect=OwnershipClass({'owners': [OwnerClass({'owner': 'urn:li:corpuser:etl', 'type': 'DATAOWNER', 'source': OwnershipSourceClass({'type': 'SERVICE', 'url': None})})], 'lastModified': AuditStampClass({'time': 1661399154, 'actor': 'urn:li:corpuser:etl', 'impersonator': None, 'message': None})}), systemMetadata=None), MetadataChangeProposalWrapper(entityType='dataset', changeType='UPSERT', entityUrn='urn:li:dataset:(urn:li:dataPlatform:s3,test_s3_dataset3567c322-fd92-4417-98f0-90a66e32101b,PROD)', entityKeyAspect=None, auditHeader=None, aspectName='datasetProperties', aspect=DatasetPropertiesClass({'customProperties': {'here3567c322-fd92-4417-98f0-90a66e32101b': 'are some fake properties', 'that_are': 'used_for_testing'}, 'externalUrl': None, 'name': 'test_s3_dataset3567c322-fd92-4417-98f0-90a66e32101b', 'qualifiedName': None, 'description': 'This is a fake description of a dataset', 'uri': None, 'tags': []}), systemMetadata=None), MetadataChangeProposalWrapper(entityType='dataset', changeType='UPSERT', entityUrn='urn:li:dataset:(urn:li:dataPlatform:s3,test_s3_dataset3567c322-fd92-4417-98f0-90a66e32101b,PROD)', entityKeyAspect=None, auditHeader=None, aspectName='institutionalMemory', aspect=InstitutionalMemoryClass({'elements': [InstitutionalMemoryMetadataClass({'url': '<https://www.google.com/>', 'description': 'link3567c322-fd92-4417-98f0-90a66e32101b', 'createStamp': AuditStampClass({'time': 1661399154, 'actor': 'urn:li:corpuser:etl', 'impersonator': None, 'message': None})})]}), systemMetadata=None), MetadataChangeProposalWrapper(entityType='dataset', changeType='UPSERT', entityUrn='urn:li:dataset:(urn:li:dataPlatform:s3,test_s3_dataset3567c322-fd92-4417-98f0-90a66e32101b,PROD)', entityKeyAspect=None, auditHeader=None, aspectName='globalTags', aspect=GlobalTagsClass({'tags': [TagAssociationClass({'tag': 'urn:li:tag:tag13567c322-fd92-4417-98f0-90a66e32101b', 'context': None}), TagAssociationClass({'tag': 'urn:li:tag:tag_23567c322-fd92-4417-98f0-90a66e32101b', 'context': None})]}), systemMetadata=None)]
but then this rather crytpic error message (see attached screenshot).
Any advise appreciated! Thanks!breezy-shoe-41523
09/02/2022, 8:09 AM"index.routing.allocation.require.boxtype": "hot"
to all indices that datahub creates in Elasticsearch
i’m deploying datahub with helm chart
is there any easiest way to do this??melodic-beach-18239
09/02/2022, 8:24 AMmelodic-beach-18239
09/02/2022, 8:25 AMmelodic-beach-18239
09/02/2022, 8:25 AMhelpful-london-56362
09/02/2022, 10:52 AMDOCKER_BUILDKIT=1 docker build -t my_frontend -f ./docker/datahub-frontend/Dockerfile .
victorious-spoon-76468
09/02/2022, 5:27 PMdelightful-zebra-4875
09/05/2022, 9:30 AMbest-fireman-42901
09/05/2022, 2:01 PMshy-kitchen-7972
09/05/2022, 2:19 PMbreezy-shoe-41523
09/06/2022, 4:25 AMflaky-soccer-57765
09/06/2022, 3:28 PMwonderful-egg-79350
09/07/2022, 11:14 AMmodern-electrician-34675
09/07/2022, 11:42 PMrhythmic-nest-54679
09/08/2022, 2:40 AMsalmon-rose-54694
09/08/2022, 5:58 AMripe-tiger-90198
09/08/2022, 11:10 AMdry-cpu-22075
09/08/2022, 8:29 PMdatahub.configuration.common.OperationalError: ('Unable to emit metadata to DataHub GMS', {'message': "HTTPSConnectionPool(host='localhost', port=8080): Max retries exceeded with url: /aspects?action=ingestProposal (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f2263a568e0>: Failed to establish a new connection: [Errno 111] Connection refused'))"})
with my connection set in airflow as: conn_id: datahub_rest_default conn_type: datahub_rest host: <http://localhost:8080>
Not sure what's going on with the connection here as I don't typically have issues connecting to other providers locally (e.g. my Snowflake connection is working fine)
Thanks in advance!jolly-library-86177
09/09/2022, 8:40 AMfamous-fall-59477
09/09/2022, 12:44 PMdocker compose build mysql-setup elasticsearch-setup kafka-setup datahub-gms datahub-frontend-react
However, I am running into the error. The error log is pasted in the attached file.
In particular, I think the issue is being caused because of gradle 6.9.2 being used instead of gradle 7.
Can anyone shed any light on this issue?
P.S. Also do tell if I should take this doubt to #contribute instead.bland-sundown-49496
09/09/2022, 7:24 PMbreezy-shoe-41523
09/12/2022, 3:58 PMWHZ-Authentication {
com.sun.security.auth.module.LdapLoginModule sufficient
java.naming.security.authentication="simple"
userProvider="<ldap://ldap-server.mycompany.com>"
authIdentity="cn={USERNAME},OU={GROUP1},OU=user,OU=COMPANY,DC=mycompanyname,DC=com"
useSSL=false
debug=true;
};
and i need to add another group like
cn={USERNAME},OU={GROUP2},OU=user,OU=COMPANY,DC=mycompanyname,DC=com
is there any method to this?? please helpbland-sundown-49496
09/12/2022, 10:53 PMbreezy-shoe-41523
09/13/2022, 7:39 AMcurl '<http://localhost:8080/entities?action=ingest>' -X POST --data '{
"entity": {
"value": {
"com.linkedin.metadata.snapshot.CorpUserSnapshot": {
"urn": "urn:li:corpuser:aseem.bansal",
"aspects": [{
"com.linkedin.identity.CorpUserInfo": {
"active": true,
"displayName": "Aseem Bansal",
"email": "<mailto:aseem+example@acryl.io|aseem+example@acryl.io>",
"title": "Software Engineer",
"fullName": "Aseem Bansal"
}
}]
}
}
}
}'
fast-potato-13714
09/13/2022, 10:25 AMpowerful-jewelry-60069
09/13/2022, 2:15 PM