dropbox / dropbox/PyHive

Supports Hive table option like 'STORED AS' and 'TBLPROPERTIES'

Open
#314 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.7k
Forks
545
PR merge metrics
No merged PRs in 30d

Description

I'm trying to use SQLAchemy API to construct tractional Hive table like:

```SQL
CREATE TABLE hello_acid (key int, value int)
STORED AS ORC TBLPROPERTIES ('transactional'='true');
```

However, I could not find any API from SQLAlchemy nor this library.

I also asked a question in stackoverflow: https://stackoverflow.com/questions/60348278/how-to-construct-table-with-table-options-by-using-sqlalchemy

Comments are appreciated!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.