<@U04SE163WC8> as mentioned here what will be tabl...
# replication-ask-ai
a
@kapa.ai as mentioned here what will be table schema for table
airbyte_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')
.
k
Hmm, I don't know enough to give you a confident answer yet. The knowledge sources provided do not specify the schema for the
airbyte_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).