Skip to content

tdmitch/python-ssis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

python-ssis

In this repo, I've created SSIS packages and Python scripts to show how Python logic can be invoked directly from SSIS.

The 4 packages, with numbers in the file names indicating the increasing level of sophistication, show how to go from a simple Python script execution all the way to a fully dynamic SSIS-to-Python orchestrator with native SSIS logging for informational and error messages.

You can find the corresponding blog post, with step-by-step explanations and screenshots of the development, here: https://www.timmitchell.net/post/2025/08/11/python-code-in-ssis/

This code is provided as a simple demonstration of one possible way to solve a problem, and comes with no expressed or implied guarantees or warranty. Always fully test any potential code solution before using it for real-world problems.

About

Sample code to demonstrate using Python script functionality within SSIS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages