Mario Rivera

Results 17 comments of Mario Rivera

If someone has more context, would this be the same issue that I'm getting locally? Not sure if it's an issue with my local DB setup missing data.

Yes it is, sorry should had mentioned in my comment that I'm getting `Error: Error executing raw query for workspace 20202020-1c25-4d02-bf25-6aeccf7ea419: column "activityId" of relation "event" does not exist` in...

@charlesBochet I'm trying to replicate these errors. What I tried: - Created a test note in a company. - Clicked on the edit button next to the target company within...

@vytas7 I'm happy to help with this. Looking though the previous comments here, seems like the issue would just be updating documentation so that users can set up logging for...

I believe this is a feature that would be helpful for many users. If other collaborators here agree, I'd be happy to take on the work. t looks like it...

@potiuk @uranusjr Sorry, I got misguided there with the `cached_property`. I found the if/else use in the sftp hook file: ``` def get_conn(self) -> paramiko.SFTPClient: # type: ignore[override] """Open an...

> > I can do the same in the ssh hook and return the existing self.client. @potiuk Let me know if this is what you're referring to. > > Yes....

> Might be a race condition, yes. Looks like to close the connection we need to do it in `execute` from `SSHOperator`. I made the change. This should close all...

@potiuk Leaving a reminder here that this PR is ready for review.