shipyard/src/bin/shipyard_airflow/shipyard_airflow/db
Bryan Strassner 20c27eed66 [FIX] Single line sql split/join fix
Because the type of the query was generated by sqlalchemy.sql.text(),
the TextClause object did not have a split() method, and crashed out
trying to reformat into one line.  Using the str() wrapper provides a
string that can be properly split and joined.

Change-Id: I1ed9e39d7ebf3904d3d233330ee57082ad02c5f3
2018-08-08 08:32:21 -05:00
..
__init__.py Refactor shipyard to UCP target layout 2018-04-24 16:47:13 -05:00
airflow_db.py Refactor shipyard to UCP target layout 2018-04-24 16:47:13 -05:00
common_db.py [FIX] Single line sql split/join fix 2018-08-08 08:32:21 -05:00
db.py Refactor shipyard to UCP target layout 2018-04-24 16:47:13 -05:00
errors.py Refactor shipyard to UCP target layout 2018-04-24 16:47:13 -05:00
shipyard_db.py Refactor shipyard to UCP target layout 2018-04-24 16:47:13 -05:00