better-orange-49102
03/17/2023, 6:32 AMastonishing-dusk-99990
03/17/2023, 9:29 AMextraEnvs
So my question is, if we want to use OIDC do we need to set all enable or we can choose only one? Let’s just say I want to use in extraEnvs
but in above variable I must set false. Is it working?microscopic-leather-94537
03/17/2023, 10:02 AMbrave-judge-32701
03/20/2023, 11:05 AMCoalesceJobLineage
?elegant-salesmen-99143
03/20/2023, 1:53 PMquery
. What does it mean? What kind of queries are possible?
Some examples would be nice🥹polite-lawyer-82760
03/21/2023, 6:41 PMcolossal-autumn-78301
03/22/2023, 1:47 PMdatahub
not choose Arangodb since it is multi-modal and it supports many of the datahub
supported storage and querying capabilities?
• Is it possible to auto-generate
the graphql
schema and the resolvers
without manually updating. For example, using the tools like https://www.howtographql.com/graphql-java/11-alternative-approaches/?
Any ideas? hints?salmon-motherboard-58709
03/23/2023, 9:24 AMimportant-activity-29882
03/23/2023, 1:50 PMred-book-38331
03/23/2023, 7:02 PMdatahub
user doesn't have the admin privileges to use the UI ingestion or to edit his profile. Am I missing something?red-book-38331
03/23/2023, 10:08 PM[2023-03-23 22:02:54,369] INFO {datahub_actions.cli.actions:76} - DataHub Actions version: unavailable (installed editable via git)
[2023-03-23 22:02:54,584] WARNING {datahub_actions.cli.actions:103} - Skipping pipeline datahub_slack_action as it is not enabled
[2023-03-23 22:02:54,586] WARNING {datahub_actions.cli.actions:103} - Skipping pipeline datahub_teams_action as it is not enabled
[2023-03-23 22:02:54,587] INFO {datahub_actions.cli.actions:119} - Action Pipeline with name 'ingestion_executor' is now running.
No user action configurations found. Not starting user actions.
Exception in thread Thread-1 (run_pipeline):
Traceback (most recent call last):
File "/usr/local/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.10/site-packages/datahub_actions/pipeline/pipeline_manager.py", line 42, in run_pipeline
pipeline.run()
File "/usr/local/lib/python3.10/site-packages/datahub_actions/pipeline/pipeline.py", line 166, in run
for enveloped_event in enveloped_events:
File "/usr/local/lib/python3.10/site-packages/datahub_actions/plugin/source/kafka/kafka_event_source.py", line 174, in events
yield from self.handle_mcl(msg)
File "/usr/local/lib/python3.10/site-packages/datahub_actions/plugin/source/kafka/kafka_event_source.py", line 182, in handle_mcl
metadata_change_log_event = build_metadata_change_log_event(msg)
File "/usr/local/lib/python3.10/site-packages/datahub_actions/plugin/source/kafka/kafka_event_source.py", line 80, in build_metadata_change_log_event
return MetadataChangeLogEvent.from_class(
File "/usr/local/lib/python3.10/site-packages/datahub_actions/event/event_registry.py", line 34, in from_class
instance = cls.construct({})
AttributeError: type object 'MetadataChangeLogEvent' has no attribute 'construct'. Did you mean: '_construct'?
%4|1679609041.110|MAXPOLL|rdkafka#consumer-1| [thrd:main]: Application maximum poll interval (10000ms) exceeded by 150ms (adjust <http://max.poll.interval.ms|max.poll.interval.ms> for long-running message processing): leaving group
anyone got this error before? Every ingestion is in pending state (I'm running on mac m1, with quickstart on docker providing 16gb of ram)freezing-account-90733
03/24/2023, 5:03 AMnutritious-policeman-35027
03/24/2023, 2:31 PMbrief-bear-90340
03/24/2023, 4:32 PM[12:05 PM] DefaultCredentialsError: ('Failed to load service account credentials from /tmp/tmp53gmekv8', ValueError('Could not deserialize key data. The data may be in an incorrect format, it may be encrypted with an unsupported algorithm, or it may be an unsupported key type (e.g. EC curves with explicit parameters).', [<OpenSSLError(code=503841036, lib=60, reason=524556, reason_text=unsupported)>]))
any help with this would be appreciatedcalm-judge-34623
03/24/2023, 7:00 PM'other' has different rootQuick search of The Google and all that I see is that the build doesn't play nicely with Windows. Anyone have any ideas that could keep me from reinventing the wheel?
rough-lamp-22858
03/26/2023, 12:55 PMbrave-judge-32701
03/27/2023, 6:47 AMcolossal-pharmacist-88268
03/27/2023, 7:56 AM```step = DatahubEmitterOperator(
task_id="emit_lineage",
datahub_conn_id="datahub_rest_default",
mces=[builder.make_lineage_mce(
upstream_urns=[
builder.make_dataset_urn(PLATFORM_POSTGRES, "dvd.public.film", DEV_ENV)
],
lineage_type=DatasetLineageTypeClass.TRANSFORMED,
downstream_urn=builder.make_data_job_urn(orchestrator="airflow", flow_id="build_lineage", job_id="job_id_test", cluster=DEV_ENV)
)
]
)```
The result was the error below:
java.net.URISyntaxException: Urn entity type should be 'dataset'.: urnlidataJob:(urnlidataFlow:(*,build_lineage,DEV),job_id_test)
Datahub Airflow lineage plugin can build such lineage, however DatahubEmitterOperator seems to be capable to build only Dataset > Dataset lineage. Is that true or I was doing something wrong?
brave-judge-32701
03/28/2023, 8:30 AMfierce-agent-11572
03/28/2023, 8:36 AMglamorous-microphone-33484
03/29/2023, 12:54 AMmillions-barista-69668
03/29/2023, 8:14 AMambitious-room-6707
03/29/2023, 9:51 AMdatahub init
is it possible to supply the ca_certificate_path
like in a recipe file? Currently having issues using datahub cli due to cert errorsbusy-judge-73408
03/29/2023, 3:12 PMable-hair-50437
03/29/2023, 4:30 PMgreat-winter-52851
03/30/2023, 1:37 AMDocker doesn't seem to be running. Did you start it?
from running python3 -m datahub docker quickstart
.
I verified that Docker is running and I am able to run sudo docker run hello-world
succesfully. I believe I installed all required dependencies (in guide). python3 is version 3.10.7, Docker Engine and Compose installed as well. The command python3 -m datahub version
does succeed.
Any ideas on what I should I investigate?high-airport-34841
03/30/2023, 5:03 AMadventurous-waiter-4058
03/30/2023, 6:02 AM[2023-03-30 05:41:53,274] INFO {datahub.cli.ingest_cli:173} - DataHub CLI version: 0.10.1
[2023-03-30 05:41:53,592] ERROR {datahub.entrypoints:192} - Command failed: Failed to set up framework context: Failed to instantiate a valid DataHub Graph instance'0
Datahub is hosted on AWS EKS and its up and running is there any way to resolve this or to downgrade Datahub to older version?polite-afternoon-10256
03/30/2023, 7:15 AMproud-dusk-671
03/30/2023, 7:30 AM