Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

source-file build: AttributeError: 'coroutine' object has no attribute 'file' #28778

Closed
sentry-io bot opened this issue Jul 27, 2023 · 0 comments · Fixed by #28783
Closed

source-file build: AttributeError: 'coroutine' object has no attribute 'file' #28778

sentry-io bot opened this issue Jul 27, 2023 · 0 comments · Fixed by #28783

Comments

@sentry-io
Copy link

sentry-io bot commented Jul 27, 2023

Sentry Issue: CONNECTORS-CI-C

AttributeError: 'coroutine' object has no attribute 'file'
(10 additional frame(s) were not displayed)
...
  File "asyncer/_main.py", line 162, in value_wrapper
    value = await partial_f()
  File "pipelines/bases.py", line 138, in run_with_completion
    result = await self._run(*args, **kwargs)
  File "pipelines/builds/python_connectors.py", line 19, in _run
    connector = await with_airbyte_python_connector(self.context, self.build_platform)
  File "pipelines/actions/environments.py", line 907, in with_airbyte_python_connector
    return await with_airbyte_python_connector_full_dagger(context, build_platform)
  File "pipelines/actions/environments.py", line 983, in with_airbyte_python_connector_full_dagger
    .with_file("setup.py", await context.get_connector_dir(include="setup.py").file("setup.py"))

An error got handled by the ConnectorContext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants