Retrieving pull requests for specific branches using PyAirbyte

Summary

Inquiring about the ability to retrieve pull requests for specific branches using PyAirbyte and the behavior of the branches parameter in the context of GitHub repositories.


Question

Hi, I am using PyAirbyte to sync data from GitHub to BigQuery. Can I retrieve pull requests for specific branches inside repositories (not only the default branch)? I have tried specifying branches parameter without any luck and in the source documentation it says:
List of GitHub repository branches to pull commits for, e.g. `airbytehq/airbyte/master`. If no branches are specified for a repository, the default branch will be pulled.
So is it supposed to retrieve pull requests for specific branches, or does this mean that it only retrieves commits for specified branches and other streams do not consider branches parameters? Thanks!



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["pyairbyte", "github", "bigquery", "pull-requests", "specific-branches", "branches-parameter"]