Skip to content

Commit

Permalink
Actual fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skrydal committed Oct 22, 2024
1 parent c4e9c76 commit ff9fe49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def gen_dataset_containers(
logger.warning(
f"Failed to generate platform resource for label {k}:{v}: {e}"
)
tags_joined.append(tag_urn.urn())
tags_joined.append(tag_urn.name)

database_container_key = self.gen_project_id_key(database=project_id)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"json": {
"tags": [
{
"tag": "urn:li:tag:urn:li:tag:priority:medium:test"
"tag": "urn:li:tag:priority:medium:test"
}
]
}
Expand Down Expand Up @@ -1321,12 +1321,12 @@
},
{
"entityType": "tag",
"entityUrn": "urn:li:tag:urn:li:tag:priority:medium:test",
"entityUrn": "urn:li:tag:priority:medium:test",
"changeType": "UPSERT",
"aspectName": "tagKey",
"aspect": {
"json": {
"name": "urn:li:tag:priority:medium:test"
"name": "priority:medium:test"
}
},
"systemMetadata": {
Expand Down

0 comments on commit ff9fe49

Please sign in to comment.