Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Gist Page : example-python-read-and-write-from-impala-with-security

Common part

Thrift-sasl

The script bellow don't work with thrift-sasl 0.3.0 but only with thrift-sasl 0.2.1.

Add thrift-sasl==0.2.1 to your requirement.txt file.

Libraries dependency

Code Block
languagepy
import ibis
import pandas as pd
import os

...