Skip to content

Commit

Permalink
Add addresses field in retool dataset (#560)
Browse files Browse the repository at this point in the history
* Add addressed field

* update image

* update pycln
  • Loading branch information
amishas157 authored Jan 6, 2025
1 parent 567e53a commit cd767b8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
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:cd53bcf70",
"stellar_etl_internal_image_name": "amishastellar/stellar-etl-internal:4732dec7e",
"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:e3b9a2ea7",
"stellar_etl_internal_image_name": "amishastellar/stellar-etl-internal:4732dec7e",
"table_ids": {
"accounts": "accounts",
"assets": "history_assets",
Expand Down
7 changes: 7 additions & 0 deletions schemas/retool_entity_data_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,12 @@
"mode": "",
"name": "website_url",
"type": "STRING"
},
{
"description": "",
"fields": [],
"mode": "REPEATED",
"name": "addresses",
"type": "STRING"
}
]

0 comments on commit cd767b8

Please sign in to comment.