The examples I've seen for Impyla are for executing command line queries,
i.e. the equivalent to running
hive -e 'select * from my_db.my_table'
Is there functionality in Impyla to be able to run something like :
hive -f create_hive_table.hql \
-hiveconf my_db=db1 \
-hiveconf my_table=tbl1