You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the Hyper API's structure I presume a .hyper file from a .twbx URL can contain more than one schema, and more than one table per schema, but every example I tried only had one schema with one table in it ("Extract"."Extract") Perhaps this is just a result of only being able to use Tableau Public Desktop data sources, that don't seem to have an option to export as multiple tables?
So, for now, twbxless only supports a single schema & table, and returns a dataset indicating multiple schemas/tables if it encounters that, rather than arbitrarily selecting a table.
Please provide a URL for a .twbx that includes a file w/ multiple schemas, tables, or both, and we can add support for selecting schema/table.
The text was updated successfully, but these errors were encountered:
* Simpler way to support PORT over other options
* No need to manually use urandom
* No reason to have preferIPV4Stack
* Update to Java 14
* Fix a couple grammar, typo, link issues in readme
* Stop using 1.x sourceCompat style
* Update Spring Boot
* Update io.spring.dependency-management
* Simplify file handling
* Clarify #4
* Refactor/test toward #1
* Relative path seems to work here
* Add additional error handle test
* Fix warns
* Reduce number of unsupported types
* Match comment to implementation
* Adding \r\n to test an IMPORTDATA issue
* Fix#1 (encoding issue with CSV) and various others
* Require public.tableau.com.
Given the Hyper API's structure I presume a .hyper file from a .twbx URL can contain more than one schema, and more than one table per schema, but every example I tried only had one schema with one table in it (
"Extract"."Extract"
) Perhaps this is just a result of only being able to use Tableau Public Desktop data sources, that don't seem to have an option to export as multiple tables?So, for now, twbxless only supports a single schema & table, and returns a dataset indicating multiple schemas/tables if it encounters that, rather than arbitrarily selecting a table.
Please provide a URL for a .twbx that includes a file w/ multiple schemas, tables, or both, and we can add support for selecting schema/table.
The text was updated successfully, but these errors were encountered: