full-cartoon-72793
03/04/2022, 9:48 PMhelm repo add datahub <https://helm.datahubproject.io/>
helm install prerequisites datahub/datahub-prerequisites
helm install datahub datahub/datahub
I also created the metadata ingestion source using the DataHub UI.
Any ideas on how to fix this?salmon-rose-54694
03/07/2022, 1:56 AMrough-van-26693
03/07/2022, 2:27 AMbrave-secretary-27487
03/07/2022, 9:43 AMDatasetPropertiesClass
Or can I use this object to also change the scheme of a dataset?red-accountant-48681
03/07/2022, 11:46 AMmany-guitar-67205
03/07/2022, 12:59 PMmost-nightfall-36645
03/07/2022, 2:20 PMcontainer
{'error': 'Unable to emit metadata to DataHub GMS',
'info': {'exceptionClass': 'com.linkedin.restli.server.RestLiServiceException',
stackTrace': 'com.linkedin.restli.server.RestLiServiceException [HTTP Status:500]: java.lang.RuntimeException: Unknown '
aspect container for entity dataset\n'
<OMITTED>
'message': 'java.lang.RuntimeException: Unknown aspect container for entity dataset','status': 500}}
This seems similar to an issue described in this thread, however no solution was found.
Would anyone be able to help me understand this issue?
I am using:
Datahub: v0.8.24
CLI: 0.8.27full-cartoon-72793
03/07/2022, 7:48 PMNoSuchModuleError: Can't load plugin: sqlalchemy.dialects:databricks.pyhive
damp-greece-27806
03/07/2022, 8:31 PMplain-farmer-27314
03/07/2022, 9:29 PMsilly-beach-19296
03/08/2022, 1:10 AMstocky-midnight-78204
03/08/2022, 3:33 AMmelodic-helmet-78607
03/08/2022, 9:53 AMavro.io.AvroTypeException: The datum MetadataChangeEventClass({'auditHeader': None, 'proposedSnapshot': ...
broad-thailand-41358
03/08/2022, 5:29 PMhost
host contains bad characters, found <http://master1.search.dfw.wordpress.com> (type=assertion_error)
Here is the portion of my config
source:
type: "elasticsearch"
config:
# Coordinates
host: <http://master1.search.dfw.wordpress.com:9203>
plain-farmer-27314
03/08/2022, 8:01 PMViews
, just not Materialized Views
high-toothbrush-90528
03/08/2022, 9:11 PMimport datahub.emitter.mce_builder as builder
from datahub.emitter.mcp import MetadataChangeProposalWrapper
from datahub.metadata.schema_classes import ChangeTypeClass, ContainerPropertiesClass
from datahub.emitter.rest_emitter import DatahubRestEmitter
emitter = DatahubRestEmitter(gms_server="<http://localhost:8080>", extra_headers={})
emitter.test_connection()
metadata_event = MetadataChangeProposalWrapper(
aspect=ContainerPropertiesClass(
name="DataProduct1",
description="original description for dp1"
),
entityType="container",
changeType=ChangeTypeClass.UPSERT,
entityUrn="urn:li:container:DATAPROD",
aspectName="containerProperties",
)
# Emit metadata! This is a blocking call
emitter.emit(metadata_event)
I receive:
The field at path '/search/searchResults[0]/entity' was declared as a non null type, but the code involved in retrieving data has wrongly returned a null value. The graphql specification requires that the parent field be set to null, or if that is non nullable that it bubble up null to its parent and so on. The non-nullable type is 'Entity' within parent type 'SearchResult' (code undefined)
To be mentioned is that I have created the container before ingesting any data.melodic-helmet-78607
03/09/2022, 12:36 AMlemon-terabyte-66903
03/09/2022, 6:05 AMhandsome-cartoon-79613
03/09/2022, 9:34 AMstocky-midnight-78204
03/09/2022, 12:30 PMpolite-application-51650
03/09/2022, 12:50 PM'NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fe02a7ef100>: Failed to establish a new connection: [Errno 111] '
'Connection refused\n'
'\n'
"MaxRetryError: HTTPConnectionPool(host='localhost', port=9002): Max retries exceeded with url: /api/gms/config (Caused by "
"NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe02a7ef100>: Failed to establish a new connection: [Errno 111] "
"Connection refused'))\n"
'\n'
Can somebody please help me rectify this.salmon-area-51650
03/09/2022, 3:54 PMprehistoric-room-17640
03/09/2022, 5:04 PMgreen-pencil-45127
03/09/2022, 6:57 PMfreezing-farmer-89710
03/09/2022, 7:22 PMmicroscopic-elephant-47912
03/09/2022, 8:13 PMshy-parrot-64120
03/09/2022, 9:01 PMglue
ingestor not adding Data source
(e,g.) AwsDataCatalog
to dataset
are there any ways to do so in “natural” way?
Issue is - i cant map dataset ingested from `Superset`/`Tableau` to ones ingested from Glue
kind-baker-52130
03/10/2022, 12:21 AMeager-church-8887
03/10/2022, 4:22 AMpolite-application-51650
03/10/2022, 6:10 AM