[source-pinterest] Add an optional parameter to extract data for specific account ids #52036
Closed
karolur
started this conversation in
Connector Ideas and Features
Replies: 2 comments 1 reply
-
Solved in Pull Request |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @karolur, I have been trying to get the account id filter to work but cannot seem to succeed!
I have checked scenarios that I can think of - invalid account id, and using token with incorrect scopes and both of these would return a different error message than the above. I would love if you could help shed some light on this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the Pinterest connector extracts data from all available account ids by default. This behavior poses challenges for our enterprise use cases where only specific account IDs need to be included and others need to be masked. I propose adding an optional configuration parameter (account_ids) to allow users to specify one or more account IDs to extract data from. If no account IDs are provided, the connector will continue to extract data for all accounts, maintaining backward compatibility.
Beta Was this translation helpful? Give feedback.
All reactions