Skip to content

Commit

Permalink
Add account of signer accounts when exporting transactions (#468)
Browse files Browse the repository at this point in the history
* Add account of signer accounts when exporting transactions

* update images
  • Loading branch information
amishas157 authored Jul 30, 2024
1 parent e963557 commit 29be552
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion airflow_variables_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
},
"gcs_exported_data_bucket_name": "us-central1-test-hubble-43c3e190-bucket",
"gcs_exported_object_prefix": "dag-exported",
"image_name": "amishastellar/stellar-etl:ffe275c",
"image_name": "amishastellar/stellar-etl:63b5833",
"image_output_path": "/etl/exported_data/",
"image_pull_policy": "IfNotPresent",
"k8s_namespace": "hubble-composer",
Expand Down
2 changes: 1 addition & 1 deletion airflow_variables_prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
},
"gcs_exported_data_bucket_name": "us-central1-hubble-14c4ca64-bucket",
"gcs_exported_object_prefix": "dag-exported",
"image_name": "stellar/stellar-etl:ffe275c",
"image_name": "stellar/stellar-etl:63b5833",
"image_output_path": "/etl/exported_data/",
"image_pull_policy": "IfNotPresent",
"k8s_namespace": "hubble-composer",
Expand Down
2 changes: 1 addition & 1 deletion schemas/history_transactions_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
},
{
"mode": "REPEATED",
"name": "signatures",
"name": "tx_signers",
"type": "STRING"
}
]

0 comments on commit 29be552

Please sign in to comment.