Skip to content

Commit

Permalink
use absolute ref method
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Nov 12, 2024
1 parent 4fb5a20 commit 2175431
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ async def apply_python_development_overrides(context: ConnectorContext, connecto
if not Path(path_to_cdk).exists():
raise FileExistsError(f"Local CDK not found at '{path_to_cdk}'")

directory_to_mount = context.get_repo_dir(path_to_cdk)
directory_to_mount = context.dagger_client.host().directory(path_to_cdk)
cdk_mount_dir = "/airbyte-cdk/python"

context.logger.info(f"Mounting CDK from '{path_to_cdk}' to '{cdk_mount_dir}'")
Expand Down

0 comments on commit 2175431

Please sign in to comment.