pierrejeambrun commented on code in PR #26872: URL: https://github.com/apache/airflow/pull/26872#discussion_r997397092
########## airflow/migrations/utils.py: ########## @@ -20,7 +20,7 @@ from contextlib import contextmanager -def get_mssql_table_constraints(conn, table_name): +def get_mssql_table_constraints(conn, table_name) -> defaultdict(list): Review Comment: @uranusjr, just fixed that, ty :) -- 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]
