Ankit Kumar
05/24/2024, 9:18 AMairbyte_heartbeat
1. Create a table (e.g. airbyte_heartbeat) in the database and schema being tracked.
2. Add this table to the airbyte publication.
3. Configure the heartbeat_action_query property while setting up the source-postgres connector. This query will be periodically executed by Airbyte on the airbyte_heartbeat table. For example, this param can be set to a query like INSERT INTO airbyte_heartbeat (text) VALUES ('heartbeat').kapa.ai
05/24/2024, 9:19 AMairbyte_heartbeat table. They only mention the creation of the table and its use in the heartbeat_action_query property. For more detailed information, you may want to refer to the [Airbyte Documentation](https://docs.airbyte.com/integrations/sources/postgres).