Using Data Source Names

Often in code examples, you will see database connections being made from within the code using the username and password for the database. This seems like a poor approach to software development in the real world.

For Python the framework uses a standard DSN that connects to ODS. This makes ETL development with Python super easy.

Last updated