Skip to content

Commit

Permalink
update schema for history_ledgers (#473)
Browse files Browse the repository at this point in the history
* update schema for history_ledgers

* update image name

* update dbt image

* update dbt image as created by jenkins

* update final image

* update tags in prod

* update 9-length sha images
  • Loading branch information
amishas157 authored Aug 12, 2024
1 parent a5ebd26 commit 149e0d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions airflow_variables_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"partnership_assets__account_holders_activity_fact": false,
"partnership_assets__asset_activity_fact": false
},
"dbt_image_name": "stellar/stellar-dbt:d2f5024",
"dbt_image_name": "stellar/stellar-dbt:479e3d93c",
"dbt_internal_source_db": "test-hubble-319619",
"dbt_internal_source_schema": "test_crypto_stellar_internal",
"dbt_job_execution_timeout_seconds": 300,
Expand Down 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:63b5833",
"image_name": "stellar/stellar-etl:bf1a12d98",
"image_output_path": "/etl/exported_data/",
"image_pull_policy": "IfNotPresent",
"k8s_namespace": "hubble-composer",
Expand Down
4 changes: 2 additions & 2 deletions airflow_variables_prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"partnership_assets__asset_activity_fact": false,
"trade_agg": false
},
"dbt_image_name": "stellar/stellar-dbt:d2f5024",
"dbt_image_name": "stellar/stellar-dbt:479e3d93c",
"dbt_internal_source_db": "hubble-261722",
"dbt_internal_source_schema": "crypto_stellar_internal_2",
"dbt_job_execution_timeout_seconds": 1800,
Expand Down 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:63b5833",
"image_name": "stellar/stellar-etl:bf1a12d98",
"image_output_path": "/etl/exported_data/",
"image_pull_policy": "IfNotPresent",
"k8s_namespace": "hubble-composer",
Expand Down
5 changes: 5 additions & 0 deletions schemas/history_ledgers_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,10 @@
"mode": "NULLABLE",
"name": "signature",
"type": "STRING"
},
{
"mode": "NULLABLE",
"name": "total_byte_size_of_bucket_list",
"type": "INTEGER"
}
]

0 comments on commit 149e0d6

Please sign in to comment.