future-hamburger-62563
11/04/2021, 11:59 PMdev.sh
. The script would fail because of unexpected character and a SO post eluded to a breaking change in Docker Compose V2. I turned this option off in docker and it works for me now, but I am curious, did anyone else have this issue? Do ppl still use dev.sh? Or are ppl using kubernetes for development?adamant-van-40260
11/06/2021, 5:53 AMCaused by: java.util.concurrent.TimeoutException: Exceeded request timeout of 10000ms
at com.linkedin.r2.transport.http.client.TimeoutTransportCallback$1.run(TimeoutTransportCallback.java:69)
rough-zoo-50278
11/08/2021, 6:39 AM07:21:46.830 [qtp544724190-12] ERROR c.l.m.filter.RestliLoggingFilter - java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
07:21:47.228 [qtp544724190-10] INFO c.l.m.filter.RestliLoggingFilter - POST /entities?action=ingest - ingest - 500 - 1ms
Running the pipeline throws this:
91 more\nCaused by: java.net.URISyntaxException: Invalid URN Parameter: 'No enum constant com.linkedin.common.FabricType.dev: urn:li:dataset:(urn:li:dataPlatform:postgres,dev.public.consumer,dev)\n\tat com.linkedin.common.urn.DatasetUrn.createFromUrn(DatasetUrn.java:55)\n\tat com.linkedin.common.urn.DatasetUrn.createFromString(DatasetUrn.java:38)\n\tat com.linkedin.common.urn.DatasetUrn$1.coerceOutput(DatasetUrn.java:76)\n\t... 94 more\n", 'message': 'java.lang.RuntimeException: java.lang.reflect.InvocationTargetException', 'status': 500}
EDIT: It was wrong env (which didn't exist)kind-psychiatrist-76973
11/08/2021, 10:22 AMdatahub/datahub-datahub-gms-654d4f8457-467qj[datahub-gms]: 10:13:31.450 [Thread-2114] ERROR c.d.m.graphql.GraphQLController - Errors while executing graphQL query: "query getSearchResultsForMultiple($input: SearchAcrossEntitiesInput!) {\n searchAcrossEntities(input: $input)
when accessing pages like /search?page=1&query=name
. Have you seen this type of error? I am running this version linkedin/datahub-gms:v0.8.16
stocky-guitar-68560
11/08/2021, 11:24 AMlively-jackal-83760
11/08/2021, 12:10 PMFile "/Users/dseredenko/.conda/envs/dataCatalog/lib/python3.9/site-packages/datahub/ingestion/extractor/schema_util.py", line 408, in _to_mce_fields
yield from self._avro_type_to_mce_converter_map[type(avro_schema)](avro_schema)
File "/Users/dseredenko/.conda/envs/dataCatalog/lib/python3.9/site-packages/datahub/ingestion/extractor/schema_util.py", line 328, in _gen_nested_schema_from_field
yield from self._to_mce_fields(sub_schema)
File "/Users/dseredenko/.conda/envs/dataCatalog/lib/python3.9/site-packages/datahub/ingestion/extractor/schema_util.py", line 408, in _to_mce_fields
yield from self._avro_type_to_mce_converter_map[type(avro_schema)](avro_schema)
KeyError: <class 'avro.schema.TimestampMillisSchema'>
tried to parse field from schema-registry like
{
"name": "event_ts",
"type": {
"type": "long",
"logicalType": "timestamp-millis"
},
"tags": [
"business-timestamp"
]
}
seems like there is no TimestampMillisSchema key in dict AvroToMceSchemaConverter._avro_type_to_mce_converter_mapgreat-oxygen-13926
11/08/2021, 12:44 PMException in thread "main" java.lang.NullPointerException
at io.prometheus.jmx.JmxCollector.loadConfig(JmxCollector.java:164)
at io.prometheus.jmx.JmxCollector.<init>(JmxCollector.java:78)
at io.prometheus.jmx.WebServer.main(WebServer.java:30)
on the jmx-exporter pod. I verified the configmap is correctly configured and I didn't make any changes to the values.ymlbrief-lizard-77958
11/08/2021, 3:07 PMkind-psychiatrist-76973
11/08/2021, 4:27 PMcorpuserinfodocument
are not presentrefined-apple-6340
11/08/2021, 6:30 PMhandsome-belgium-11927
11/09/2021, 10:50 AMdazzling-appointment-34954
11/09/2021, 12:58 PMrapid-sundown-8805
11/09/2021, 1:57 PMazure_ad_response_to_groupname_attr
(I think - not tested), but how can I set this for the JIT provisioning ie. when someone logs into the front end? (see screenshot). I think I want it set to displayName
.quick-pizza-8906
11/09/2021, 2:05 PMUser.UserAccount
and assigned Sensitive
term to field user_id
- then I opened Sensitive
glossary term details and related entities were showing 3 datasets but not mysql User.UserAccount
why is it so? Shouldn't I be able to see this association from that subpage? If not, how can I associate field with a glossary term so that this association is visible both in dataset details and glossary term detail?
2. In local docker deployment I associated a term with a field and then deleted the term via datahub delete ...
command, while the term was gone from the terms UI it was still visible in the dataset details, is there any procedure to trigger removal there as well?red-pizza-28006
11/09/2021, 3:18 PMnutritious-bird-77396
11/09/2021, 7:24 PM=========================== short test summary info ============================
FAILED tests/unit/test_glue_source.py::test_get_column_type_contains_key - bo...
FAILED tests/unit/test_glue_source.py::test_get_column_type_contains_array - ...
FAILED tests/unit/test_glue_source.py::test_get_column_type_contains_map - bo...
FAILED tests/unit/test_glue_source.py::test_get_column_type_contains_set - bo...
FAILED tests/unit/test_glue_source.py::test_get_column_type_not_contained - b...
FAILED tests/unit/test_glue_source.py::test_glue_ingest - botocore.exceptions...
FAILED tests/unit/test_glue_source.py::test_underlying_platform_takes_precendence
FAILED tests/unit/test_glue_source.py::test_underlying_platform_cannot_be_other_than_athena
FAILED tests/unit/test_glue_source.py::test_without_underlying_platform - bot...
FAILED tests/unit/sagemaker/test_sagemaker_source.py::test_sagemaker_ingest
========== 10 failed, 154 passed, 18 deselected, 2 warnings in 34.06s ==========
> Task :metadata-ingestion:testQuick FAILED
Any idea on what i am missing?
More details in 🧵gifted-continent-35826
11/09/2021, 8:00 PMred-pizza-28006
11/10/2021, 12:37 PMdatahub delete --env DEV
but I got this error
HTTPError: 404 Client Error: Not Found for url: https://<datahub-endpoint>//entities?action=search
Could this be because I have SSO turned on?loud-camera-71352
11/10/2021, 5:11 PMenough-zoo-71516
11/10/2021, 5:41 PMconnect_uri
.
Just wondering if anyone else has already got Datahub + Preset running?mysterious-park-53124
11/11/2021, 4:30 AMSource (kafka) report:
{'failures': {},
'filtered': ['__transaction_state',
'_confluent-telemetry-metrics',
'_confluent_balancer_partition_samples',
'_confluent-metrics',
'_confluent_balancer_api_state',
'__consumer_offsets',
'_confluent_balancer_broker_samples',
'_confluent-license'],
'topics_scanned': 21,
'warnings': {'topic1': ['failed to get value schema: Subject not found. (HTTP status code 404, SR code 40401)'],
'topic2': ['failed to get value schema: Subject not found. (HTTP status code 404, SR code 40401)'],
'topic3': ['failed to get value schema: Subject not found. (HTTP status code 404, SR code 40401)']},
'workunit_ids': ['kafka-topic1',
'kafka-topic2',
'kafka-topic3',
],
'workunits_produced': 13}
Sink (datahub-kafka) report:
{'downstream_end_time': None,
'downstream_start_time': None,
'downstream_total_latency_in_seconds': None,
'failures': [],
'records_written': 13,
'warnings': []}
bumpy-activity-74405
11/11/2021, 9:19 AMdatahub-frontend-react
container and it is full of
[application-akka.actor.default-dispatcher-23] WARN akka.actor.ActorSystemImpl - Explicitly set HTTP header 'Content-Length: 641' is ignored, explicit `Content-Length` header is not allowed. Use the appropriate HttpEntity subtype.
warnings. Is this a known issue? Running quickstart v0.8.16
.square-activity-64562
11/11/2021, 11:46 AMhttps://datahubproject.io/docs-website/static/img/acryl-logo-light-mark.png▾
https://datahubproject.io/img/acryl-logo-light-mark.png▾
broad-crowd-13788
11/11/2021, 5:19 PMbreezy-florist-18916
11/12/2021, 5:39 AMdatahub docker quickstart --quickstart-compose-file ./docker/quickstart/docker-compose-without-neo4j-m1.quickstart.yml
install datahub on mac M1
I met this issue:
Unable to run quickstart - the following issues were detected:
- elasticsearch-setup is still running
- mysql-setup is still running
Docker log:
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
any ideas? thankshandsome-belgium-11927
11/12/2021, 8:11 AMCaused by: java.net.URISyntaxException: Invalid URN Parameter: 'No enum constant com.linkedin.common.FabricType.PROD)
(full in thread), something changed about the ingestion process or this is a bug?nice-planet-17111
11/12/2021, 10:43 AMdatahub delete --urn <some_urn>
, the path/button to the entity also get deleted.
2. However, when i delete entities using DELETE FROM ~
on datahub database (metadata_aspect_v2), the path/button to the entity does not get deleted !! (Although there's no related data in DB)
3. After that, even if i try datahub delete --urn <some_urn>
on the same entity, the path/button does not get deleted. (At this point, somehow it's impossible to hide this path/buttons?...)
Does anyone know about this issue or how to solve this problem? 🙂thousands-intern-95970
11/12/2021, 2:19 PMplain-farmer-27314
11/12/2021, 6:38 PM> Task :metadata-ingestion:environmentSetup FAILED
Error: [Errno 13] Permission denied: '-/Dev/datahub-explore/datahub/metadata-ingestion/venv/bin/activate.fish'
plain-farmer-27314
11/12/2021, 9:36 PMpytest -m 'not integration' -vv
I'm seeing:
rootdir: /Users/-/Dev/datahub-explore/datahub/metadata-ingestion, configfile: setup.cfg, testpaths: tests/unit, tests/integration
And this is resulting in lots of test failures, with this error:
ImportError while importing test module '/Users/-/Dev/datahub-explore/datahub/metadata-ingestion/tests/integration/trino/test_trino.py'.
Hint: make sure your test modules/packages have valid Python names.