j-carson

Results 46 comments of j-carson

@klausfrandsen copy_expert is psycopg2, though. Psycopg is generally more memory efficient, the API is simpler and easier to use, and you can use the "copy" object to copy a query...

@jonnor You are correct that the snippet above is for getting data that's already in a numpy format and putting it into postgres. If you want to get data out...

What is not supported? I created a BitBucketRepository block and then asked Marvin how to use it since it wasn’t clear. Your YAML doesn’t look right - is credentials supposed...

OK - I'm not using submodules and sparse-checkout yet, but I have two BitBucketRepository blocks that point to different branches for sandbox and production. Can the example be updated to...

OK, so the answer to your original question is - the reason I prefer `pull_with_block` after being told about other options, is that it's really easy to wind up with...

Using existing credentials does not work in the UI with bitbucket repository blocks either, but it's not too hard to do from python code if you're stuck.