-
Notifications
You must be signed in to change notification settings - Fork 527
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
Changes signals ingestion from opt in to opt out approach #4396
Conversation
It looks good. Have you tested ingesting a signal instance w/ and w/o a definition locally? |
Not yet. Dealing with an issue with the signal definition create form. |
@whitdog47 looks like your changes here broke the signal definition create form. I added support for checking via project name to fix it. |
Tested the code with a signal with external id/variant and one without it. |
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.
Just the f
string
This PR changes the signal ingestion approach from opt-in to opt-out for signals submitted via API or consumed through a signal consumer plugin.