prefect_github.repository_owner
This is a module containing:
GitHub query_repository_owner* tasks
Functions
query_repository_owner
login: The username to lookup the owner by.github_credentials: Credentials to use for authentication with GitHub.return_fields: Subset the return fields (as snake_case); defaults to fields listed in configs/query/*.json.
- A dict of the returned fields.
query_repository_owner_repository
login: The username to lookup the owner by.name: Name of Repository to find.github_credentials: Credentials to use for authentication with GitHub.follow_renames: Follow repository renames. If disabled, a repository referenced by its old name will return an error.return_fields: Subset the return fields (as snake_case); defaults to fields listed in configs/query/*.json.
- A dict of the returned fields.
query_repository_owner_repositories
login: The username to lookup the owner by.github_credentials: Credentials to use for authentication with GitHub.privacy: If non-null, filters repositories according to privacy.order_by: Ordering options for repositories returned from the connection.affiliations: Array of viewer’s affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the current viewer owns.owner_affiliations: Array of owner’s affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns.is_locked: If non-null, filters repositories according to whether they have been locked.after: Returns the elements in the list that come after the specified cursor.before: Returns the elements in the list that come before the specified cursor.first: Returns the first n elements from the list.last: Returns the last n elements from the list.is_fork: If non-null, filters repositories according to whether they are forks of another repository.return_fields: Subset the return fields (as snake_case); defaults to fields listed in configs/query/*.json.
- A dict of the returned fields.