Skip to content

refactor common sources to work with dlt+ #624

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

djudjuu
Copy link
Contributor

@djudjuu djudjuu commented May 22, 2025

  • improving, documenting, or customizing an existing source (please link an issue or describe below)

Related Issues

@djudjuu djudjuu force-pushed the feat/623/refactor-sources-to-work-with-dlt-project branch from 8bfdf17 to e50a666 Compare May 22, 2025 17:14
@@ -28,7 +29,7 @@


@dlt.source
def asana_source() -> Any: # should be Sequence[DltResource]:
def asana_source(access_token: str = dlt.secrets.value) -> Sequence[DltResource]:
"""
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I can just add the access token here, even though its not used, so that it shows up in the config
or remove it from the resources too and pass it down? but that seems less elegant

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.

Sources should show up nicely in dlt project
1 participant