-
**Overview**
Add the JSON schema-based validation to the DAG(YAML) editor.
**JSON schema**
The schema file is available at:
https://raw.githubusercontent.com/daguflow/dagu/main/schemas/dag.schem…
-
We are testing dag pretty well one just 1 case (when you are labelledby yourself).
-
### Feature request
Support all usual commands in case of [tekton matrix](https://tekton.dev/docs/pipelines/matrix/).
### Use case
Interact with Tekton pipelines that make use of [matrix](htt…
-
### Apache Airflow version
2.5.2
### What happened
Users are experiencing the following:
* A DAG begins to run
* Task(s) go into running state, as expected
* The DagRun times out, marking any …
-
Snakemake version - 6.9.1
Command used: `snakemake --default-remote-provider S3 --default-remote-prefix '$s3' --use-conda -np --printshellcmds --cores 32`
My DAG takes 30 mins to build. There ar…
-
We need to inspect all `LibraryProduct`s within a build, look at their dependencies, then do a breadth-first walk of those LibraryProducts when `dlopen()`'ing them in the `__init__()` method of JLL pa…
-
We can use the **task group** and **dynamic mapping API** in airflow, this ensures we have a single DAG and each table task (extract-load) is done in parallel, which archives the same objective as wha…
-
**Snakemake version**
v8.3.7
**Describe the bug**
Attempt to generate a Dockerfile with `snakemake --containerize` fails when the workflow has a global Conda directive.
**Logs**
The following…
-
Write a DAG composed by one main task which:
- Read pre-staged data to local EFS disk
- Execute a (generic) CWL Application Package that processes local data, and outputs local data
Dependency: worki…
-
## Reproduction
```python
from datetime import datetime
import polars as pl
from hamilton import driver
from hamilton_sdk import adapters
import __main__ as dag
def df() -> pl.Series:…