Skip to content
#

workflow

Here are 3,316 public repositories matching this topic...

ltutar
ltutar commented Feb 7, 2022

Description

Hi,

It would be nice of the file .airflowignore also used 'glob' as .gitignore for example. In my case when I used *_test.py instead of .*_test.py, I could not see the dags and also got errors when I used airflow dags list. The error message was not easy to understand. Without the help of @potiuk, I was lost.

An example is shown below:

`
Traceback (most recent

kvnkho
kvnkho commented Dec 15, 2021

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/

sryza
sryza commented Jan 18, 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

SuiteCRM
github-pages-deploy-action
sharunkumar
sharunkumar commented Feb 7, 2022

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

Improve this page

Add a description, image, and links to the workflow topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the workflow topic, visit your repo's landing page and select "manage topics."

Learn more