-
-
Notifications
You must be signed in to change notification settings - Fork 16.5k
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
feature/airtable-views #1454
feature/airtable-views #1454
Conversation
thanks @dkindlund ! can you do a quick |
@HenryHengZJ , done! Let me know if there are any other blockers here. |
Oh, @HenryHengZJ , I forgot to ask -- do we need to increment the version number of the |
yep! we usually go with 1.0, to 2.0 and so on |
@HenryHengZJ, okay, I've bumped the version number of the node as well. Let me know if you're okay to merge this PR. |
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.
looks good! thanks @dkindlund !
Hey @HenryHengZJ, this PR adds support to optionally specify an Airtable View ID when using the Airtable document loader node. That way, only the subset of matching records specified in the filter of the View ID will be used by the document loader. Let me know if you have any questions. Thanks!