This content is also available at learn.palantir.com ↗ and is presented here for accessibility purposes.
In practice, you’ll want to set up each pipeline stage as its own Project. For training convenience, however, you’ll be generating these in your personal sandbox folder. This exercise will generate the basic project folder structure needed to start building your pipeline.
If you have already created a personal sandbox folder for use during tutorials, navigate to that folder. If you have not, follow the steps from the Create a Sandbox Folder page from the Introduction to Palantir Foundry tutorial to create it now.
In your personal sandbox folder, create a new folder (using the green ➕ New
button in the top right of the screen). Give it a name based on the learning path curriculum in which that you're taking this course:
Data Engineering Tutorials - Pipeline Builder
.Data Engineering Tutorials - Code Repository
.Favorite your new folder by clicking the ☆ symbol next to the file name.
Click into your new /Data Engineering Tutorials
folder and create a new sub-folder titled Datasource Project: Flight Alerts.
Click into your new /Datasource Project: Flight Alerts
folder and add the following sub-folders:
We suggest adding a /data or /datasets folder, too. You’ll add this programmatically when developing your data transformation in the next tutorial.