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

DerivedSignalBackend needs a get_datakey() method #368

Open
canismarko opened this issue Feb 6, 2025 · 0 comments
Open

DerivedSignalBackend needs a get_datakey() method #368

canismarko opened this issue Feb 6, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@canismarko
Copy link
Contributor

Describe the bug

A SignalBackend should have a get_datakey() method that produces a datakey for this signal.

Presently, the metadata are passed in when the signal is initialized, since it inherits from the soft signal backend.

We want this to actually read the metadata from the inherited signals and parse it properly.

Expected behavior

The returned datakey should be determined from the dependent signals.

@canismarko canismarko added the bug Something isn't working label Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant