-
Notifications
You must be signed in to change notification settings - Fork 16
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
feat: add npm
downloads dlt collector
#2435
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Auto-approved! please merge responsibly 😄
Test deployment unnecessary, no dbt files have been changed. |
Clean! |
Currently working on a rate limit debouncer (still WIP). It would be ideal to merge this ASAP as commit d26424a addresses a regression with |
This PR closes #899 by adding a
dlt
resource that fetches NPM package downloads. As described in the example, the next step is to get the list ofnpm
packages, and create the dagster itself using the@dlt_factory
decorator.