- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2021 03:28 PM
Would any care to share how they got the Hyperleaup library working I am currently stuck at an error at publish and cannot seem to find a solution.
TypeError: publish() got an unexpected keyword argument 'file_path'
I am %pip installing all the requirements and installing the library with:
%pip install git+https://github.com/goodwillpunning/hyperleaupI create the query from a delta table with limit 10 so its small just to test and run:
hf = HyperFile(name="df_name", sql=query, is_dbfs_enabled=True, creation_mode='copy')The file appears under in /tmp/hyperleaup/df_name/df_name.hyper
I set all the connection values and datasource_name an it authenticates. But the publish stops at the error I posted above. I am using my login credentials for tab server and have full admin privileges. I can display all datasources on our tableau server from a databricks notebook using other code to test the connection.
My Hyperleaup test notebook is running on cluster with runtime 10.1 using i3.xlarge if it matters. No custom config settings. If you need any other info please ask.
I've watched the data collab lab video on youtube. it would have been great to see the 5mins it took to config the demo.
- Labels:
-
BI Integrations
-
Data
-
Databricks notebook
-
Pip