alert-beach-77662
11/30/2021, 9:43 AMhigh-hospital-85984
11/30/2021, 1:33 PMabundant-policeman-24127
11/30/2021, 5:12 PMfancy-sundown-164
11/30/2021, 5:25 PM../gradlew :metadata-ingestion:testQuick
) with a modified build.grade
file to only run the tests I want takes 3-4 minutes, but probably 99% of this is just loading dependencies. Is there some way to cache this step or something between runs?wooden-gpu-7761
12/02/2021, 2:59 AMrich-policeman-92383
12/02/2021, 10:34 AMdhubv0812/lib64/python3.6/site-packages/sqlalchemy/engine/result.py", line 1215, in _fetchone_impl
return self.cursor.fetchone()
DatabaseError: (cx_Oracle.DatabaseError) DPI-1037: column at array position 0 fetched with error 1406
orange-flag-48535
12/02/2021, 10:37 AMbillions-receptionist-60247
12/02/2021, 12:31 PMbrief-lizard-77958
12/02/2021, 3:03 PM"chartUrl": "Wikipedia": "<https://en.wikipedia.org/>",
red-pizza-28006
12/02/2021, 3:58 PMsource:
type: "kafka"
config:
connection:
bootstrap: "bootstrap:9092"
consumer_config:
sasl.username: "youthoughtiwasreal"
sasl.password: "icantsharethat"
security.protocol: "sasl_plaintext"
schema_registry_url: "<https://sr:8081>"
schema_registry_config:
<http://basic.auth.user.info|basic.auth.user.info>: nonono:istillcannotshare
sink:
type: "datahub-rest"
config:
server: "<http://gmsendpoint>"
millions-notebook-72121
12/02/2021, 5:04 PMRelated entities
, which I assume is for that, but could not find anything related to this in the docs nor in the examples. Is this implemented yet?mammoth-bear-12532
0.8.17.4
that has a few important fixes for mongo, snowflake and the delete cli (https://github.com/acryldata/datahub/releases/tag/v0.8.17.4) 🧵plain-farmer-27314
12/03/2021, 4:31 PM{'error': 'Unable to emit metadata to DataHub GMS',
'info': {'exceptionClass': 'com.linkedin.restli.server.RestLiServiceException',
'message': 'org.apache.kafka.common.errors.SerializationException: Error serializing Avro message',
'stackTrace': 'com.linkedin.restli.server.RestLiServiceException [HTTP Status:500]: '
'org.apache.kafka.common.errors.SerializationException: Error serializing Avro message\n'
'\tat com.linkedin.metadata.restli.RestliUtil.toTask(RestliUtil.java:42)\n'
'\tat com.linkedin.metadata.restli.RestliUtil.toTask(RestliUtil.java:50)\n'
'\tat com.linkedin.metadata.resources.entity.AspectResource.ingestProposal(AspectResource.java:132)\n'
'\tat sun.reflect.GeneratedMethodAccessor97.invoke(Unknown Source)\n'
'\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n'
'\tat java.lang.reflect.Method.invoke(Method.java:498)\n'
'\tat com.linkedin.restli.internal.server.RestLiMethodInvoker.doInvoke(RestLiMethodInvoker.java:172)\n'
'\tat com.linkedin.restli.internal.server.RestLiMethodInvoker.invoke(RestLiMethodInvoker.java:326)\n'
Kind of a vague error, but I can provide more context if neededbrief-wolf-70822
12/03/2021, 7:09 PMstocky-television-65849
12/03/2021, 8:00 PMsource:
type: redshift
config:
# Coordinates
host_port: xxx:5439
database: test
# Credentials
username: x
password: x
# Options
options:
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://localhost:8080>"
I got the error
ConnectionError: HTTPConnectionPool(host='localhost', port=8080): Max retries exceeded with url: /config (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f906d430520>: Failed to establish a new connection: [Errno 61] Connection refused'))
stocky-television-65849
12/03/2021, 8:05 PMOperationalError: (psycopg2.OperationalError) server certificate for "*.<http://xxxxxxx.us-east-1.redshift.amazonaws.com|xxxxxxx.us-east-1.redshift.amazonaws.com>" does not match host name "xxxxx"
damp-minister-31834
12/04/2021, 2:39 AMbest-balloon-56
12/06/2021, 8:09 AMbrief-lizard-77958
12/06/2021, 12:35 PMstocky-television-65849
12/06/2021, 5:22 PMrhythmic-sundown-12093
12/07/2021, 4:38 AMlib/python3.8/site-packages/sqlalchemy/dialects/mysql/reflection.py:192: SAWarning: Did not recognize type 'geometry' of column 'GeoShape'
billions-receptionist-60247
12/07/2021, 8:18 AMpip3 install 'acryl-datahub[postgres]'
still its showing disabledcolossal-easter-99672
12/07/2021, 12:06 PMupstreamLineage
info via MetadataChangeProposalWrapper
? i mean add additional info and dont rewrite existing.agreeable-thailand-43234
12/08/2021, 2:12 AM<https://datahubproject.io/docs/metadata-ingestion/developing/>
but i got the following error:
[ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * What went wrong:
15:09:05.346 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Execution failed for task ':metadata-ingestion:checkPythonVersion'.
15:09:05.346 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] > Process 'command 'python3'' finished with non-zero exit value 134
I can see that task is only checking for the python version install to be >= 3.6
task checkPythonVersion(type: Exec) {
commandLine python_executable, '-c', 'import sys; assert sys.version_info >= (3, 6)'
}
I have installed python 3.6 from conda distribution…any idea?orange-flag-48535
12/08/2021, 10:19 AMhappy-father-45304
12/08/2021, 7:36 PMcool-king-80482
12/08/2021, 9:11 PMorange-flag-48535
12/09/2021, 7:24 AMrich-policeman-92383
12/09/2021, 8:17 AMmicroscopic-elephant-47912
12/09/2021, 11:37 PM