This content is also available at learn.palantir.com ↗ and is presented here for accessibility purposes.
Several tutorials back, you created two cleaning functions in your flight_alerts_logic repository for preprocessing the simulated raw ingests. As it happens, these functions are also useful for sanitizing your passengers data and may have wider utility at your (notional) organization. You’ll create them in your shared library as the next step in publishing them more broadly.
Master
named yourName/feature/tutorial_shared_libraries
(e.g., jmeier/feature/tutorial_shared_libraries
)./src
path in your repository (right click → Expand all)./myproject
folder to /cleaning_functions
(right click → Rename)./cleaning_functions
folder, create two new files: cleaning_utils.py and type_utils.py..../Datasource Project: Flight Alerts
project folder.Master
.This documentation entry reviews the steps taken in this task and offers additional context to the package publishing process.