mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-24 08:28:12 +00:00
fix(ingest/iceberg): Iceberg table name (#11599)
This commit is contained in:
parent
14c79389f5
commit
ebcce1f87b
@ -182,6 +182,7 @@ class IcebergSource(StatefulIngestionSourceBase):
|
||||
custom_properties["snapshot-id"] = str(table.current_snapshot().snapshot_id)
|
||||
custom_properties["manifest-list"] = table.current_snapshot().manifest_list
|
||||
dataset_properties = DatasetPropertiesClass(
|
||||
name=table.name()[-1],
|
||||
tags=[],
|
||||
description=table.metadata.properties.get("comment", None),
|
||||
customProperties=custom_properties,
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
spark-iceberg:
|
||||
image: tabulario/spark-iceberg:3.3.2_1.3.0
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
},
|
||||
{
|
||||
"com.linkedin.pegasus2avro.dataset.DatasetProperties": {
|
||||
"name": "another_taxis",
|
||||
"customProperties": {
|
||||
"owner": "root",
|
||||
"created-at": "2024-06-27T17:29:32.492204247Z",
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
},
|
||||
{
|
||||
"com.linkedin.pegasus2avro.dataset.DatasetProperties": {
|
||||
"name": "taxis",
|
||||
"customProperties": {
|
||||
"owner": "root",
|
||||
"created-at": "2024-05-22T14:08:04.001538500Z",
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
},
|
||||
{
|
||||
"com.linkedin.pegasus2avro.dataset.DatasetProperties": {
|
||||
"name": "taxis",
|
||||
"customProperties": {
|
||||
"owner": "root",
|
||||
"created-at": "2024-05-22T14:10:22.926080700Z",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user