Last active
August 29, 2015 14:22
-
-
Save FinchPowers/2d82be661604d6a1112c to your computer and use it in GitHub Desktop.
demo d'alignement
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ext_id_it = db_session.query(Campaign) \ | |
.filter(Campaign.external_id | |
.in_(data['learn_from'])) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment