Closed jugi92 closed 3 years ago
Hi Will,
are you planning to implement the experimental copy from parquet capability from the new versions of tableauhyperapi? https://help.tableau.com/current/api/hyper_api/en-us/reference/sql/sql-copy.html#SQL-COPY-APACHE_PARQUET_FORMAT I think it should be more performant and even save the manual column type mapping that you currently implemented.
Even a "no" as an answer would be helpful so we can think about implementing it on our own. Best regards
Hi @jugi92, the latest commit adds support for converting Parquet-based tables to Tableau Hyper files. You can leverage this feature by specifying creation_mode=PARQUET when you instantiate a HyperFile object.
creation_mode=PARQUET
Hi Will,
are you planning to implement the experimental copy from parquet capability from the new versions of tableauhyperapi? https://help.tableau.com/current/api/hyper_api/en-us/reference/sql/sql-copy.html#SQL-COPY-APACHE_PARQUET_FORMAT I think it should be more performant and even save the manual column type mapping that you currently implemented.
Even a "no" as an answer would be helpful so we can think about implementing it on our own. Best regards