We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca28b40 commit 9df9c67Copy full SHA for 9df9c67
airbyte_cdk/manifest_server/routers/manifest.py
@@ -5,6 +5,7 @@
5
import jsonschema
6
from airbyte_protocol_dataclasses.models import AirbyteStateMessage, ConfiguredAirbyteCatalog
7
from fastapi import APIRouter, Depends, HTTPException
8
+
9
from airbyte_cdk.models import AirbyteStateMessageSerializer
10
from airbyte_cdk.sources.declarative.concurrent_declarative_source import (
11
ConcurrentDeclarativeSource,
0 commit comments