You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: metadata-ingestion/docs/sources/airbyte/airbyte_post.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,13 @@ Module behavior is constrained by source APIs, permissions, and metadata exposed
23
23
24
24
If ingestion fails, validate credentials, permissions, connectivity, and scope filters first. Then review ingestion logs for source-specific errors and adjust configuration accordingly.
25
25
26
+
#### Missing Connections
27
+
28
+
By default only enabled Airbyte connections are ingested. Disabled connections are
29
+
skipped with no warning. If a connection is missing from DataHub, check whether it
30
+
is disabled in Airbyte (or whether its Public API `status` is `"inactive"`). To
31
+
ingest disabled connections as well, set `include_inactive_connections: true`.
32
+
26
33
#### Authentication Errors
27
34
28
35
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.
0 commit comments