Luis León
Luis León
Having this very same issue today but with Cypress 8.5.0, seems to be intermittent since after we got this error we ran another CI pipeline and it went through.
Hey @grantmcconnaughey, I checked out to the branch, ran the tests and it is indeed passing. Here is the model: ``` python class OSD_StatusMotive(models.Model): status_type = models.ForeignKey(OSD_Status) motive = models.ForeignKey(OSD_Motive)...
Sure. I ran your test and it passes. I added a `restaurant_type` and a `name` field to the `Restaurant` model and started tracking them: ``` python class RestaurantType(models.Model): name =...
No problem, @grantmcconnaughey. If I come up with anything I'll update the issue.
Thanks for the quick response @kossnocorp, I'll try that and get back to you on this. Also this is unrelated but while I was deploying some functions I noticed this...
@vimanvh Just faced the same issue. Once you open the Choose dialog, do `Command + Shift + G`and type the whole path to pg_dump, press Enter and now it will...
I installed through homebrew and add it to the PATH. I thought that maybe I needed to restart Beekeeper for it to detect it in the PATH after installation, but...
Yes, I added it to .zshrc, I use zsh.
Closing as this no longer is an issue on version `1.8.1`.
@SmboBeast although as you said it's not the cleanest solution, I had the exact same problem and this fixed it for me. Thanks!