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 17ee2e6 commit ca28b40Copy full SHA for ca28b40
airbyte_cdk/manifest_server/routers/manifest.py
@@ -5,8 +5,6 @@
5
import jsonschema
6
from airbyte_protocol_dataclasses.models import AirbyteStateMessage, ConfiguredAirbyteCatalog
7
from fastapi import APIRouter, Depends, HTTPException
8
-from fastapi.responses import JSONResponse
9
-
10
from airbyte_cdk.models import AirbyteStateMessageSerializer
11
from airbyte_cdk.sources.declarative.concurrent_declarative_source import (
12
ConcurrentDeclarativeSource,
0 commit comments