Skip to content

Commit

Permalink
removed stream selection dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
somethingmorerelevant committed Jan 20, 2025
1 parent 510450f commit 1cbbfcd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tap_shopify/streams/metafields.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ def call_api(self, query_params, query, data_key):

def get_parents(self):
for parent in ['orders', 'customers', 'products', 'custom_collections']:
if not Context.is_selected(parent):
continue
parent = self.parent_alias.get(parent, parent)
LOGGER.info("Fetching id's for %s", parent)

Expand Down

0 comments on commit 1cbbfcd

Please sign in to comment.