shipyard/src/bin/shipyard_airflow/shipyard_airflow
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
..
common Add udpate_software action to Shipyard 2018-07-06 16:57:42 -05:00
conf Externalize database connection pool parameters 2018-06-29 09:54:44 -05:00
control A new Shipyard site statuses API and CLI 2018-07-31 09:16:36 +00:00
dags Refactor imports to support loading dags for tests 2018-07-25 09:19:18 -05:00
db [FIX] Single line sql split/join fix 2018-08-08 08:32:21 -05:00
plugins Fix security vulnerability using os.system() 2018-08-03 13:21:32 -05:00
schemas Refactor shipyard to UCP target layout 2018-04-24 16:47:13 -05:00
__init__.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
policy.py A new Shipyard site statuses API and CLI 2018-07-31 09:16:36 +00:00
shipyard_api.py Refactor shipyard to UCP target layout 2018-04-24 16:47:13 -05:00
shipyard_upgrade_db.py Refactor shipyard to UCP target layout 2018-04-24 16:47:13 -05:00