python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
In Palantir Foundry, how do I debug pyspark (or pandas) UDFs since I can't use print statements?
In Code Workbooks, I can use print statements, which appear in the Output section of the Code Workbook (where errors normally appear). This does not work for UDFs, and it also doesn't work in Code Au...
Andrew Andrade
Votes: 0
Answers: 1
How can I declare current_date as variable in global code (Code Workbook)
I try to declare a current_date() variable in the global code.
After this I try to reference this column with SQL:
where column = aktueller_tag
mi_mlr
Votes: 0
Answers: 1
How are executors assigned in Code Workbooks in Palantir Foundry?
I have two code workbooks. If I run a computationally expensive transform in pyspark in workbook A and try to run something in workbook B, both queue in perpetuity until the build in workbook A is s...
Andrew Andrade
Votes: 0
Answers: 1
What techniques can I use to mitigate a skewed join?
I have identified my hanging job is indeed suffering from skew on its join.
What techniques can I use to make my job still succeed?
My code looks like the following:
from transforms.api import Input, ...
vanhooser
Votes: 0
Answers: 1