Skip to content
Novus Examples

Explore the test library

Search files, editable visual templates, and live browser targets from one registry-backed directory. Filtered query views stay crawlable for links but are deliberately noindex; the stable taxonomy pages below remain the canonical search surfaces.

115 results

Page 1 of 5; 24 results per page.

Show the canonical directory
Preview of Airflow DAG Definition (Operator Style)
py
1.6 KB
Actual file preview for Airflow DAG Definition (Operator Style)

Airflow DAG Definition (Operator Style)

An Airflow DAG definition in the classic operator style, using only the no-op EmptyOperator so the file describes a topology and performs no work. Carries the six-task ETL graph shared across the Airflow JSON, Argo, Graphviz and Mermaid fixtures.

File
PY · Airflow
Use case
Graph dataData engineering+1· Conversion set
Preview of Airflow TaskFlow API DAG
py
1.1 KB
Actual file preview for Airflow TaskFlow API DAG

Airflow TaskFlow API DAG

A decorator-based Airflow TaskFlow DAG where dependencies are implied by function calls rather than >> operators — the shape static DAG extractors most often get wrong. Every task returns a literal, so nothing performs I/O.

File
PY · Airflow
Preview of Airflow-Shaped Serialized DAG (JSON)
json
2.5 KB
Actual file preview for Airflow-Shaped Serialized DAG (JSON)

Airflow-Shaped Serialized DAG (JSON)

The serialized-DAG shape Airflow stores in its metadata database, as standalone JSON: per-task metadata with explicit downstream_task_ids. Carries the same six-task topology as the Python, Argo, Graphviz and Mermaid fixtures.

File
JSON · Airflow
Use case
Graph dataData engineering+1· Conversion set
Preview of Argo CD Application with Sync Policy
yaml
875 B
Actual file preview for Argo CD Application with Sync Policy

Argo CD Application with Sync Policy

An Argo CD Application with automated sync, prune and self-heal, retry backoff, sync options, and an ignoreDifferences rule that exempts replica counts from drift detection. All Git and cluster endpoints are example.invalid.

File
YAML · Argo Tekton
Preview of Argo CronWorkflow Schedule
yaml
481 B
Actual file preview for Argo CronWorkflow Schedule

Argo CronWorkflow Schedule

An Argo CronWorkflow wrapping an inline workflowSpec: a cron schedule with an explicit timezone, Replace concurrency, history limits, and a suspend flag. Nested-spec shape that flat schedule extractors miss.

File
YAML · Argo Tekton
Preview of Argo Workflow DAG Template
yaml
1.8 KB
Actual file preview for Argo Workflow DAG Template

Argo Workflow DAG Template

An Argo Workflows DAG template carrying the same six-task ETL topology as the Airflow, Graphviz and Mermaid fixtures in this category, so a converter or visualiser can be scored against one known answer across four formats.

File
YAML · Argo Tekton
Preview of Argo Workflow Steps Template
yaml
1.1 KB
Actual file preview for Argo Workflow Steps Template

Argo Workflow Steps Template

Argo's steps template, whose double-nested list is a genuine parser trap: the outer list is sequential and the inner list is parallel, so a reader that flattens it reports four sequential steps instead of three groups.

File
YAML · Argo Tekton
Preview of Azure Pipelines Matrix Strategy
yml
721 B
Actual file preview for Azure Pipelines Matrix Strategy

Azure Pipelines Matrix Strategy

Azure's named-leg matrix form, where each leg is a mapping of variables rather than an axis product: three Python legs, a maxParallel cap, a job timeout, and a JUnit results publish step that runs on failure too.

File
YML · Azure Pipelines
Preview of Azure Pipelines Stages and Deployment Job
yml
904 B
Actual file preview for Azure Pipelines Stages and Deployment Job

Azure Pipelines Stages and Deployment Job

A three-stage Azure Pipelines definition with a build-number format expression, a variable group reference, stage conditions built from the expression functions, and a deployment job using the runOnce strategy against a named environment.

File
YML · Azure Pipelines
Preview of Azure Pipelines Steps and Triggers
yml
574 B
Actual file preview for Azure Pipelines Steps and Triggers

Azure Pipelines Steps and Triggers

The simplest Azure Pipelines shape: no stages or jobs, just a trigger with branch and path filters, a PR trigger, variables, and a flat step list mixing task and script steps. Baseline for the stage-based fixtures.

File
YML · Azure Pipelines
Preview of Azure Pipelines Template Expressions and Parameters
yml
866 B
Actual file preview for Azure Pipelines Template Expressions and Parameters

Azure Pipelines Template Expressions and Parameters

Compile-time template expressions: an `${{ each }}` loop over an object parameter, an `${{ if }}` conditional insertion, an `extends` template, and a step template with arguments. These resolve before runtime, which template-aware linters must model.

File
YML · Azure Pipelines
Preview of Azure Pipelines, Intentionally Invalid
yml
624 B
Actual file preview for Azure Pipelines, Intentionally Invalid

Azure Pipelines, Intentionally Invalid

An intentionally invalid Azure Pipelines file: valid YAML that mixes top-level steps with a stages block, depends on an undeclared stage, and gives `pool` a bare string. For testing that a validator rejects it and reports all three faults.

File
YML · Azure Pipelines
Preview of CircleCI Config with Cache and Workspace
yml
925 B
Actual file preview for CircleCI Config with Cache and Workspace

CircleCI Config with Cache and Workspace

A CircleCI 2.1 config with a two-job workflow, a fallback cache-key list, workspace persistence between jobs, and a test-results store. The baseline the other CircleCI fixtures vary from.

File
YML · Circleci
Preview of CircleCI Config, Intentionally Invalid
yml
560 B
Actual file preview for CircleCI Config, Intentionally Invalid

CircleCI Config, Intentionally Invalid

An intentionally invalid CircleCI config: an unquoted `version: 2.10` that YAML loads as the float 2.1, a workflow referencing an undefined job, and a job with no execution environment. For testing that a validator rejects it and explains each fault.

File
YML · Circleci
Preview of CircleCI Orbs and Named Executors
yml
716 B
Actual file preview for CircleCI Orbs and Named Executors

CircleCI Orbs and Named Executors

CircleCI orbs and reusable named executors: two orb imports, two executors at different resource classes, an orb-provided step, and a branch filter combining an exact name with a regex.

File
YML · Circleci
Preview of CircleCI Reusable Commands and Parameters
yml
1 KB
Actual file preview for CircleCI Reusable Commands and Parameters

CircleCI Reusable Commands and Parameters

A reusable CircleCI command with string and boolean parameters, a conditional `when` step, and a job parameterised by an enum expanded through a workflow matrix. Exercises CircleCI's << >> template syntax, which is not YAML and not Jinja.

File
YML · Circleci
Preview of CircleCI Workflow Matrix with Exclude
yml
613 B
Actual file preview for CircleCI Workflow Matrix with Exclude

CircleCI Workflow Matrix with Exclude

A CircleCI workflow matrix across three operating systems and two Go versions with one exclusion, plus a tag filter regex. Six combinations minus one is five jobs, documented so an expansion can be scored exactly.

File
YML · Circleci
Preview of CWL CommandLineTool Definition
cwl
965 B
Actual file preview for CWL CommandLineTool Definition

CWL CommandLineTool Definition

A CWL v1.2 CommandLineTool with typed inputs, positional and prefixed bindings, a JavaScript outputEval expression, resource requirements, a Docker hint, and an IANA $namespaces block. Inert: it describes an invocation and runs nothing.

File
CWL · Cwl
Preview of CWL Scatter and Cross-Product
cwl
808 B
Actual file preview for CWL Scatter and Cross-Product

CWL Scatter and Cross-Product

CWL scatter in both forms: a single-parameter scatter over an array input, and a two-parameter scatter with scatterMethod flat_crossproduct. The scatter dimensionality is what distinguishes correct CWL engines from approximate ones.

File
CWL · Cwl
Preview of CWL Workflow (Six-Step Topology)
cwl
1.3 KB
Actual file preview for CWL Workflow (Six-Step Topology)

CWL Workflow (Six-Step Topology)

A CWL Workflow carrying the same six-step ETL topology as the Airflow and Argo fixtures, with dependencies expressed as step output references and a multi-source input resolved by pickValue. For cross-format DAG conversion tests.

File
CWL · Cwl
Preview of CWL Workflow, Intentionally Invalid
cwl
598 B
Actual file preview for CWL Workflow, Intentionally Invalid

CWL Workflow, Intentionally Invalid

An intentionally invalid CWL document: a nonexistent cwlVersion, an unknown class, a step consuming an output no step produces, and outputs given as a bare string. Four documented faults for a CWL validator to report.

File
CWL · Cwl
Preview of Docker Compose Anchors and x- Extension Fields
yaml
1.1 KB
Actual file preview for Docker Compose Anchors and x- Extension Fields

Docker Compose Anchors and x- Extension Fields

Compose with three x- extension fields carrying YAML anchors that are merged into services. The trap is ordering: a tool that strips x- keys before parsing the YAML destroys the anchors and the file stops resolving.

File
YAML · Docker
Preview of Docker Compose File, Intentionally Invalid
yaml
608 B
Actual file preview for Docker Compose File, Intentionally Invalid

Docker Compose File, Intentionally Invalid

An intentionally invalid Compose file: services as a list, a service with both image and an empty build, an unquoted 8080:8080 port that YAML 1.1 reads as a base-60 integer, and a depends_on naming an undefined service.

File
YAML · Docker
Preview of Docker Compose Profiles
yaml
601 B
Actual file preview for Docker Compose Profiles

Docker Compose Profiles

Five Compose services across three profiles, one of which belongs to two profiles at once. Services with no profiles key always start; the rest are opt-in, which is the selection logic this fixture exists to test.

File
YAML · Docker