abundant-airport-72599
03/08/2023, 10:37 PMfull-football-39857
03/09/2023, 4:21 AMcurved-truck-53235
03/09/2023, 5:10 PMred-waitress-53338
03/09/2023, 6:15 PMbigquery_temp_table_schema
, but this schema should be there is the current project from where we ingesting the tables. Is there a way to mention the schema from a different project? so rather than creating temp tables in all the source projects, can we reroute the temp tables to another designated common project?important-beach-76585
03/10/2023, 8:20 AMimportant-helmet-98156
03/10/2023, 8:42 AMwonderful-jordan-36532
03/10/2023, 8:57 AMelegant-salesmen-99143
03/10/2023, 9:47 AMmodern-salesmen-91339
03/10/2023, 12:10 PMbig-hair-55893
03/10/2023, 4:04 PMlively-dusk-19162
03/10/2023, 9:14 PMlate-dawn-4912
03/11/2023, 6:39 PMmicroscopic-room-90690
03/13/2023, 6:08 AMhappy-camera-26449
03/13/2023, 7:51 AMbig-hair-55893
03/13/2023, 9:32 AMlively-dusk-19162
03/13/2023, 12:20 PMfierce-guitar-16421
03/13/2023, 12:58 PMrough-energy-46557
03/13/2023, 1:12 PMcalm-dinner-63735
03/13/2023, 3:39 PMhallowed-lizard-92381
03/13/2023, 11:04 PM'message': 'java.lang.UnsupportedOperationException: Aspect: datasetKey does not currently support patch operations.', 'status': 500}
Probably related to the default write_semantics
param PATCH
“Whether the new tags, terms and owners to be added will override the existing ones added only by this source or not. Value for this config can be “PATCH” or “OVERRIDE”Looks like its trying to patch a dataset when only a datasetsnapshot can be patched?
chilly-engineer-73807
03/14/2023, 9:28 AMthousands-printer-59538
03/14/2023, 1:33 PMdamp-lighter-99739
03/14/2023, 2:49 PMrhythmic-church-10210
03/14/2023, 5:00 PMsource:
type: athena
config:
aws_region: us-east-1
work_group: primary
schema_pattern:
allow:
- '^auto_*'
query_result_location: 's3://......'
high-night-94979
03/14/2023, 7:30 PMrich-state-73859
03/14/2023, 8:04 PMshy-dog-84302
03/15/2023, 5:45 AMe: file:///Users/***/build/generated/source/kotlin/org/***/data/datahub/graphql/generated/model/SchemaMetadata.kt:19:18 Type of 'version' doesn't match the type of the overridden var-property 'public abstract var version: Long? defined in org.entur.data.datahub.graphql.generated.model.Aspect'
I see that this is due to a mismatch in overriden property version: Long!
in type SchemaMetadata against version: Long
in interface Aspect
I am not an expert in GraphQL schema design but this sounds obvious to me. Aligning the types resolves the error.
Do you think it is a genuine error and needs to be fixed?
👉 Please suggest the right channel to post this question if it doesn’t fit here 🙂adorable-computer-92026
03/15/2023, 10:50 AM~~~~ Execution Summary - RUN_INGEST ~~~~
Execution finished with errors.
{'exec_id': '4245aa64-3224-4785-a2f9-b9808ea39a3a',
'infos': ['2023-03-15 10:53:21.632486 INFO: Starting execution for task with name=RUN_INGEST',
"2023-03-15 10:53:29.782012 INFO: Failed to execute 'datahub ingest'",
'2023-03-15 10:53:29.782346 INFO: Caught exception EXECUTING task_id=4245aa64-3224-4785-a2f9-b9808ea39a3a, name=RUN_INGEST, '
'stacktrace=Traceback (most recent call last):\n'
' File "/usr/local/lib/python3.10/site-packages/acryl/executor/execution/default_executor.py", line 122, in execute_task\n'
' task_event_loop.run_until_complete(task_future)\n'
' File "/usr/local/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete\n'
' return future.result()\n'
' File "/usr/local/lib/python3.10/site-packages/acryl/executor/execution/sub_process_ingestion_task.py", line 231, in execute\n'
' raise TaskError("Failed to execute \'datahub ingest\'")\n'
"acryl.executor.execution.task.TaskError: Failed to execute 'datahub ingest'\n"],
'errors': []}
~~~~ Ingestion Report ~~~~
{
"cli": {
"cli_version": "0.10.0",
"cli_entry_location": "/tmp/datahub/ingest/venv-mysql-0.10.0/lib/python3.10/site-packages/datahub/__init__.py",
"py_version": "3.10.9 (main, Jan 23 2023, 22:32:48) [GCC 10.2.1 20210110]",
"py_exec_path": "/tmp/datahub/ingest/venv-mysql-0.10.0/bin/python3",
"os_details": "Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with-glibc2.31",
"mem_info": "90.65 MB"
},
"source": {
"type": "mysql",
"report": {
"events_produced": 0,
"events_produced_per_sec": 0,
"entities": {},
"aspects": {},
"warnings": {},
"failures": {},
"soft_deleted_stale_entities": [],
"tables_scanned": 0,
"views_scanned": 0,
"entities_profiled": 0,
"filtered": [],
"start_time": "2023-03-15 10:53:25.664072 (1.32 seconds ago)",
"running_time": "1.32 seconds"
}
},
"sink": {
"type": "datahub-rest",
"report": {
"total_records_written": 0,
"records_written_per_second": 0,
"warnings": [],
"failures": [],
"start_time": "2023-03-15 10:53:25.315111 (1.67 seconds ago)",
"current_time": "2023-03-15 10:53:26.984474 (now)",
"total_duration_in_seconds": 1.67,
"gms_version": "v0.10.0",
"pending_requests": 0
}
}
}
agreeable-mechanic-5913
03/15/2023, 1:05 PMwhite-vegetable-93125
03/15/2023, 3:58 PM