Skip to content

Conversation

@jrsperry
Copy link

Added the ability to supply filters. Very handy to avoid having to pull all records (say for example isDeleted, or by some ownerId etc.).

Current implementation would only work if you are pulling a single object, or apply it to all objects being pulled. More than happy to adjust it to be smarter than that.

I can write tests, but i don't see any tests in the project.

@edgarrmondragon edgarrmondragon self-assigned this Feb 13, 2025
selected_properties = self._get_selected_properties(catalog_entry)

query = "SELECT {} FROM {}".format(",".join(selected_properties), catalog_entry["stream"])
query = "SELECT {} FROM {}".format(",".join(selected_properties), catalog_entry['stream'])
Copy link
Member

Choose a reason for hiding this comment

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

Hey @jrsperry. Can we revert these styling changes? If just to make reviewing the actual changes easier.

Thanks!

Copy link
Author

Choose a reason for hiding this comment

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

Oh sure. Oops

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