Skip to content

Commit

Permalink
Export additional retool fields (#561)
Browse files Browse the repository at this point in the history
* Add new fields

* Remove addresses field

* update image
  • Loading branch information
amishas157 authored Jan 15, 2025
1 parent cd767b8 commit 15a9632
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 5 deletions.
2 changes: 1 addition & 1 deletion airflow_variables_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
"schema_filepath": "/home/airflow/gcs/dags/schemas/",
"sentry_dsn": "https://[email protected]/6190849",
"sentry_environment": "development",
"stellar_etl_internal_image_name": "amishastellar/stellar-etl-internal:4732dec7e",
"stellar_etl_internal_image_name": "stellar/stellar-etl-internal:0142623ec",
"table_ids": {
"accounts": "accounts",
"assets": "history_assets",
Expand Down
2 changes: 1 addition & 1 deletion airflow_variables_prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
"schema_filepath": "/home/airflow/gcs/dags/schemas/",
"sentry_dsn": "https://[email protected]/5806618",
"sentry_environment": "production",
"stellar_etl_internal_image_name": "amishastellar/stellar-etl-internal:4732dec7e",
"stellar_etl_internal_image_name": "stellar/stellar-etl-internal:0142623ec",
"table_ids": {
"accounts": "accounts",
"assets": "history_assets",
Expand Down
33 changes: 30 additions & 3 deletions schemas/retool_entity_data_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,35 @@
{
"description": "",
"fields": [],
"mode": "REPEATED",
"name": "addresses",
"type": "STRING"
"mode": "",
"name": "anchor",
"type": "BOOLEAN"
},
{
"description": "",
"fields": [],
"mode": "",
"name": "issuer",
"type": "BOOLEAN"
},
{
"description": "",
"fields": [],
"mode": "",
"name": "wallet",
"type": "BOOLEAN"
},
{
"description": "",
"fields": [],
"mode": "",
"name": "exchange",
"type": "BOOLEAN"
},
{
"description": "",
"mode": "NULLABLE",
"name": "accounts",
"type": "JSON"
}
]

0 comments on commit 15a9632

Please sign in to comment.