Skip to content

Commit

Permalink
Reorder CrateDB SQLAlchemy Dialect polyfills once more
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 10, 2023
1 parent c605baa commit 298572e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mlflow_cratedb/patch/mlflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ def patch_mlflow():
"""
patch_dbtypes()
patch_db_utils()
polyfill_refresh_after_dml()
polyfill_uniqueness_constraints()
patch_run_server()
patch_environment_variables()
patch_search_utils()
patch_tracking()
polyfill_uniqueness_constraints()
polyfill_refresh_after_dml()

0 comments on commit 298572e

Please sign in to comment.