Skip to content

fix(shopify): remove stray debug print from partner GraphQL pagination#693

Merged
rudolfix merged 1 commit into
dlt-hub:masterfrom
Pawansingh3889:fix/shopify-remove-debug-print
Jul 3, 2026
Merged

fix(shopify): remove stray debug print from partner GraphQL pagination#693
rudolfix merged 1 commit into
dlt-hub:masterfrom
Pawansingh3889:fix/shopify-remove-debug-print

Conversation

@Pawansingh3889

Copy link
Copy Markdown
Contributor

ShopifyPartnerApi.get_graphql_pages prints every raw API response page to stdout. For any real partner query that means pages of raw JSON echoed to the console, or to an orchestrator's logs, on every scheduled run — and partner transaction data isn't something to write into logs by default.

One line removed, no behaviour change otherwise. Spotted while building a Shopify pipeline with dlt and reading the verified source for reference.

get_graphql_pages printed every raw API response page to stdout. For any
real partner query that is pages of raw JSON written to the console (or
an orchestrator's logs) on every run, and transaction data is not
something to echo into logs by default.

@rudolfix rudolfix left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! thanks!

@rudolfix rudolfix merged commit 3957506 into dlt-hub:master Jul 3, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants