Antonio-RiveroMartnez commented on code in PR #32759:
URL: https://github.com/apache/superset/pull/32759#discussion_r2004193875
##########
superset/migrations/shared/utils.py:
##########
@@ -406,3 +406,33 @@ def drop_index(table_name: str, index_name: str) -> None:
)
op.drop_index(table_name=table_name, index_name=index_name)
+
+
+def drop_fks_for_table_by_names(table_name: str, constraint_names: list[str])
-> None:
Review Comment:
Ok @michael-s-molina the PR was updated to use the utils now. 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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]