-
Notifications
You must be signed in to change notification settings - Fork 201
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
Add support for reference_type #1518
Conversation
@ziadhany please can you push that here? You have access for same ? |
@TG1999 I don't have the permission
this is a patch to fix the test |
Try pushing again |
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.
LGTM!
This reverts commit 6727786. Signed-off-by: ziadhany <[email protected]>
Signed-off-by: ziadhany <[email protected]>
d9d6ba3
to
5aa2924
Compare
Signed-off-by: ziadhany <[email protected]>
@TG1999 @johnmhoran I've encountered a strange issue in CI where the |
Signed-off-by: Keshav Priyadarshi <[email protected]>
@ziadhany the issue is resolved, just needed to regenerate the apache kafka test fixture properly. Also @ziadhany
|
@keshav-space Thanks for solving this issue.
I believe it makes more sense to allow
I believe we shouldn't assign a reference type to them since not all references are I also think we should handle this in a separate pull request. This way, we can update any existing importer and write the proper test to ensure there are no ref duplications.
Yes, I will create a few issues that we need to track to successfully update the reference type. |
@ziadhany is it good to be merged ? |
@TG1999 Yes, we can go ahead and merge. |
Reverts #1517