Skip to content
#

workflow

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

LarsAlmgren
LarsAlmgren commented Jul 4, 2022

Apache Airflow version

2.2.5

What happened

We added new DAG tags to a couple of our DAGs. In the case when the tag was longer than the 100 character limit the DAG was not showing in the UI and wasn't scheduled. It was however possible to reach it by typing in the URL to the DAG.
Usually when DAGs are broken there will be an error message in the UI, but this problem did not render

RowdyHowell
RowdyHowell commented Feb 28, 2022

Hello!

I've found an issue here:[Bitbucket Storage](https://docs.prefect.io/api/latest/storage.html#github) is a storage option that uploads flows to a Bitbucket repository as .py files.

Page reference: https://docs.prefect.io/orchestration/flow_config/storage.html#bitbucket

First, the link is incorrect. Second, should the line read more like Github where it references the repository

good first issue docs
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
edublancas
edublancas commented Jun 30, 2022

I got a user who asked me if their pipeline.yaml looked well and I noticed they had something like this:

tasks:
   # ... a bunch of tasks
   - source: fit.py
      product:
        nb: path/to/report.html
        data: path/to/data.csv
        data1: path/to/data.csv
        data2: path/to/data.csv

The user was confused and thought that the naming should be name, name1

documentation good first issue low priority

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