bitbucket_repository_default_branch_commits

Details about commits in the default branch of Bitbucket repositories.

id

Primary key
Unique identifier for the row.

sha

string
SHA of the commit.

source_url

string
URL directly to the commit in Bitbucket.

author_id

Foreign key
ID of the author of the commit.

repository_id

Foreign key
ID of the Bitbucket repository associated with the commit.

created

date
Timestamp when the commit was created.

message

string
Commit message.