> For the complete documentation index, see [llms.txt](https://documentation.immuta.com/2024.2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.immuta.com/2024.2/releases/deprecations.md).

# Deprecations

The following features are deprecated. They are still in the product but will be removed at their EOL date.

| Feature                                                                 | Use this alternative feature instead                                                                                                                                                                          | Deprecation notice | End of life (EOL) |
| ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ----------------- |
| Derived data sources (and CREATE\_DATA\_SOURCE\_IN\_PROJECT permission) | None                                                                                                                                                                                                          | 2024.2             | 2024.4            |
| Legacy sensitive data discovery                                         | [New native sensitive data discovery](/2024.2/discover-your-data/data-discovery.md)                                                                                                                           | 2023.3             | 2024.4            |
| Managing the default subscription policy                                | Create an "Allow individually selected users" [subscription policy on all data sources](/2024.2/secure-your-data/authoring-policies-in-secure/section-contents/how-to-guides/subscription-policy-tutorial.md) | 2024.2             | 2024.4            |

### Audit deprecations

| Feature                                    | Use this alternative feature instead                                                                                                                                 | Deprecation notice | End of life (EOL) |
| ------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ----------------- |
| Legacy audit UI                            | [New audit events page](/2024.2/detect-your-activity/detection/reference-guides/dashboards.md)                                                                       | 2023.3             | 2024.3            |
| Legacy audit query text                    | [Use UAM events](/2024.2/detect-your-activity/audit/reference-guides/uam-schema.md), which still contain query text                                                  | 2024.2             | 2024.3            |
| Legacy `/audit` API                        | Export UAM events to [S3](/2024.2/detect-your-activity/audit/how-to-guides/enable-uam.md) or [ADLS](/2024.2/detect-your-activity/audit/how-to-guides/export-adls.md) | 2023.3             | 2024.4            |
| Legacy audit self-managed container output | See the [infrastructure recommendations ](/2024.2/self-managed-deployment/deployment-requirements.md#infrastructure-recommendations)for external container options   | 2024.1             | 2024.4            |

## End of life (EOL) features

The following features have been fully removed from the product.

### 2024.2 LTS removed features

| Feature                                                                                               | Use this alternative feature instead                                                                                                                         | Deprecation notice | End of life (EOL) |
| ----------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------ | ----------------- |
| Amazon EMR Spark & Hive proxy connector                                                               | None                                                                                                                                                         | 2023.2             | 2024.2            |
| Azure Data Lake Storage proxy connector                                                               | None                                                                                                                                                         | 2023.2             | 2024.2            |
| Azure SQL Proxy Connector                                                                             | None                                                                                                                                                         | 2023.3             | 2024.2            |
| Data source expiration dates                                                                          | None                                                                                                                                                         | 2023.2             | 2024.2            |
| dbt integration                                                                                       | None                                                                                                                                                         | 2024.1             | 2024.2            |
| Databricks Spark with Unity Catalog support                                                           | [Databricks Unity Catalog integration](/2024.2/data-and-integrations/databricks-unity-catalog.md)                                                            | 2024.1             | 2024.2            |
| Non-Unity Databricks SQL view-based integration                                                       | [Databricks Unity Catalog integration](/2024.2/data-and-integrations/databricks-unity-catalog.md)                                                            | 2023.3             | 2024.2            |
| Discussions tab                                                                                       | None                                                                                                                                                         | 2023.3             | 2024.2            |
| HIPAA expert determination and templated policies (HIPAA and CCPA)                                    | [Discover compliance frameworks](/2024.2/discover-your-data/data-classification/immuta-frameworks.md#compliance-frameworks)                                  | 2023.3             | 2024.2            |
| Interpolated WHERE clause                                                                             | [Other custom WHERE clause functions](/2024.2/secure-your-data/authoring-policies-in-secure/data-policies/reference-guides/custom-where-clause-functions.md) | 2023.2             | 2024.2            |
| Legacy Amazon S3 proxy                                                                                | [New Amazon S3 integration](/2024.2/data-and-integrations/amazon-s3.md)                                                                                      | 2023.3             | 2024.2            |
| Legacy Starburst (Trino) integration                                                                  | [New Starburst (Trino) integration](/2024.2/data-and-integrations/starburst-trino.md)                                                                        | 2023.2             | 2024.2            |
| MySQL proxy connector                                                                                 | None                                                                                                                                                         | 2024.1             | 2024.2            |
| Query editor (turned off by default on all new installations)                                         | None                                                                                                                                                         | 2023.3             | 2024.2            |
| Single Node Docker installation                                                                       | [Kubernetes installation](/2024.2/self-managed-deployment/install.md)                                                                                        | 2023.2             | 2024.2            |
| Legacy Snowflake view-based integration (Snowflake integration without Snowflake Governance features) | [New Snowflake integration](/2024.2/data-and-integrations/snowflake.md)                                                                                      | 2023.2             | 2024.2            |
| Tableau connector                                                                                     | None                                                                                                                                                         | 2023.3             | 2024.2            |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://documentation.immuta.com/2024.2/releases/deprecations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
