Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] yaml file render rule doc by example #28

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 2 additions & 0 deletions docs/ext/rules_ex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def foo():
pass
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and Yaml file to define the transformation rules.

start
cli
rule
arch

Indices and tables
Expand Down
6 changes: 6 additions & 0 deletions docs/rule.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Rules
=====

Airphin is a rule based AST transformer, it contains a set of rules to allow users migrate from Airflow DAGs to
DolphinScheduler DAGs. In this section we will show all rules and examples about them.