From cd767b8f9b3f553901b56a44dcc537c4c939c9ae Mon Sep 17 00:00:00 2001 From: Amisha Singla Date: Tue, 7 Jan 2025 03:14:01 +0530 Subject: [PATCH] Add addresses field in retool dataset (#560) * Add addressed field * update image * update pycln --- .pre-commit-config.yaml | 2 +- airflow_variables_dev.json | 2 +- airflow_variables_prod.json | 2 +- schemas/retool_entity_data_schema.json | 7 +++++++ 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8bdf6090..98a2923f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: language_version: 14.21.3 - repo: https://github.com/hadialqattan/pycln - rev: v2.4.0 + rev: v2.5.0 hooks: - id: pycln diff --git a/airflow_variables_dev.json b/airflow_variables_dev.json index 11d8772e..888caf36 100644 --- a/airflow_variables_dev.json +++ b/airflow_variables_dev.json @@ -315,7 +315,7 @@ "schema_filepath": "/home/airflow/gcs/dags/schemas/", "sentry_dsn": "https://9e0a056541c3445083329b072f2df690@o14203.ingest.us.sentry.io/6190849", "sentry_environment": "development", - "stellar_etl_internal_image_name": "amishastellar/stellar-etl-internal:cd53bcf70", + "stellar_etl_internal_image_name": "amishastellar/stellar-etl-internal:4732dec7e", "table_ids": { "accounts": "accounts", "assets": "history_assets", diff --git a/airflow_variables_prod.json b/airflow_variables_prod.json index d9c3bef6..84359efb 100644 --- a/airflow_variables_prod.json +++ b/airflow_variables_prod.json @@ -313,7 +313,7 @@ "schema_filepath": "/home/airflow/gcs/dags/schemas/", "sentry_dsn": "https://94027cdcc4c9470f9dafa2c0b456c2c9@o14203.ingest.us.sentry.io/5806618", "sentry_environment": "production", - "stellar_etl_internal_image_name": "amishastellar/stellar-etl-internal:e3b9a2ea7", + "stellar_etl_internal_image_name": "amishastellar/stellar-etl-internal:4732dec7e", "table_ids": { "accounts": "accounts", "assets": "history_assets", diff --git a/schemas/retool_entity_data_schema.json b/schemas/retool_entity_data_schema.json index 2be79a99..c9ce44d1 100644 --- a/schemas/retool_entity_data_schema.json +++ b/schemas/retool_entity_data_schema.json @@ -159,5 +159,12 @@ "mode": "", "name": "website_url", "type": "STRING" + }, + { + "description": "", + "fields": [], + "mode": "REPEATED", + "name": "addresses", + "type": "STRING" } ]