billowy-truck-48700
05/23/2022, 10:29 AM"[Errno 111] Connection refused')': /simple/acryl-datahub/\n"
'ERROR: Could not find a version that satisfies the requirement acryl-datahub[datahub-rest,mssql]==0.8.35 (from versions: none)\n'
'ERROR: No matching distribution found for acryl-datahub[datahub-rest,mssql]==0.8.35\n'
I'm using quickstart Datahub setup for POC purposes on airgap server.
Is there any way to install required libraries manually? Or add our internal Airtifactory Pypi repository to respective docker composer or somewhere what it used for execution of UI ingestion.
I have tried container acryldata/datahub-actions:head, but it didn't help.
ingestion via CLI works fine.numerous-account-62719
05/24/2022, 5:37 AMnumerous-account-62719
05/24/2022, 7:42 AMnumerous-account-62719
05/24/2022, 8:09 AMTraceback (most recent call last):
File "/usr/local/lib/python3.9/threading.py", line 973, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.9/threading.py", line 910, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.9/site-packages/datahub_actions/pipeline/pipeline_manager.py", line 42, in run_pipeline
pipeline.run()
File "/usr/local/lib/python3.9/site-packages/datahub_actions/pipeline/pipeline.py", line 161, in run
for enveloped_event in enveloped_events:
File "/usr/local/lib/python3.9/site-packages/datahub_actions/plugin/source/kafka/kafka_event_source.py", line 149, in events
msg = self.consumer.poll(timeout=2.0)
File "/usr/local/lib/python3.9/site-packages/confluent_kafka/deserializing_consumer.py", line 131, in poll
raise ConsumeError(msg.error(), kafka_message=msg)
confluent_kafka.error.ConsumeError: KafkaError{code=UNKNOWN_TOPIC_OR_PART,val=3,str="Subscribed topic not available: PlatformEvent_v1: Broker: Unknown topic or partition"}
bright-receptionist-94235
05/24/2022, 11:25 AMcool-painting-92220
05/24/2022, 5:22 PMcalm-waitress-61333
05/24/2022, 5:59 PMrich-policeman-92383
05/24/2022, 8:08 PMrich-policeman-92383
05/24/2022, 8:15 PMmysterious-butcher-86719
05/24/2022, 8:59 PMshy-ability-24875
05/25/2022, 1:46 AMgreat-cpu-72376
05/25/2022, 7:33 AMacryl-datahub[airflow]
, I configured the connection, I set the lineage and I set datahub_kwargs
configuration.
I see in the dags logs the following error:
[2022-05-24 21:00:35,142] {datahub.py:122} ERROR - Failed to serialize DAG 'create_partitions_ubxpt_ninaw1_dag': 'str' object has no attribute '__module__'
[2022-05-24 21:00:35,142] {datahub.py:123} INFO - Supressing error because graceful_exceptions is set
Have you ever met this error?great-cpu-72376
05/25/2022, 9:33 AMclean-piano-28976
05/25/2022, 10:20 AMdelete
data from Datahub using a curl request
and although my request runs I can still see the metadata when I search the UI. Does anyone know what I might be missing here?brave-businessperson-3969
05/25/2022, 11:57 AM11:22:15 [application-akka.actor.default-dispatcher-71] ERROR application - The submitted callback is of type: class javax.security.auth.callback.NameCallback : javax.security.auth.callback.NameCallback@7be1fcbf 11:22:15 [application-akka.actor.default-dispatcher-71] ERROR application - The submitted callback is of type: class javax.security.auth.callback.PasswordCallback : javax.security.auth.callback.PasswordCallback@7d265380
The line seems to be printed by the code at https://github.com/datahub-project/datahub/blob/5cce3acddcb46443c748bf2eb0b1e5e539[…]94d936/datahub-frontend/app/security/AuthenticationManager.java .
But I'm a bit confused why this is an error message. For me, it looks more like a debug or info log message, not an error.
Any idea if this is related to the no longer working LDAP login?high-toothbrush-90528
05/25/2022, 12:57 PM14:46:10.886 [ForkJoinPool.commonPool-worker-9] ERROR c.l.metadata.boot.BootstrapManager:41 - Caught exception while executing bootstrap step IngestDataPlatformInstancesStep. Exiting...
java.lang.IllegalArgumentException: Failed to find entity with name telemetry in EntityRegistry
at com.linkedin.metadata.models.registry.MergedEntityRegistry.getEntitySpec(MergedEntityRegistry.java:113)
at com.linkedin.metadata.entity.EntityService.getKeyAspectSpec(EntityService.java:817)
at com.linkedin.metadata.entity.EntityService.getKeyAspectSpec(EntityService.java:813)
at com.linkedin.metadata.boot.steps.IngestDataPlatformInstancesStep.getDataPlatformInstance(IngestDataPlatformInstancesStep.java:54)
at com.linkedin.metadata.boot.steps.IngestDataPlatformInstancesStep.execute(IngestDataPlatformInstancesStep.java:80)
at com.linkedin.metadata.boot.BootstrapManager.lambda$start$0(BootstrapManager.java:39)
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640)
at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1632)
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175)
Any idea? Thanks!adamant-furniture-37835
05/25/2022, 1:57 PMlemon-hydrogen-83671
05/25/2022, 3:47 PMdatahub ingest
? I’m trying to get a summary of what the transformer will do after transformations. Kind of like the workunit summary thats provided in a regular sink/source recipegentle-oil-54863
05/26/2022, 6:52 AMgreat-cpu-72376
05/26/2022, 10:07 AMpip install acryl-datahub[airflow]
in airflow image.
Now I would try with this plugin: pip install acryl-datahub-airflow-plugin
but I am not able to install:
pip install acryl-datahub-airflow-plugin
ERROR: Could not find a version that satisfies the requirement acryl-datahub-airflow-plugin (from versions: none)
ERROR: No matching distribution found for acryl-datahub-airflow-plugin
What should I do?brainy-wall-41694
05/26/2022, 11:21 AMdatahub docker quickstart
command the lineage is displayed correctly. However, when I use the command docker-compose -p datahub -f docker-compose.yml -f docker-compose.override.yml up datahub-frontend-react
the lineage is not enabled. Do you know if there is something that needs to be configured?nutritious-bird-77396
05/26/2022, 4:02 PMint2
2. Kafka Connect Using Debezium and Confluent Schema Registry creates a protobuf schema in the Schema Registry and creates topics
3. Ingest kafka topics to Datahub.
Error: Option "(confluent.field_meta)" unknown. Ensure that your proto definition file imports the proto which defines the option
More details of the schema in 🧵rich-policeman-92383
05/27/2022, 8:50 AMgreat-beard-50720
05/27/2022, 9:43 AMERROR: ('Unable to emit metadata to DataHub GMS', {'exceptionClass': 'com.linkedin.restli.server.RestLiServiceException', 'stackTrace': 'com.linkedin.restli.server.RestLiServiceException [HTTP Status:422]: Failed to validate record with class com.linkedin.assertion.AssertionInfo: ERROR :: /datasetAssertion/nativeParameters :: unrecognized field found but not allowed\nERROR :: /datasetAssertion/nativeType :: unrecognized field found but not allowed\nERROR :: /datasetAssertion/aggregation :: unrecognized field found but not allowed\nERROR :: /datasetAssertion/parameters :: unrecognized field found but not allowed\nERROR :: /datasetAssertion/dataset :: unrecognized field found but not allowed\nERROR ...
So there is some disagreement between DH and GE about the model structure there.
Is this as a result of incompatible versions? Something else? Any help would be very welcome. Thanks.breezy-portugal-43538
05/27/2022, 11:03 AMnumerous-application-54063
05/27/2022, 11:04 AMbland-smartphone-67838
05/27/2022, 12:16 PMdatahub check plugins
and I see then my source is disabled. Cant find any information about it.billowy-jewelry-4209
05/27/2022, 4:31 PM'KeyError: 'Did not find a registered class for vertica'
Full log is attached in thread.
Thankx for help!damp-greece-27806
05/27/2022, 5:11 PMgentle-camera-33498
05/27/2022, 6:28 PMReading rows 57000 through 58000 from the aspects table.
Caught exception during attempt 0 of Step with id SendMAEStep: java.lang.IllegalStateException: Aspect clientId could not be found
Retrying 0 more times...
Failed Step 3/3: SendMAEStep. Failed after 0 retries.
Exiting upgrade RestoreIndices with failure.