I am new in DataHub... looking to ingest metada u...
# ingestion
r
I am new in DataHub... looking to ingest metada using hive plugin; we currently have presto + hive metastore, what is the best way to ingest the data on this case? appreciate any help !
l
Hello Omar! Please take a look at this recipe
r
already looking into this... is that connected to HiveServer2 or HiveMetastore?
l
We use https://github.com/dropbox/PyHive SQL Alchemy connector
it uses the thrift API
r
awesome! let me give it a try
it is looking better now… but getting
Protocol must be https when passing a password
… how did you set up the SQLAlchemy
options
? thanks!