Yes, the Databricks online tables (legacy) are being deprecated, and after January 15, 2026, you will no longer be able to access or create them.
https://docs.databricks.com/aws/en/machine-learning/feature-store/migrate-from-online-tables
Here are few work arounds.
1. You can create Lakebase synced tables with triggered sync, which mimics the behavior of online tables without continuous updates.
2. If you're using online tables for model serving, migrate to the Online Feature Store, which supports low-latency access and is designed for production workloads.