Skip to content

Add in support for dsn to luigi postgres related functions

Notifications You must be signed in to change notification settings

OAODEV/luigi-postgres-dburl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

luigi_postgres_dburl

CircleCI

Goal: Add support for Postgres dsn connection strings to Luigi.

The code from this repo is a slightly modified version of what's in luigi.contrib.postgres, so any modules defined there as of luigi 2.8.11 should be available in this repo.

Reason for repo existence: Rather than needing host, user, password, and database to connect to a database, the connection is defined by specifying a dsn string, which will be directly interpreted by libpq. Psycopg2 can figure out some connection elements through the environment, therefore sometimes not all parameters are necessary.

Documentation on the format is in postgres docs at section 31.1.1.2.

About

Add in support for dsn to luigi postgres related functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published