Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more than 1 table/schema per .hyper file? #4

Open
waded opened this issue May 16, 2020 · 0 comments
Open

Support more than 1 table/schema per .hyper file? #4

waded opened this issue May 16, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@waded
Copy link
Member

waded commented May 16, 2020

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.

@waded waded added the enhancement New feature or request label May 16, 2020
waded added a commit that referenced this issue May 16, 2020
waded added a commit that referenced this issue May 17, 2020
* 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant