I ran describe-data-set on a dataset that was created using the new dataset format introduced by QuickSuite, and looking at the output, the LogicalTableMap is missing. This is the section that describes the joins. Without this section, I can’t run “create-data-set” using the definition output from “describe-data-set” if I’m looking to duplicate the dataset.
Does anyone know if QuickSuite is planning to add this section in the future to the dataset definition? If not, how should I go about running “create-data-set” using the information provided by “describe-data-set” on datasets that are created using QuickSuite’s new layout?
Hi @ineedqshelp
The team is working on it - when complete new datasets will be support in export/import api operations.
2 Likes
Can you share the timeline for that?
Hi Ramon,
Can you provide more insight into ETA on having this problem resolved. As we have PRODUCTION systems relying on the QuickSight API. The API reference shows that LogicalTableMap element should be in the JSON response for describe-data-set, however it is missing.
Do you have an official reference (issue tracker) for this issue so we can follow the progress?
Thanks.
1 Like
@TheAdameral @ineedqshelp (cc: @Ramon_Lopez ) We’ve launched full API (including Asset Bundle) support for the new experience.
Can you update your SDK which should now show TransformStepMap which replaces the LogicalTableMap for the new experience datasets? We will add a note in our API documentation about the SDK update.
Please let us know if you have further questions.
1 Like
How do I update the SDK? I’m running the command in the command prompt, not sure what the update command is.
@ineedqshelp You can follow the AWS SDK instruction for update.
Please let us know if you have further questions.
Got it. Had to update the AWS CLI, thank you!