prefect-bitbucket
library makes it easy to interact with Bitbucket repositories and credentials.
prefect-bitbucket
prefect-bitbucket
compatible with your installed version of prefect
.
If you don’t already have prefect
installed, it will install the newest version of prefect
as well.
prefect
and prefect-bitbucket
:
prefect-bitbucket
module to make them available for use.
BitBucketCredentials
block.
A deployment can use flow code stored in a Bitbucket repository without using this library in either of the following cases:
token
to authenticate. Do not include a value in the username
field or authentication will fail. If using Bitbucket Server, provide both the token
and username
values.prefect.yaml
file to create the deployment, reference the Bitbucket Credentials block in the pull
step:
reference
field to use the default branch.
Reference a BitBucketCredentials block for authentication if the repository is private.
Use the newly created block to interact with the Bitbucket repository.
For example, download the repository contents with the .get_directory()
method like this:
prefect-bitbucket
SDK documentation to explore all the capabilities of the prefect-bitbucket
library.