Skip to content
#

workflow

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

MatrixManAtYrService
MatrixManAtYrService commented Mar 21, 2022

Apache Airflow version

2.2.4 (latest released)

What happened

I created a connection like:

airflow connections add fsconn --conn-host /tmp --conn-type File

When I really should have created it like:

airflow connections add fsconn --conn-host /tmp --conn-type fs

While using this connection, I found that FileSensor would only work if I provided absolute paths.

ChaosInTheCRD
ChaosInTheCRD commented Mar 10, 2022

Summary

As a consequence of one of my PRs, a bug was introduced into the master branch of the Argo Workflows codebase. This had instant repercussions (see Github Issue here) for new users that were consuming the tool. Whenever the docs provide a link to manifests, they point to the master branch (see [here](https://github.com/argoproj/ar

thomasfrederikhoeck
thomasfrederikhoeck commented Mar 15, 2022

Description

Occasionally I get the following error when running sub-flows using create_flow_run and wait_for_flow_run

Task "wait_for_flow": Exception encountered during task execution!
Traceback (most recent call last):
  File "/root/miniconda3/lib/python3.8/site-packages/prefect/engine/task_runner.py", line 876, in get_task_run_state
    value = prefect.utilities.executor
good first issue needs:contributor
SuiteCRM
peterkappelt
peterkappelt commented Dec 29, 2020

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.

Type:Suggestion Priority:Moderate Area: Module Help Wanted
github-pages-deploy-action
dannyroosevelt
dannyroosevelt commented Mar 18, 2022

Is there a specific app this action is for?
People Data Labs people_data_labs

Please provide a link to the relevant API docs for the specific service / operation.
https://docs.peopledatalabs.com/docs

Actions

  • Person Enrichment (the "enrich" action exists but should be replaced / refactored) | Enrich data about a specific person
  • Company Enrichment | Enrich data about a sp
enhancement help wanted good first issue action
edublancas
edublancas commented Mar 22, 2022

(see #672 and #658 for context)

There are a few engines to convert .ipynb to .pdf, however, we only support the default one provided by nbconvert, which depends on pandoc and text. It has a few downsides such as not being able to render embedded charts (see #658), we should add support for other engines

enhancement good first issue

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