workflow
Here are 3,351 public repositories matching this topic...
-
Updated
Mar 2, 2022 - TypeScript
-
Updated
Mar 1, 2022 - TypeScript
-
Updated
Mar 1, 2022 - Java
UI start/end times don't show exact timestamp ie HH:MI:SS . When debugging a failed workflow the exact minute/second is very useful to know.
-
Updated
Feb 22, 2022 - JavaScript
Description
It looks like the installation command should be conda install -c conda-forge prefect python-kubernetes
https://github.com/PrefectHQ/prefect/blame/master/docs/orchestration/agents/kubernetes.md#L28
Logs:
(prefect) ubuntu@ip-172-31-7-79:~/perfect$ prefect agent kubernetes start --name "K8S Agent"
Traceback (most recent call
-
Updated
Aug 8, 2021 - JavaScript
-
Updated
Jan 2, 2022 - Go
-
Updated
Feb 22, 2022
https://dagster.slack.com/archives/C01U954MEER/p1642163479382400:
Hi, I'm experiencing a bug when trying to write an ALS model from pyspark.ml.recommendation to S3 and reading it back in if this takes place within a dynamically executed graph (i.e. via dynamic mapping). I wrote a custom IO manager using the pattern f's3a://{self.s3_bucket}/{key}' as _uri_for_key similar to the one currently imp
-
Updated
Dec 31, 2021 - JavaScript
-
Updated
Feb 18, 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
Mar 1, 2022 - TypeScript
-
Updated
Dec 28, 2021 - Python
-
Updated
Mar 1, 2022 - Java
-
Updated
Feb 26, 2022 - PHP
Hiya, I am looking to achieve the below integration between Reddit and Todoist:
Any posts I save in Reddit will appear as Tasks in Todoist
I reckon this cannot be achieved via Pipedream currently, therefore creating this request.
-
Updated
Feb 16, 2022 - TypeScript
-
Updated
Dec 10, 2021 - 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
Jul 30, 2020 - CSS
-
Updated
Feb 7, 2022 - Python
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."
Apache Airflow version
2.2.4 (latest released)
What happened
I am using Airflow 2.2.4 docker which is to run a DAG,
test_dag.py
, defined as follows: