Zanie Blue
Zanie Blue
Webhook URLs are secret though right? Isn't the issue here that it's being displayed below?
While I agree that we should have an example of how to use the extra loggers setting, it is intended to target people who have existing loggers. We should introduce...
Yeah it'd be ```python from prefect import logger logger.info("Local only, not sent to Cloud") @flow def foo(): logger.info("Logged to flow run") bar() @task def bar() logger.info("Logged to task run") bar.fn()...
@kevin868 There is a different issue #7239 for v2. There are no heartbeats in v2 at this time, but we would like to figure out a way to get this...
Let's focus on the use-case requirements here, I'm not sure exposing a `host_config` dictionary as in v1 will be the best solution. Are we trying to expose everything in https://docker-py.readthedocs.io/en/stable/api.html#docker.api.container.ContainerApiMixin.create_host_config...
@ahuang11 / @edmondo1984 I believe you've worked on this most recently?
This test failure actually looks unrelated, looks like some flakes. I would like to understand how/why the Cloud UI URLs are different than the open source UI URLs though. It'll...
> We explored the possibility of leveraging idempotency keys for such a use case, but those only work for runs from deployments. This should not be the case, idempotency keys...
> it looks like the idempotency key is a good solution for the given use case Do they not want their run to be created still and marked as retrieved...
I still need to review, will try to get to it this week.