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

feat(destinations): implement destination_info property #1534

Draft
wants to merge 4 commits into
base: devel
Choose a base branch
from

Conversation

IlyaFaer
Copy link
Collaborator

@IlyaFaer IlyaFaer commented Jul 2, 2024

Towards #751

Implements item 2

Copy link

netlify bot commented Jul 2, 2024

Deploy Preview for dlt-hub-docs canceled.

Name Link
🔨 Latest commit df45e9a
🔍 Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/6683cc5f4d51f6000805816f

Returns:
str: The custom destination fingerprint.
"""
return digest128(self.destination_callable.__name__)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I guess fingerprint for custom destinations is also needed. Otherwise, it's always ''

@IlyaFaer
Copy link
Collaborator Author

IlyaFaer commented Jul 2, 2024

@rudolfix, made a draft for the item 2 (you said we have to talk about it first) to see if it's close to what was requested.

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.

None yet

1 participant