File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
airbyte_cdk/manifest_server/routers
unit_tests/manifest_server/dependencies Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2929)
3030from ..command_processor .processor import ManifestCommandProcessor
3131from ..command_processor .utils import build_catalog , build_source
32- from ..dependencies import apply_trace_tags , verify_jwt_token
32+ from ..dependencies .auth import verify_jwt_token
33+ from ..dependencies .tracing import apply_trace_tags
3334
3435
3536def safe_build_source (
Original file line number Diff line number Diff line change 77from fastapi import HTTPException
88from fastapi .security import HTTPAuthorizationCredentials
99
10- from airbyte_cdk .manifest_server .dependencies import verify_jwt_token
10+ from airbyte_cdk .manifest_server .dependencies . auth import verify_jwt_token
1111
1212
1313class TestVerifyJwtToken :
You can’t perform that action at this time.
0 commit comments