Skip to content

Commit

Permalink
Add schema for signatures (#466)
Browse files Browse the repository at this point in the history
* Add schema for signatures

* update image to test

* use repeated to denote array

* Update etl image
  • Loading branch information
amishas157 authored Jul 30, 2024
1 parent 8a5c22c commit e963557
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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": "stellar/stellar-etl:37b7123",
"image_name": "amishastellar/stellar-etl:ffe275c",
"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:37b7123",
"image_name": "stellar/stellar-etl:ffe275c",
"image_output_path": "/etl/exported_data/",
"image_pull_policy": "IfNotPresent",
"k8s_namespace": "hubble-composer",
Expand Down
5 changes: 5 additions & 0 deletions schemas/history_transactions_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,10 @@
"mode": "NULLABLE",
"name": "rent_fee_charged",
"type": "INTEGER"
},
{
"mode": "REPEATED",
"name": "signatures",
"type": "STRING"
}
]

0 comments on commit e963557

Please sign in to comment.