-
Notifications
You must be signed in to change notification settings - Fork 2
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
Use GH Archive to pull 2024 stats #38
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for nf-core-stats ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -9,7 +9,9 @@ dependencies = [ | |||
"dlt[cli,duckdb,motherduck]>=1.4.1", | |||
"python-dotenv==1.0.0", | |||
"requests>=2.31.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this version seems to not be available?
"slack-sdk>=3.33.0", | ||
"pendulum>=2.1.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same for these ones
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am trying to resolve the environment with poetry
and it has been running for an hour now 😢 ...
pipeline/gharchive_pipeline.py
Outdated
current_hour = current.replace(hour=hour) | ||
if current_hour > pendulum.now(): | ||
break | ||
yield from _process_gharchive_hour(current_hour) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When trying to run this I got this error
dlt.pipeline.exceptions.PipelineStepFailed: Pipeline execution failed at stage extract when processing package 1738663913.5012522 with exception:
<class 'dlt.extract.exceptions.ResourceExtractionError'>
In processing pipe raw_events: extraction of resource raw_events in generator events caused an exception: name '_process_gharchive_hour' is not defined
…d GitHub Pull Requests" and "Number Pipelines (released)" since october 2023.
No description provided.