---
title: "Use AI to fix and create queries"
excerpt: "Fix and create queries using AI, pause button for S3, and more!"
date: "2024-11-15"
---

# Fix and create queries with AI-powered suggestions

Your query doesn't work? Would you like to create a query from pseudoSQL? Now you can do both things! When your query throws an error, select **Suggest a fix** to get a suggestion. Look at the diff, accept the change, and then run the fixed query.

{% html %}
<video controls autoplay muted><source src="/docs/assets/changelog/ai-powered-suggestions.mp4" type="video/mp4"></video>
{% /html %}

{% callout type="info" %}
This feature is currently in private preview. If you're interested in testing it, contact us at <support@tinybird.co>.
{% /callout %}

## Pause/Resume button for S3 Data Sources

You can now pause or resume scheduled S3 data ingest using the **Pause sync** button.

{% image src="/assets/changelog/syncbutton.png" alt="Pause sync button for S3 Data Sources" /%}

## Improvements and bug fixes

- You can now use the `KAFKA_SASL_MECHANISM` in .datasource files to define the type of SASL security for Kafka connections. See [Kafka, Confluent, Redpanda](/classic/cli/datafiles/datasource-files#kafka-confluent-redpanda).
- When a user opens a Workspace they lack access to, they now get a 404. Previously, they were redirected to their default Workspace.
- Fixed an issue where stacked charts showed gaps and other inconsistencies when the X axis was a time value. 
- Fixed the hover action for copying a token when using Safari 17.6.
