Connecting to external GIT Repository, specifically Bitbucket

I would like to be able to access an our Bitbucket as an external GIT repository. Bitbucket no longer supports downloading a zip file via access token and there is no datasource in Palantir, and when I tried to create a pipeline there is no GIT library available to implement this. Please help

For cases like this I recommend using external transforms.

You would be writing your own python code that pulls the data from bitbucket and writes it into a dataset. You will need to create an magritte source first, that has egress access to your bitbucket instance.

You can use AI FDE or AIP assist to help you in writing the external transforms code.