这是indexloc提供的服务,不要输入任何密码
Skip to content

Version 7.0 CSV export from Query Tool results does not include all columns #6122

@anthonydb

Description

@anthonydb

Describe the bug

I ran a query that is in the form of multiple CTEs, e.g.

WITH table_a AS (....),
     table_b AS (....)
SELECT * FROM table_a JOIN table_b ON a.id = b.id;

The query runs properly giving expected results. However, when I download the results to CSV by clicking the download icon, the resulting CSV only includes columns from the first CTE, table_a.

To Reproduce

Unfortunately, I cannot share the query as it is proprietary. But it is in the form noted above.

Expected behavior

In prior versions, all columns would export to CSV

Desktop (please complete the following information):

  • OS: macOS Ventura 13.3.1
  • Mode: Desktop

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions