diff --git a/ax/storage/sqa_store/encoder.py b/ax/storage/sqa_store/encoder.py index 4f7fe21d098..5230573e37a 100644 --- a/ax/storage/sqa_store/encoder.py +++ b/ax/storage/sqa_store/encoder.py @@ -83,6 +83,11 @@ class Encoder: """ def __init__(self, config: SQAConfig) -> None: + logger.error( + "ATTENTION: The Ax team is considering deprecating SQLAlchemy storage. " + "If you are currently using SQLAlchemy storage, please reach out to us " + "via GitHub Issues here: https://github.com/facebook/Ax/issues/2975" + ) self.config = config @classmethod