<@U04SE163WC8> - I'm receiving the following error...
# ask-ai
c
@kapa.ai - I'm receiving the following error message that doesn't make much sense to me. Do you have any more information on what might be causing this to occur? A stream status has been detected for a stream not present in the catalog
u
This error message is indeed related to Airbyte, and I can provide some information based on the knowledge sources available. The error "A stream status has been detected for a stream not present in the catalog" has been reported by multiple users after upgrading to newer versions of Airbyte, particularly affecting various source connectors and destinations. Based on the information from [GitHub Issue #40555](https://github.com/airbytehq/airbyte/issues/40555) and [GitHub Issue #45157](https://github.com/airbytehq/airbyte/issues/45157), this error seems to be a platform-level issue that affects multiple connectors and destinations. It appears to be particularly prevalent in larger jobs and can cause multiple retries before eventually succeeding. Some key points: 1. The issue has been observed with various sources (e.g., Postgres, Amazon Ads, custom sources) and destinations (e.g., BigQuery, Snowflake). 2. It seems to have started occurring after upgrades to newer versions of Airbyte (around version 0.63.x and later). 3. In many cases, the jobs eventually succeed after multiple retries, but this can significantly increase the overall sync time. 4. A temporary workaround that has worked for some users is downgrading the destination connector. For example, downgrading the BigQuery destination connector to version 2.6.2 or 2.6.3 has resolved the issue for some users. The Airbyte team has acknowledged this issue and has committed a fix. According to a contributor's comment: "We have committed a fix that should address the issue with the 'missing stream'. This fix is in release [v0.64.5](https://github.com/airbytehq/airbyte-platform/releases/tag/v0.64.5). Please update to that release or any later version to see if it addresses the issue for you." If you're experiencing this issue, you may want to try updating to version 0.64.5 or later to see if it resolves the problem. If the issue persists, you might consider temporarily downgrading your destination connector as a workaround while waiting for a more comprehensive fix.