workflow
Here are 3,318 public repositories matching this topic...
-
Updated
Feb 9, 2022 - TypeScript
-
Updated
Feb 9, 2022 - TypeScript
-
Updated
Feb 9, 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 1, 2022 - JavaScript
Current behavior
You get an error if you try to upload the same file name
azure.core.exceptions.ResourceExistsError: The specified blob already exists.
RequestId:5bef0cf1-b01e-002e-6
Proposed behavior
The task should take in an overwrite
argument and pass it to [this line](https://github.com/PrefectHQ/prefect/blob/6cd24b023411980842fa77e6c0ca2ced47eeb83e/src/prefect/
-
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 2, 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
Jan 16, 2022 - JavaScript
-
Updated
Dec 28, 2021 - Python
-
Updated
Feb 9, 2022 - TypeScript
-
Updated
Jan 22, 2022 - PHP
-
Updated
Feb 9, 2022 - Java
-
Updated
Jan 31, 2022 - TypeScript
Describe the event source. What app is this for, and what event does the trigger correspond to?
A trigger for firing when a new reddit post is created in a subreddit.
Currently there's "new hot post in subreddit" and "new link in subreddit" triggers for reddit which seem to be subsets of "new post" in general.
**Please provide a link to the relevant API docs for the specific service / ope
-
Updated
Dec 10, 2021 - JavaScript
Describe the bug
The attached BPMN model produces a deployment error without saying what the real issue is.
zbctl output
Error: rpc error: code = InvalidArgument desc = Command 'CREATE' rejected with code 'INVALID_ARGUMENT': Expected to deploy new resources, but encountered the following errors:
'2 - Vacation Request Part
-
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.3 (latest released)
What happened
Submitting this on advice from the community Slack: Attempting to use the v3.5.0
AzureCosmosInsertDocumentOperator
operator fails with an attribute error:AttributeError: 'CosmosClient' object has no attribute 'QueryDatabases'
What you expected to happen
Expected behaviour is that the document is upserted correctly.