Questions tagged [palantir-foundry]

Palantir Foundry is a web-based data analytics and decision modeling SaaS platform. Use this tag for questions about building your own models in Foundry using Python, R, or SQL or working with the Foundry API.

Palantir Foundry is a web-based data analytics and decision modeling SaaS platform. Use this tag for questions about building your own models in Foundry using Python, R, or SQL or working with the Foundry API.

731 questions
0
votes
1 answer

How do I assign a Data Connection extract to a different source?

I'd like to change the source that is associated with a Data Connection extract. Is this possible, without re-creating the extract in the new source?
Andrew St P
  • 524
  • 1
  • 5
  • 13
0
votes
1 answer

Why is the “Create New Template” button in Code Workbook greyed out?

The button "Create new template" for a Code Workbook SQL node is greyed out but there's no explanation as to why. Is it because this functionality doesn't exist for SQL?
Andrew St P
  • 524
  • 1
  • 5
  • 13
0
votes
1 answer

Is it possible to build datasets in Foundry Code Workbook via parameters in Reports?

I would like to build a dataset in Foundry Code Workbook via a parameter in Reports. The dataset in Code Workbook is built using a template that is configured by a parameter in Code Workbook. I would like to add the dataset to Reports and integrate…
Adil B
  • 14,635
  • 11
  • 60
  • 78
0
votes
1 answer

In Foundry, is it possible to extract the original file names from a concatenated import?

I need to import billions of very small image files into Foundry. I understand Foundry won't handle that amount of files very well, so best practice would be to concatenate them and make the import incremental. However, I need to be able to get the…
Adil B
  • 14,635
  • 11
  • 60
  • 78
0
votes
1 answer

In a Foundry Code Repository, how do I log debug messages from within a Python transform?

Is there any way to introduce debugging statements in your Transforms code, so you can later see them in driver logs, for example? Or is raising exceptions the only way to do this?
Adil B
  • 14,635
  • 11
  • 60
  • 78
0
votes
1 answer

How can I hide widgets in a Slate document?

In Slate, I want to be able to toggle and show/hide widgets on a page (i.e. Containers widgets full of widgets or specific widgets based on a user interaction like clicking a toggle). It's unclear to me how to do this. Is it possible with CSS? Also,…
Adil B
  • 14,635
  • 11
  • 60
  • 78
0
votes
1 answer

How do I prevent a query from running automatically when the Slate document loads?

I have a Slate query and I only want it to run when I click on a button, but not before. How do I control this?
Adil B
  • 14,635
  • 11
  • 60
  • 78
0
votes
1 answer

How to deal with "could not execute broadcast in 300 secs"?

I am trying to get a build working, and one of the stages intermittently fails with the following error: Could not execute broadcast in 300 secs. You can increase the timeout for broadcasts via spark.sql.broadcastTimeout or disable broadcast join by…
Adil B
  • 14,635
  • 11
  • 60
  • 78
0
votes
1 answer

Does Data Connection support SSL Encrypted Oracle JDBC sources?

It looks like Oracle supports SSL encryption on its JDBC connections. Does this work using Data Connection?
Adil B
  • 14,635
  • 11
  • 60
  • 78
-1
votes
1 answer

Union 60 Dataframes in palantir foundry directory using pyspark

I have a directory with 60+ foundry dataset in it. I just to read all the datasets and union it into a single dataframe Path = input("MySpend new files P2P/2020/") Dataset1 Dataset2 Dataset3 ... Dataset60 Output("MySpend new files…
Biplab1985
  • 127
  • 2
  • 9
-1
votes
1 answer

How can I tell object usage?

I am trying to see where objects I create are being used in our platform. How can I look at which apps my object type is being used in and track usage of these applications?
Max Magid
  • 245
  • 1
  • 8
-1
votes
1 answer

Is it possible to download and install community edition of Palantir Foundy softrware at home?

I am required to learn palantir foundy for my job. While i am learning it through the tutorials and from the self guided tours, is there a way to install it on my home pc? Also is there any recommendation on good tutorials for beginners (I will be…
asb
  • 781
  • 2
  • 5
  • 23
-1
votes
1 answer

Extract text from period delimited String rows in Pysprak

I need to extract a text from a String row items in pyspark. I have tried almost all options available but no luck. Submission ID Dx.CS1.2023-21-01 DX.RE1.2023-12-01 DX.G1.2021-23-01 DX.G2.2022-10-12 Desired Out: ID CS1 RE1 G1 G2
Biplab1985
  • 127
  • 2
  • 9
-1
votes
1 answer

SQL I need to take the max login for a specific class on a specific day in a specific position. Same person may have logged into multiple positions

I have a table that has departure date, first name, last name, ID, classnumber, departure, arrival, position, and login timestamp. Sometimes the person logs in multiple times on the same classnumber same day but as multiple different positions. If…
confused101
  • 99
  • 1
  • 7
-1
votes
1 answer

How to make a Pop-up table appear in Workshop Palantir Foundry?

I want a pop up to appear showing some stats on the load of a module in Workshop, Palantir. Please help how can i achieve this?
Monsta
  • 103
  • 8
1 2 3
48
49