fmt
This commit is contained in:
@@ -11,7 +11,6 @@ tags: [airflow, idea, web, helper]
|
|||||||
|
|
||||||
A module that adds Apache Airflow in your Coder template.
|
A module that adds Apache Airflow in your Coder template.
|
||||||
|
|
||||||
|
|
||||||
```tf
|
```tf
|
||||||
module "airflow" {
|
module "airflow" {
|
||||||
source = "registry.coder.com/modules/airflow/coder"
|
source = "registry.coder.com/modules/airflow/coder"
|
||||||
|
|||||||
@@ -6,8 +6,7 @@ PATH=$PATH:~/.local/bin
|
|||||||
pip install --upgrade apache-airflow
|
pip install --upgrade apache-airflow
|
||||||
|
|
||||||
filename=~/airflow/airflow.db
|
filename=~/airflow/airflow.db
|
||||||
if ! [ -f $filename ] || ! [ -s $filename ]
|
if ! [ -f $filename ] || ! [ -s $filename ]; then
|
||||||
then
|
|
||||||
airflow db init
|
airflow db init
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user