Skip to content
Open
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
5 changes: 0 additions & 5 deletions .github/linters/.flake8

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/linting.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ ssh/
variables.py
.DS_Store
mise.local.toml
.vscode/
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
context: .
dockerfile: Dockerfile
hostname: webserver
restart: always
restart: on-failure
depends_on:
- postgres
command: webserver
Expand Down
2 changes: 0 additions & 2 deletions plugins/operators/.gitignore

This file was deleted.

32 changes: 0 additions & 32 deletions plugins/operators/clean_folder.py

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/airflow-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash

airflow resetdb
airflow db init
airflow upgradedb
airflow users create -r Admin -u "$AIRFLOW_ADMIN_MAIL" -e "$AIRFLOW_ADMIN_MAIL" -f "$AIRFLOW_ADMIN_FIRSTNAME" -l "$AIRFLOW_ADMIN_NAME" -p "$AIRFLOW_ADMIN_PASSWORD"
airflow scheduler &
airflow webserver