dagster-io / dagster-cloud-action

Apache License 2.0
13 stars 20 forks source link

Bugfix for occasional `ImportError: cannot import name 'Github' from 'github' (unknown location)` #145

Closed shalabhc closed 1 year ago

shalabhc commented 1 year ago

Some users encounter this error which is fixed by doing an import github before from github import ...

github-actions[bot] commented 1 year ago

Your pull request is automatically being deployed to Dagster Cloud.

Location Status Link Updated
from_gh_action Deploy failed Jun 27, 2023 at 06:33 PM (UTC)
shalabhc commented 1 year ago

Will send another PR