Apache Hive
An overview of the Hive integration with Secoda
Apache Hive Metadata Extracted
Getting Started with Apache Hive
Direct Connection to Hive
-- Create a new role for Secoda
CREATE ROLE SECODA;
-- Grant read permissions on database
GRANT SELECT ON DATABASE <database_name>.* TO ROLE SECODA;-- Grant the role to user
GRANT ROLE SECODA TO USER SECODA_USER;MySQL Metastore Connection
Last updated
Was this helpful?