Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

ridi/ridi-impala-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ridi-impala-connector

Installation

To install and use this package, specify its version and put the following line into your requirements.txt:

git+ssh://git@github.com/ridi/ridi-impala-connector@${VERSION}

For example, if you want to use the 0.3.0 version, you can use the following line:

git+ssh://git@github.com/ridi/ridi-impala-connector@0.3.0

Please DO NOT omit the version information. It may cause compatibility issue!

You can check the release versions and histories in here.

Authentication

During its installation, it may ask your GitHub credentials. Please read these articles for further information.

Command Line

To install this package on your development environment directly, execute the following commands:

$ pip install git+ssh://git@github.com/ridi/ridi-impala-connector@${VERSION}