Skip to content

Commit

Permalink
Update Azure MySQL mapping to reflect OpenLineage1.1.0 name containin…
Browse files Browse the repository at this point in the history
…g database
  • Loading branch information
wjohnson committed Sep 10, 2023
1 parent d7e9eb6 commit b60232c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion deployment/infra/OlToPurviewMappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -613,9 +613,14 @@
"op1": "prefix",
"compare": "=",
"op2": "mysql"
},
{
"op1": "nameGroups[0].parts",
"compare": ">",
"op2": "1"
}
],
"qualifiedName": "mysql://{nameSpcBodyParts[0]}/{nameSpcBodyParts[2]}/{nameGroups[0]}",
"qualifiedName": "mysql://{nameSpcBodyParts[0]}/{nameGroups[0].parts[0]}/{nameGroups[0].parts[1]}",
"purviewDataType": "azure_mysql_table",
"purviewPrefix": "mysql"
},
Expand Down
Loading

0 comments on commit b60232c

Please # to comment.