Export compiled code
- Click the arrow to the right of your project’s name in the Studio header.
- Select Export Compiled Code from the menu.
- In the dialog box, choose whether to download code for the entire project or for a single pipeline.
- Click Download Zip File.
Exported file structure
The downloaded ZIP file contains a folder for the project. Inside the project folder, each pipeline appears in its own subfolder. Each pipeline folder contains one or more SQL files generated from the pipeline. Example structure:test_pipeline__demographics_culture.sqlcorresponds to thedemographics_cultureaggregation gem.test_pipeline__popular_song_by_country.sqlcorresponds to thepopular_song_by_countrygem.test_pipeline__customer_culture_join.sqlcorresponds to thecustomer_culture_joinjoin gem that feeds downstream branches.

