Workflow to resolve “Saved offset is before replication slot’s confirmed lsn” errors for an Airbyte sync
azure-client-id: Azure service principal or managed identity client ID when using OIDCazure-subscription-id: Azure service principal or managed identity subscription ID when using OIDCazure-tenant-id: Azure service principal or managed identity tenant ID when using OIDCnamespace: Kubernetes namespace where Airbyte is deployed (Required)cluster: AKS cluster to use, test or production (Required)connection-id: Airbyte connection UUID to reset state fordry-run: If true, inspect state only — do not delete- name: Fix Airbyte LSN state
uses: DFE-Digital/github-actions/fix-airbyte-lsn@master
with:
azure-client-id: $
azure-tenant-id: $
azure-subscription-id: $
namespace: $
cluster: $
connection-id: $
dry-run: $