Vitor Avila
Vitor Avila
> I'm a bit worried about manipulating the crontab as a string to figure out the shortest interval — it can miss edge cases, and it forces constraints to the...
thanks for the feedback, @eschutho 🙏 I'll put this on hold until we align on best route to move forward, before working on these.
> @Vitor-Avila how do these setting reflected in the UI given one can specifying whatever cron schedule they desire? @john-bodley I haven't implemented any UI validation, so the user would...
Going to implement tests in a future commit
thank you @betodealmeida 🙏 I think long term would be interesting to at least deprecate the `connector` driver and migrate existing connections to this new driver. I'm not too familiar...
Not sure if it's compatible to your use-case, but the Embedded SDK should handle that gracefully (the SDK handles the URL generation). The callout here is that the SDK allows...
@rusackas haven't heard about it so far, and also couldn't reproduce it on Preset Cloud.
I believe the UI issues are related with the CSP configuration. You could try disabling the CSP rules and check if that fixes it (setting `TALISMAN_ENABLED = False` in the...
thanks, @michael-s-molina! That's really good context 🙏 Seems like solving this specific bug doesn't make sense then, and instead a better option would be to recreate/upgrade this plugin to meet...
> Also @Vitor-Avila we need to update the calls for `Query` and `Dataset` to make sure they have the same ability to update the tags as well @hughhhh for Saved...