Why does the database name for the Hive connector change to schema upon ingestion? #5438
Answered
by
ShilpaVernekar
ShilpaVernekar
asked this question in
Q&A
-
When ingesting metadata from Hive connector, the |
Beta Was this translation helpful? Give feedback.
Answered by
ShilpaVernekar
Jun 13, 2022
Replies: 1 comment
-
There’s no concept of a OpenMetadata has a hierarchy |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ShilpaVernekar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There’s no concept of a
database
in Hive, and it actually refers toschema
. Database and schema are used interchangeably in Hive.OpenMetadata has a hierarchy
service(cluster).database.schema.table_name
. In case, a particular service does not support a database name, then OpenMetadata uses “default
” as the database name.