Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on March 3, 2025 5:05PM
Likes: 0
Replies: 4
I am trying to convert a HIVE SQL that includes a left outer join. I don't see that in a JOIN recipe. How do I add it?
Operating system used: Windows
Hi!
I hope that you are doing well.
In the join recipe we offer:
(You can find all available join here:
)Here i believe that the best match to a Left outer join would be to use Left join.
What is your exact need? Is there any limitation encountered using left join here? If so let me know so we can find the best way to cover your use case.
Best,
Yasmine
Using the left join worked. Now I am trying to delete records from a dataset where there are four conditions that match. Kind of like a DELETE query in SQL. Any suggestions?
Yes! You can use a prepare recipe with the Filter rows/cells with formula processor: https://doc.dataiku.com/dss/latest/preparation/processors/filter-on-formula.html
There are a few approach you can take here but this processor would be the easiest option i believe:)
Best,
Yasmine
You can also do a SQL recipe if that is easier/familiar to you:
See:
Best,
Yasmine