Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[Dataset Quality] Change logic to identify integrations #198692
[Dataset Quality] Change logic to identify integrations #198692
Changes from all commits
b34b9f1
d1fdaeb
ac496c4
12cad21
db7d63b
c3a2774
9ba8128
425cdb4
a5ccc32
1ab7806
abad280
14a3620
0dd0eb1
2dd64cc
3833283
a1a1ce1
6278a51
14161a3
2df6d10
99d8084
28e789c
59fc802
dec1cae
33c0c60
6f5c1c6
fbf7d08
55d1cff
73ae28d
b475502
53e9a19
ddb587a
a3cb5cc
5a26974
5f18e66
9330c8f
35a407b
474f9b7
de2ba6f
3159330
2d8c5ea
7b12709
d422d9b
4643609
d4b31f2
24ef5b4
aabca91
03b70e4
9121f97
f717fb8
da85e71
cc93662
591235c
6c0fd87
38e3655
3ea6f9a
4467d7f
3e515f5
cd42ce6
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I'm not sure what
integrationDetails.integration.integration
represents but I guess is an object, although it's not clear what the first 2 accesses are, some renaming might help for future debugging and code maintenance.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.
I too thought the same but due to lack of time was not 100% convinced to do the change.
IntegrationDetails
define 2 items - response fromIntegration API
and response fromintegration dashboard API
.So
integrationDetails.integration
here means response from Integration API.Now as part of this PR, this API response changed and it returns
isIntegration
,areAssetsAvailable
and the actualintegration
object. Hence this long name