Skip to content

Commit

Permalink
Repoint CI to composer 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sydneynotthecity committed Apr 17, 2024
1 parent 9fa65e8 commit 4cde327
Showing 1 changed file with 2 additions and 71 deletions.
73 changes: 2 additions & 71 deletions airflow_variables_dev.json
Original file line number Diff line number Diff line change
@@ -1,74 +1,5 @@
{
"affinity": {
"default": {
"nodeAffinity": {
"requiredDuringSchedulingIgnoredDuringExecution": {
"nodeSelectorTerms": [
{
"matchExpressions": [
{
"key": "cloud.google.com/gke-nodepool",
"operator": "In",
"values": ["default-pool"]
}
]
}
]
}
}
},
"cc": {
"nodeAffinity": {
"requiredDuringSchedulingIgnoredDuringExecution": {
"nodeSelectorTerms": [
{
"matchExpressions": [
{
"key": "cloud.google.com/gke-nodepool",
"operator": "In",
"values": ["pool-2"]
}
]
}
]
}
}
},
"wocc": {
"nodeAffinity": {
"requiredDuringSchedulingIgnoredDuringExecution": {
"nodeSelectorTerms": [
{
"matchExpressions": [
{
"key": "cloud.google.com/gke-nodepool",
"operator": "In",
"values": ["default-pool"]
}
]
}
]
}
}
},
"state": {
"nodeAffinity": {
"requiredDuringSchedulingIgnoredDuringExecution": {
"nodeSelectorTerms": [
{
"matchExpressions": [
{
"key": "cloud.google.com/gke-nodepool",
"operator": "In",
"values": ["default-pool"]
}
]
}
]
}
}
}
},
"affinity": {},
"api_key_path": "/home/airflow/gcs/data/apiKey.json",
"bq_dataset": "test_crypto_stellar_internal",
"bq_project": "test-hubble-319619",
Expand Down Expand Up @@ -129,7 +60,7 @@
"dbt_project": "test-hubble-319619",
"dbt_target": "test",
"dbt_threads": 12,
"gcs_exported_data_bucket_name": "us-central1-hubble-1pt5-dev-7db0e004-bucket",
"gcs_exported_data_bucket_name": "us-central1-test-hubble-2-5f1f2dbf-bucket",
"gcs_exported_object_prefix": "dag-exported",
"image_name": "stellar/stellar-etl:395f1f8",
"image_output_path": "/etl/exported_data/",
Expand Down

0 comments on commit 4cde327

Please sign in to comment.