Skip to content

Commit

Permalink
Apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Oct 21, 2024
1 parent 29b68f3 commit 6ca3e63
Show file tree
Hide file tree
Showing 18 changed files with 12 additions and 333 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ clean: ## Removes build and test artifacts
.PHONY: build-whl
build-whl: ## Build installable whl file
python3 -m build --outdir dev/include/
cp -r ./examples/* dev/dags/
cd examples && ln -sf ../dev/dags/* .

.PHONY: docker-run
docker-run: build-whl ## Runs local Airflow for testing
Expand Down
1 change: 1 addition & 0 deletions examples/customized
Empty file removed examples/customized/__init__.py
Empty file.
Empty file.
23 changes: 0 additions & 23 deletions examples/customized/operators/breakfast_operators.py

This file was deleted.

1 change: 1 addition & 0 deletions examples/datasets
7 changes: 0 additions & 7 deletions examples/datasets/example_config_datasets.yml

This file was deleted.

17 changes: 0 additions & 17 deletions examples/datasets/example_dag_datasets.py

This file was deleted.

54 changes: 0 additions & 54 deletions examples/datasets/example_dag_datasets.yml

This file was deleted.

17 changes: 0 additions & 17 deletions examples/example_customize_operator.py

This file was deleted.

1 change: 1 addition & 0 deletions examples/example_customize_operator.py
46 changes: 0 additions & 46 deletions examples/example_customize_operator.yml

This file was deleted.

1 change: 1 addition & 0 deletions examples/example_customize_operator.yml
17 changes: 0 additions & 17 deletions examples/example_dag_factory.py

This file was deleted.

1 change: 1 addition & 0 deletions examples/example_dag_factory.py
93 changes: 0 additions & 93 deletions examples/example_dag_factory.yml

This file was deleted.

1 change: 1 addition & 0 deletions examples/example_dag_factory.yml
16 changes: 0 additions & 16 deletions examples/example_dynamic_task_mapping.py

This file was deleted.

1 change: 1 addition & 0 deletions examples/example_dynamic_task_mapping.py
23 changes: 0 additions & 23 deletions examples/example_dynamic_task_mapping.yml

This file was deleted.

1 change: 1 addition & 0 deletions examples/example_dynamic_task_mapping.yml
8 changes: 0 additions & 8 deletions examples/expand_tasks.py

This file was deleted.

1 change: 1 addition & 0 deletions examples/expand_tasks.py
9 changes: 0 additions & 9 deletions examples/invalid.yaml

This file was deleted.

1 change: 1 addition & 0 deletions examples/invalid.yaml
2 changes: 0 additions & 2 deletions examples/print_hello.py

This file was deleted.

1 change: 1 addition & 0 deletions examples/print_hello.py

0 comments on commit 6ca3e63

Please sign in to comment.