Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

384
Views
QuickSight could not generate any output column after applying transformation Error

I am running a query that works perfectly on AWS Athena however when I use athena as a data source from quicksight and tries to run query it keeps on giving me QuickSight could not generate any output column after applying transformation error message.

Here is my query:

 WITH register as (
    select created_at as register_time
         , serial_number
         , node_name
         , node_visible_time_name
      from table1
     where type = 'register'),
bought as (
    select created_at as bought_time 
         , node_name
         , serial_number
      from table1
     where type= 'bought')
   SELECT r.node_name
        , r.serial_number
        , r.register_time
        , b.bought_time 
        , r.node_visible_time_name
     FROM register r
LEFT JOIN bought b
       ON r.serial_number = b.serial_number
      AND r.node_name = b.node_name
      AND b.bought_time between r.deploy_time and date(r.deploy_time + INTERVAL '1' DAY)
     LIMIT 11;

I've did some search and found similar question Quicksight custom query postgresql functions In this case adding INTERVAL '1' DAY had the problem. I've tried other alternatives but no luck. Furthermore running query without it still outputs same error message.

No other lines seems to be getting transformed in any other way.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Re-creating dataset and running exact same query works.

I think queries that has been ran on existing dataset transforms the data. Please let me know if anyone knows why this is so.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!