metadata-ingestion/docs/sources/airbyte/airbyte_post.md
Use the Important Capabilities table above as the source of truth for supported features and whether additional configuration is required.
Column-level lineage is extracted from Airbyte's sync catalog when field mapping information is available in the connection configuration. Table-level lineage is always captured between source and destination datasets.
Connection job execution history is ingested as DataProcessInstance entities, capturing run status, start time, and duration for each sync job.
Module behavior is constrained by source APIs, permissions, and metadata exposed by Airbyte.
limit + offset pagination on list endpoints; cursor pagination is not exposed. Ingestion runs against an actively-mutating Airbyte instance may therefore skip or double-count entries inserted or deleted mid-scan. Schedule ingestion during quiet periods if exactness is required.If ingestion fails, validate credentials, permissions, connectivity, and scope filters first. Then review ingestion logs for source-specific errors and adjust configuration accordingly.
Verify that your OAuth2 client credentials are correct and have not expired. For OSS deployments, confirm the API is reachable at the /api/public/v1 path prefix.
A Stream Metadata Unavailable warning means the /streams endpoint answered 404, so stream
namespaces and column-level lineage could not be read. On Airbyte older than 1.8 the endpoint
does not exist; on 1.8+ the same status means the source is not accessible to the credentials
in the recipe, so check permissions.
An Ambiguous Stream Namespace warning means several schemas expose a stream with the same
name and Airbyte does not say which configured stream belongs to which schema. DataHub leaves
the namespace unset rather than guessing. Set the schema explicitly on the affected connection
in Airbyte to resolve it.
If datasets are ingested without schema information, confirm that the Airbyte source supports schema discovery and that the sync catalog is populated in the connection settings.