Praveen Aravindar
05/23/2024, 4:02 PMkapa.ai
05/23/2024, 4:03 PMtemporal and temporal_visibility databases. In one of the [forum posts](https://discuss.airbyte.io/t/2179), the user confirmed that the airbyte user had the required grants over these databases. 3. Database Schema: Even though you've mentioned that you've used temporal-sql-tool to create the necessary tables, it might be worth double-checking that the schema has been set up correctly. In one of the [Github issues](https://github.com/airbytehq/airbyte/issues/32267), the user encountered an error because the Temporal service was unable to list search attributes, which suggests a potential issue with the database schema. 4. Namespace Initialization: In another [Github issue](https://github.com/airbytehq/airbyte/issues/19212), the user was able to resolve a similar error by deleting volume and volumeMounts in the airbyte-cron deployment. This was done to address an issue where a PVC was already being used by another pod. If you've checked all of the above and are still encountering the error, it might be helpful to provide more detailed logs from the Temporal pod for further investigation.