-
Notifications
You must be signed in to change notification settings - Fork 3k
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
fix(ingestion/tableau): restructure the tableau graphql datasource query #11230
Merged
hsheth2
merged 28 commits into
datahub-project:master
from
sid-acryl:cus-2491-tableau-ingestion-hitting-20000-node-limit
Sep 9, 2024
Merged
Changes from 23 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
fcc2450
cursor based pagination
sid-acryl 752cd95
lint fix
sid-acryl ff54319
error message
sid-acryl 7213497
add a debug log
sid-acryl d75912c
add fetch size
sid-acryl 1dff5d8
commented upstreamFields and upstreamColumns of published and embedde…
sid-acryl f182099
existing test-cases are working
sid-acryl 0d2431c
fix test case
sid-acryl fe70845
fix unit test case
sid-acryl 8cb1d03
Merge branch 'master' into cus-2491-tableau-ingestion-hitting-20000-n…
sid-acryl 464bb43
doc updated
sid-acryl 902aa3c
Merge branch 'cus-2491-tableau-ingestion-hitting-20000-node-limit' of…
sid-acryl 2ec4ca4
Merge branch 'master' into cus-2491-tableau-ingestion-hitting-20000-n…
sid-acryl dd533b4
Merge branch 'master' into cus-2491-tableau-ingestion-hitting-20000-n…
sid-acryl 127391d
fix the retries_remaining
sid-acryl b25c6f1
change parent container emit sequence
sid-acryl a093b15
log message
sid-acryl 02d4655
update sequence
sid-acryl 9cce6c0
Merge branch 'master' into cus-2491-tableau-ingestion-hitting-20000-n…
sid-acryl 439a375
address review comments
sid-acryl 29f9406
generate container for parent first
sid-acryl dc28a3e
doc updates
sid-acryl 3fcedb7
revert the file
sid-acryl b8f4428
Merge branch 'master' into cus-2491-tableau-ingestion-hitting-20000-n…
sid-acryl c5afb8a
address review comments
sid-acryl 1559493
Update metadata-ingestion/src/datahub/ingestion/source/tableau/tablea…
sid-acryl 45a2e07
Merge branch 'master' into cus-2491-tableau-ingestion-hitting-20000-n…
sid-acryl 07baf75
address review comments
sid-acryl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
276 changes: 208 additions & 68 deletions
276
...n/src/datahub/ingestion/source/tableau.py → ...tahub/ingestion/source/tableau/tableau.py
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
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.
is this cursor stuff still relevant after your other graphql simplifications?
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.
Yup it is relevant as per tableau documentation.