mik-laj commented on a change in pull request #18362:
URL: https://github.com/apache/airflow/pull/18362#discussion_r711810390
##########
File path: scripts/ci/docker-compose/backend-mssql.yml
##########
@@ -38,3 +40,14 @@ services:
timeout: 10s
retries: 10
restart: always
+ mssqlsetup:
+ image: mcr.microsoft.com/mssql/server:${MSSQL_VERSION}
+ depends_on:
+ mssql:
+ condition: service_healthy
+ entrypoint:
+ - bash
+ - -c
+ - opt/mssql-tools/bin/sqlcmd -S mssql -U sa -P Airflow123 -i
/mssql_create_airflow_db.sql | true
Review comment:
Should we have double `|` here?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]