Skip to content

Commit

Permalink
Merge branch 'main' into template_8742a41
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
  • Loading branch information
lfrancke committed Jan 10, 2024
2 parents fbb5be9 + 5d6fc0a commit 6850020
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
20 changes: 15 additions & 5 deletions .readme/README.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,22 @@
{%- set operator_docs_slug="airflow" -%}
{%- set related_reading_links=[] -%}

{% include "partials/borrowed/header.md.j2" %}
{% filter trim %}
{%- include "partials/borrowed/header.md.j2" -%}
{% endfilter %}

{% include "partials/borrowed/links.md.j2" %}
{% filter trim %}
{%- include "partials/borrowed/links.md.j2" -%}
{% endfilter %}

{% include "partials/main.md.j2" %}
{% filter trim %}
{%- include "partials/main.md.j2" -%}
{% endfilter %}

{% include "partials/borrowed/footer.md.j2" %}
{% filter trim %}
{%- include "partials/borrowed/footer.md.j2" -%}
{% endfilter %}

{% include "partials/borrowed/related_reading.md.j2" %}
{% filter trim %}
{%- include "partials/borrowed/related_reading.md.j2" -%}
{% endfilter %}
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,16 @@

<h1 align="center">Stackable Operator for Apache Airflow</h1>


![Build Actions Status](https://ci.stackable.tech/buildStatus/icon?job=airflow%2doperator%2dit%2dnightly&subject=Integration%20Tests)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/stackabletech/airflow-operator/graphs/commit-activity)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://docs.stackable.tech/home/stable/contributor/index.html)
[![License OSL3.0](https://img.shields.io/badge/license-OSL3.0-green)](./LICENSE)

[Documentation](https://docs.stackable.tech/home/stable/airflow) | [Stackable Data Platform](https://stackable.tech/) | [Platform Docs](https://docs.stackable.tech/) | [Discussions](https://github.com/orgs/stackabletech/discussions) | [Discord](https://discord.gg/7kZ3BNnCAF)

[Documentation](https://docs.stackable.tech/airflow/stable/index.html) | [Stackable Data Platform](https://stackable.tech/) | [Platform Docs](https://docs.stackable.tech/) | [Discussions](https://github.com/orgs/stackabletech/discussions) | [Discord](https://discord.gg/7kZ3BNnCAF)

This is a Kubernetes operator to manage [Apache Airflow](https://airflow.apache.org/) ensembles.

It is part of the Stackable Data Platform, a curated selection of the best open source data apps like Apache Kafka, Apache Druid, Trino or Apache Spark, [all](#other-operators) working together seamlessly. Based on Kubernetes, it runs everywhere – [on prem or in the cloud](#supported-platforms).

It is part of the Stackable Data Platform, a curated selection of the best open source data apps like Apache Kafka, Apache Druid, Trino or Apache Spark, [all](#our-operators) working together seamlessly. Based on Kubernetes, it runs everywhere – [on prem or in the cloud](#supported-platforms).

## Installation

Expand All @@ -30,15 +27,13 @@ You can follow this [tutorial](https://docs.stackable.tech/airflow/stable/gettin

## Documentation

The stable documentation for this operator can be found [here](https://docs.stackable.tech/home/stable/airflow).
If you are interested in the most recent state of this repository, check out the [nightly docs](https://docs.stackable.tech/home/nightly/airflow) instead.
The stable documentation for this operator can be found [here](https://docs.stackable.tech/airflow/stable/index.html).
If you are interested in the most recent state of this repository, check out the [nightly docs](https://docs.stackable.tech/airflow/nightly/index.html) instead.

The documentation for all Stackable products can be found at [docs.stackable.tech](https://docs.stackable.tech).

If you have a question about the Stackable Data Platform contact us via our [homepage](https://stackable.tech/) or ask a public questions in our [Discussions forum](https://github.com/orgs/stackabletech/discussions).



## About The Stackable Data Platform

This operator is written and maintained by [Stackable](https://stackable.tech) and it is part of a larger data platform.
Expand Down

0 comments on commit 6850020

Please sign in to comment.