Shipyard fix

This PS has to fix select tasks by id action.

Change-Id: I6503a48fb43793b2aae91dc7e5549f6bc3818d4a
This commit is contained in:
Sergiy Markin 2023-08-31 18:34:47 +00:00
parent 81066ae98f
commit 1ba0e72628
2 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,6 @@ class AirflowDbAccess(DbAccess):
ORDER BY ORDER BY
priority_weight desc, priority_weight desc,
start_date start_date
LIMIT 1
''') ''')
UPDATE_DAG_RUN_STATUS = sqlalchemy.sql.text(''' UPDATE_DAG_RUN_STATUS = sqlalchemy.sql.text('''

View File

@ -13,6 +13,7 @@
# limitations under the License. # limitations under the License.
- hosts: primary - hosts: primary
roles: roles:
- clear-firewall - clear-firewall
- bindep - bindep