Skip to content

Commit

Permalink
Update schema for history_effects table (#422)
Browse files Browse the repository at this point in the history
* Update schema for history_effects table

* Update schema and docker image

* Add schema fields at the end
  • Loading branch information
amishas157 authored Jul 10, 2024
1 parent b988866 commit 8bf938d
Show file tree
Hide file tree
Showing 3 changed files with 12 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 @@ -148,7 +148,7 @@
"dbt_threads": 12,
"gcs_exported_data_bucket_name": "us-central1-test-hubble-2-5f1f2dbf-bucket",
"gcs_exported_object_prefix": "dag-exported",
"image_name": "stellar/stellar-etl:b3fb467",
"image_name": "stellar/stellar-etl:e6a47f9",
"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 @@ -149,7 +149,7 @@
"dbt_threads": 12,
"gcs_exported_data_bucket_name": "us-central1-hubble-14c4ca64-bucket",
"gcs_exported_object_prefix": "dag-exported",
"image_name": "stellar/stellar-etl:b3fb467",
"image_name": "stellar/stellar-etl:e6a47f9",
"image_output_path": "/etl/exported_data/",
"image_pull_policy": "IfNotPresent",
"k8s_namespace": "hubble-composer",
Expand Down
10 changes: 10 additions & 0 deletions schemas/history_effects_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -864,5 +864,15 @@
"mode": "NULLABLE",
"name": "ledger_sequence",
"type": "INTEGER"
},
{
"mode": "NULLABLE",
"name": "index",
"type": "INTEGER"
},
{
"mode": "NULLABLE",
"name": "id",
"type": "STRING"
}
]

0 comments on commit 8bf938d

Please sign in to comment.