Skip to content

Commit

Permalink
Merge pull request #41 from metabolicdata/feature/fix_atlan_metastore
Browse files Browse the repository at this point in the history
Fix atlan metastore source
  • Loading branch information
berna396 authored May 20, 2024
2 parents 02179be + 8deff17 commit 6de00bb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ class AtlanService(token: String, baseUrlDataLake: String, baseUrlConfluent: Str
"KafkaTopic"
case _: FileSource =>
"Table"
case _: MetastoreSource =>
"Table"
}
}

Expand Down

0 comments on commit 6de00bb

Please sign in to comment.