Task: Remove the user-facing meta_provider parameter from all read APIs, their docstrings, and remove all meta provider-related tests. (Keep the metadata provider implementations and logic; they're still needed for now)
Motivation: The meta_provider parameter of read APIs have been slated for removal since May 2025. We should clean up the deprecated code paths.
Task: Remove the user-facing
meta_providerparameter from all read APIs, their docstrings, and remove all meta provider-related tests. (Keep the metadata provider implementations and logic; they're still needed for now)Motivation: The
meta_providerparameter of read APIs have been slated for removal since May 2025. We should clean up the deprecated code paths.