pierrejeambrun commented on code in PR #26872: URL: https://github.com/apache/airflow/pull/26872#discussion_r996668376
########## 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: 🤦,I did some of the refactoring in a semi automatic way, and missed that spot in the review, thanks -- 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]
