workflow
Here are 3,328 public repositories matching this topic...
-
Updated
Feb 20, 2022 - TypeScript
-
Updated
Feb 20, 2022 - TypeScript
-
Updated
Feb 15, 2022 - Java
Summary
The 2.x releases notes contains breaking changes: https://github.com/colinmarc/hdfs/releases/tag/v2.0.0
Message from the maintainers:
Love this enhancement proposal? Give it a
-
Updated
Feb 17, 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
Nov 14, 2021
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 15, 2022 - JavaScript
-
Updated
Dec 28, 2021 - Python
-
Updated
Feb 19, 2022 - TypeScript
-
Updated
Feb 18, 2022 - Java
-
Updated
Feb 17, 2022 - PHP
-
Updated
Feb 16, 2022 - TypeScript
It looks like we're using v54.0 in the latest triggers but v20.0 in some of the actions (and test request), which Salesforce is deprecating soon.
Let's update so everything is on the latest version and consistent.
-
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."


Body
days_agois deprecated apache/airflow#21653We have several references to the function in test suite / example dags.
Task:
there should be no imports of
airflow.utils.dates import days_agoin the code.In most cases we can simple replace with
datetime(2022, 1, 1)Committer