workflow
Here are 3,451 public repositories matching this topic...
-
Updated
May 4, 2022 - TypeScript
-
Updated
May 4, 2022 - TypeScript
-
Updated
Mar 22, 2022 - Java
-
Updated
Apr 26, 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
Apr 11, 2022
-
Updated
May 4, 2022 - Vue
-
Updated
Mar 22, 2022 - JavaScript
-
Updated
Mar 29, 2022 - C#
-
Updated
Jan 27, 2022 - Shell
Is there a specific app this action is for?
data_stores
New actions
- List keys in Data Store:
await this.db.keys() - Delete all keys in a Data Store:
await this.db.clear()(include a note about this being an irreversible change, so use with caution) - Check existence of keys:
await this.db.has(key)(returns true/false)
Updates to existing actions
- Can we use async
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
May 4, 2022 - TypeScript
-
Updated
Apr 22, 2022 - Python
-
Updated
May 4, 2022 - Java
-
Updated
Apr 28, 2022 - PHP
-
Updated
Mar 18, 2022 - TypeScript
-
Updated
May 4, 2022 - Java
-
Updated
May 3, 2022 - Python
-
Updated
Apr 18, 2022 - JavaScript
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."
Body
Following Stackoverflow question: https://stackoverflow.com/questions/72091119/airflow-issues-with-calling-taskgroup
The issue is that when defining task in TaskGroup the identifier of the task becomes
group_id.task_id[DataprocJobBaseOperator](https://github.com/apache/airflow/blob/05ccfd42f28db7d0a8fe3ed023b0e7a8ec188609/airflow/providers/google/cloud/operators/dataproc.py#L836