Skip to content

Commit

Permalink
[docs] include link to airlift video in tutorial (#26252)
Browse files Browse the repository at this point in the history
## Summary & Motivation

Let me know if you'd prefer it here, or in
https://docs.dagster.io/integrations/airlift#airlift

<img width="1176" alt="image"
src="https://github.com/user-attachments/assets/1d5f61aa-14d3-4ab9-8a93-254a33632bcd">

## How I Tested These Changes

## Changelog

> Insert changelog entry or delete this section.
  • Loading branch information
cmpadden authored Dec 3, 2024
1 parent 11e0a1f commit 7941570
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
15 changes: 15 additions & 0 deletions docs/content/integrations/airlift.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ Airlift is a toolkit for integrating Dagster and Airflow.

---

## Introduction

Watch a quick introduction of Airlift from [Data Platform Week](https://dagster.io/events/data-platform-week).

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/jmdars2L7nc?si=AtfCW3GmI73zskp6&amp;start=68"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe>

## Compatibility

### REST API Availability
Expand Down
15 changes: 0 additions & 15 deletions docs/content/integrations/airlift/tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,6 @@

This example demonstrates how to migrate an Airflow DAG to Dagster using the `dagster-airlift` package. It contains code examples of how to peer, observe, and migrate assets from an Airflow DAG to Dagster. The below guide will walk through each of these steps in detail.

## Example Structure

```plaintext
tutorial_example
├── shared: Contains shared Python & SQL code used Airflow and proxied Dagster code
├── dagster_defs: Contains Dagster definitions
│ ├── stages: Contains reference implementations of each stage of the migration process
│ ├── definitions.py: Empty starter file for following along with the tutorial
├── airflow_dags: Contains the Airflow DAG and associated files
│ ├── proxied_state: Contains migration state files for each DAG, see migration step below
│ ├── dags.py: The Airflow DAG definition
```

## Guide

This tutorial will walk through the process of peering, observing, and migrating assets from an Airflow DAG to Dagster.
Expand Down

1 comment on commit 7941570

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-8vt1ddgt9-elementl.vercel.app
https://master.dagster.dagster-docs.io

Built with commit 7941570.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.