Skip to content
#

workflow

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

sanje2v
sanje2v commented Feb 26, 2022

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:

from airflow.decorators import dag, task
from airflow.utils import dates


@dag(schedule_interval=None,
     start_date=dates.days_ago(1),
     catchup=False)
def test_dag():

    @task.docker(image='company/my-repo',
  
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
npepinpe
npepinpe commented Feb 15, 2022

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

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