Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
Release 2.6.0 (#105)
Browse files Browse the repository at this point in the history
* final fix and reelase

* wrong bump
  • Loading branch information
Ben Epstein authored Mar 12, 2021
1 parent a83f0d4 commit fda8faa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
FRAMEWORK_NAME: my-framework
MODE: development
ENVIRONMENT: ${ENVIRONMENT}
image: splicemachine/sm_k8_mlflow:0.1.28
image: splicemachine/sm_k8_mlflow:0.1.29
ports:
- "5001:5001"
- "5003:5003"
Expand All @@ -46,7 +46,7 @@ services:
SAGEMAKER_ROLE: ${SAGEMAKER_ROLE}
MODE: production
ENVIRONMENT: ${ENVIRONMENT}
image: splicemachine/sm_k8_bobby:0.1.28
image: splicemachine/sm_k8_bobby:0.1.29
build:
args:
server_image_tag: 0.0.15
Expand All @@ -61,7 +61,7 @@ services:
FRAMEWORK_NAME: my-framework
MODE: development
ENVIRONMENT: ${ENVIRONMENT}
image: splicemachine/sm_k8_feature_store:0.0.2
image: splicemachine/sm_k8_feature_store:0.0.3
ports:
- "8000:8000"
build:
Expand Down
2 changes: 1 addition & 1 deletion shared/shared/services/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def create():
SQLAlchemyClient.SpliceBase.metadata.bind = SQLAlchemyClient.engine
logger.debug("Created engine...")
SQLAlchemyClient.SessionMaker = sessionmaker(bind=SQLAlchemyClient.engine,
expire_on_commit=False, autoflush=False)
expire_on_commit=False)
logger.debug("Created session maker")
SQLAlchemyClient.SessionFactory = scoped_session(SQLAlchemyClient.SessionMaker)
logger.debug("created session factory")
Expand Down

0 comments on commit fda8faa

Please sign in to comment.