Skip to content

Commit

Permalink
Merge pull request #70 from GoogleCloudPlatform/issue69-impala-connect
Browse files Browse the repository at this point in the history
use ibis.impala.connect function
  • Loading branch information
dhercher committed Aug 19, 2020
2 parents af78ba3 + 5f80e89 commit 569a96a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data_validation/data_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

import google.oauth2.service_account
from ibis.bigquery.client import BigQueryClient
from ibis.impala.client import ImpalaClient
import ibis.impala
import ibis.pandas
from ibis.sql.mysql.client import MySQLClient
from ibis.sql.postgres.client import PostgreSQLClient
Expand All @@ -42,7 +42,7 @@

CLIENT_LOOKUP = {
"BigQuery": BigQueryClient,
"Impala": ImpalaClient,
"Impala": ibis.impala.connect,
"MySQL": MySQLClient,
"Postgres": PostgreSQLClient,
"Teradata": TeradataClient,
Expand Down

0 comments on commit 569a96a

Please sign in to comment.