billowy-book-26360
03/17/2022, 1:20 AMValueError: ('# Detailed Table Information', None, None) is not in list
? I encounter this for all tables, but all database names are ingested fine.loud-island-88694
hundreds-photographer-13496
03/17/2022, 1:43 PMsource:
type: hive
config:
host_port: '<http://dbc-xxxx.cloud.databricks.com:443|dbc-xxxx.cloud.databricks.com:443>'
scheme: databricks+connector
options:
connect_args:
http_path: <http-path>
access_token: <access-token>
Make sure you have sqlalchemy-databricks and databricks-sql-connector installed.
It worked for me. Let me know if you run into issues.billowy-book-26360
03/17/2022, 11:24 PMhundreds-photographer-13496
03/21/2022, 12:45 PMscheme : databricks+connector
The fix for the ValueError you mentioned earlier will be available soon in acryl-pyhive python package . Once that's available, you can go back to using recipe scheme: databricks+pyhive
as mentioned in hive docs where tables along with detailed table info will be ingested. I will update here once it's available.
cc: @dazzling-judge-80093billowy-book-26360
03/21/2022, 6:40 PMdatabricks+pyhive
after a few reboots and some additional unrelated pip installs.hundreds-photographer-13496
03/23/2022, 4:53 AMbillowy-book-26360
03/23/2022, 10:44 PMdatabricks+connector
ingestion but Properties tab under Hive objects (tables) is blank. When I use databricks+connector
I see is_view=True under Properties tab and view_definition is blank.