Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
chowbao committed Jul 16, 2024
1 parent c2c75ae commit 2b93ac0
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions airflow_variables_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,24 +285,24 @@
"resources": {
"dbt": {
    "requests": {
      "cpu": "0.2",
      "ephemeral-storage": "500Mi",
      "memory": "250Mi"
    }
"cpu": "0.2",
"ephemeral-storage": "500Mi",
"memory": "250Mi"
}
},
"default": {
"requests": {
      "cpu": "0.2",
      "ephemeral-storage": "500Mi",
      "memory": "250Mi"
    }
    "requests": {
"cpu": "0.2",
"ephemeral-storage": "500Mi",
"memory": "250Mi"
}
},
"stellar-etl": {
"requests": {
      "cpu": "0.2",
      "ephemeral-storage": "500Mi",
      "memory": "250Mi"
    }
    "requests": {
"cpu": "0.2",
"ephemeral-storage": "500Mi",
"memory": "250Mi"
}
}
},
"sandbox_dataset": "crypto_stellar_internal_sandbox",
Expand Down

0 comments on commit 2b93ac0

Please sign in to comment.