Shipyard fix
This PS has to fix select tasks by id action. Change-Id: I6503a48fb43793b2aae91dc7e5549f6bc3818d4a
This commit is contained in:
parent
81066ae98f
commit
1ba0e72628
@ -173,7 +173,6 @@ class AirflowDbAccess(DbAccess):
|
||||
ORDER BY
|
||||
priority_weight desc,
|
||||
start_date
|
||||
LIMIT 1
|
||||
''')
|
||||
|
||||
UPDATE_DAG_RUN_STATUS = sqlalchemy.sql.text('''
|
||||
|
@ -13,6 +13,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
- hosts: primary
|
||||
|
||||
roles:
|
||||
- clear-firewall
|
||||
- bindep
|
||||
|
Loading…
x
Reference in New Issue
Block a user