Solved

SQL dataset query failure

  • 19 December 2023
  • 3 replies
  • 35 views

Hello - I am trying to get SQL datasets to work, but every query I try returns a failure. In this case here, I even tried converting an existing (working) dataset to SQL, and that fails as well.

 

icon

Best answer by Moises Morales 19 December 2023, 23:09

View original

3 replies

Userlevel 3

Hi Erik, 

 

The query is failing because the table “organizations” cannot be found. Note that data source managers (Drill and Dremio) utilize multi-element paths to database objects, requiring the use of fully qualified paths when creating SQL-based datasets. For example: 

SELECT employee_id, employee_name
FROM dremio_default.public.employee_table;

 

-Moises

I cleared the whole LDM and started over with just one dataset, but I am still seeing this issue.

Userlevel 3

Sorry to hear that, are you using a fully qualified path as exemplified in my previous comment? If so, could you please send over the new Trace ID?

Reply