Category "foundry-code-repositories"

In Palantir Foundry, how should I get the current SparkSession in a Transform?

I'm writing a Python Transform and need to get the SparkSession so I can construct a DataFrame. How should I do this?

What is the difference beween writting logic in Python or plain SQL in Foundry's SQL Transforms?

Foundry's SQL Transforms offers at least 2 ways to write logic code: Python and plain text SQL. I already noticed some differences: SQL does not allow increment

Tests in Foundry all pass when run one-by-one but many fail when run as part of a suite

I have many tests that all pass when run individually but 15% fail during a full build when I try to build a data set. Of the 15% that fail, most of them fail w