workflow
Here are 3,405 public repositories matching this topic...
-
Updated
Apr 4, 2022 - TypeScript
-
Updated
Apr 4, 2022 - TypeScript
-
Updated
Mar 22, 2022 - Java
We don't surface the message for either. We should as it would be very helpful for understanding why a workflow failed.
This f
-
Updated
Mar 30, 2022 - JavaScript
Opened from the Prefect Public Slack Community
pat: This is a pretty minor problem as these things go, but it would be great if there was a way to disable the ASCII logo in Prefect Agent and Prefect Server, since it pollutes our server logs in DataDog. I can go hack the code, in Prefect, but it seems inelegant to have to re-apply such code after every version up
-
Updated
Mar 27, 2022 - JavaScript
-
Updated
Jan 2, 2022 - Go
-
Updated
Mar 14, 2022
-
Updated
Mar 22, 2022 - JavaScript
-
Updated
Mar 29, 2022 - C#
-
Updated
Jan 27, 2022 - Shell
Hey everyone, I hope y'all enjoyed your holidays.
I want to create SuiteCRM users via the V8 api, but the response is invalid json and contains some generic validation error message.
I'm not sure whether my request is actually malformed or the error message just shouldn't appear.
-
Updated
Feb 26, 2022 - JavaScript
-
Updated
Apr 4, 2022 - TypeScript
-
Updated
Mar 23, 2022 - Python
-
Updated
Apr 4, 2022 - Java
- Make sure the
include_sent_via_pipedream_flagprop is included in every send message action (not currently included in the "reply-to-a-message-thread" action). - Add a "Send as mrkdwn" optional prop to all Slack send message actions that use the `chat.postM
-
Updated
Feb 26, 2022 - PHP
-
Updated
Mar 18, 2022 - TypeScript
-
Updated
Mar 30, 2022 - JavaScript
Is your feature request related to a problem? Please describe.
It's not especially common to generate a certificate file which includes its own CA chain as well. The common case would be to have a shared CA chain file for each node, and then each node gets its own certificate (which other nodes cannot access). The Java client, for example, already works like this. Right now, for inter-clust
-
Updated
Apr 4, 2022 - Python
This is related to #647 - we already allow custom product paths, but it is not possible to customize product paths
Improve this page
Add a description, image, and links to the workflow topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the workflow topic, visit your repo's landing page and select "manage topics."
Description
Retrieve the GKE conf with python code and not by running a
gcloudsubprocess cmd-> https://github.com/apache/airflow/blob/5247445ff13e4b9cf73c26f902af03791f48f04d/airflow/providers/google/cloud/operators/kubernetes_engine.py#L355
Use case/motivation
It's currently necessary to have gcloud to use the GKEStartPodOperator , but it look like it's possible without by