Jhonatas Kleinkauff
07/17/2024, 11:36 AMkapa.ai
07/17/2024, 11:37 AMairbyte_metadata
table in Airbyte stores the history of each version of Airbyte and when it was upgraded. This table provides information at a higher level, similar to the airbyte_jobs_migrations
table which stores all Flyway migration history and additional info. Here is the relevant extract from the knowledge sources: > The table airbyte_metadata
keep history of each version of Airbyte and when it was upgraded. Almost the same as the airbyte_jobs_migrations
but in higher level. Source: [Github Discussion](https://github.com/airbytehq/airbyte/discussions/33806)