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

Use GH Archive to pull 2024 stats #38

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

Use GH Archive to pull 2024 stats #38

wants to merge 9 commits into from

Conversation

edmundmiller
Copy link
Collaborator

No description provided.

Copy link

netlify bot commented Feb 3, 2025

Deploy Preview for nf-core-stats ready!

Name Link
🔨 Latest commit b2ffb5d
🔍 Latest deploy log https://app.netlify.com/sites/nf-core-stats/deploys/67a979cf4d2a410008dac044
😎 Deploy Preview https://deploy-preview-38--nf-core-stats.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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",
Copy link
Member

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?

Comment on lines +12 to +13
"slack-sdk>=3.33.0",
"pendulum>=2.1.2",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same for these ones

Copy link
Member

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 😢 ...

current_hour = current.replace(hour=hour)
if current_hour > pendulum.now():
break
yield from _process_gharchive_hour(current_hour)
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants