Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mvrckwong committed Jun 17, 2024
1 parent fb6a8f4 commit 6939cee
Show file tree
Hide file tree
Showing 21 changed files with 32 additions and 2,889 deletions.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.lock
*.DS_Store
logs/

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes.
21 changes: 0 additions & 21 deletions LICENSE.txt

This file was deleted.

15 changes: 13 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
restart_airflow_docker:
run_airflow:
docker compose -f "docker-compose.yaml" down
docker compose -f "docker-compose.yaml" up -d --build
docker compose -f "docker-compose.yaml" up -d --build --profile init up

run_airflow_debug:
docker compose -f "docker-compose.yaml" down
docker compose -f "docker-compose.yaml" up -d --build --profile debug up

run_airflow_users:
docker compose -f "docker-compose.users.yaml" down
docker compose -f "docker-compose.yaml" up -d --build

reload_reqs:
poetry export -f requirements.txt --output ./.devcontainer/requirements.txt --without-hashes
31 changes: 0 additions & 31 deletions common-env.yaml

This file was deleted.

Empty file removed config/airflow.cfg
Empty file.
Loading

0 comments on commit 6939cee

Please sign in to comment.