amundsen icon indicating copy to clipboard operation
amundsen copied to clipboard

Bug Report - Missing last_updated_at in amundsen metadata api response

Open ggirodda opened this issue 2 years ago • 0 comments

When calling the api metadata route /table/{table_uri}, the proprety last_updated_at is null. I can confirm that all the data needed by the NeptuneCsvPublisher were loaded in the aws s3 bucket, here a list of the uploaded files:

Cluster_7.csv
Cluster_Schema_SCHEMA.csv
Column_9.csv
Schema_7.csv
Schema_Table_TABLE.csv
Table_8.csv
Table_Column_COLUMN.csv
Table_Tag_TAGGED_BY.csv
Table_Timestamp_LAST_UPDATED_AT.csv
Tag_7.csv
Timestamp_9.csv

Expected Behavior

The property last_updated_at shouldn't be null

Current Behavior

The property last_updated_at is null

Your Environment

  • Amunsen version used: amundsen-databuilder = "^6.7.4"
  • Data warehouse stores:
  • Deployment (k8s or native):
  • Link to your fork or repository:

ggirodda avatar Sep 12 '22 17:09 ggirodda