From c91793b59dd0d56d8f92656317198b3a48462d53 Mon Sep 17 00:00:00 2001 From: kik-kik Date: Mon, 13 Nov 2023 18:49:17 +0100 Subject: [PATCH] Revert "updated two affected fields across task_instance and trigger airflow metadata tables to type JSON (#4545)" This reverts commit 9750d331caeb64fee3759a153c667a9f90a40457. --- .../monitoring_derived/airflow_task_instance_v1/schema.yaml | 2 +- .../monitoring_derived/airflow_trigger_v1/schema.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/moz-fx-data-shared-prod/monitoring_derived/airflow_task_instance_v1/schema.yaml b/sql/moz-fx-data-shared-prod/monitoring_derived/airflow_task_instance_v1/schema.yaml index f6360fce2c5..f59bc31a892 100644 --- a/sql/moz-fx-data-shared-prod/monitoring_derived/airflow_task_instance_v1/schema.yaml +++ b/sql/moz-fx-data-shared-prod/monitoring_derived/airflow_task_instance_v1/schema.yaml @@ -54,7 +54,7 @@ fields: - description: mode: NULLABLE name: next_kwargs - type: JSON + type: STRING - description: mode: NULLABLE name: next_method diff --git a/sql/moz-fx-data-shared-prod/monitoring_derived/airflow_trigger_v1/schema.yaml b/sql/moz-fx-data-shared-prod/monitoring_derived/airflow_trigger_v1/schema.yaml index 99d206ac842..17d802ab2c4 100644 --- a/sql/moz-fx-data-shared-prod/monitoring_derived/airflow_trigger_v1/schema.yaml +++ b/sql/moz-fx-data-shared-prod/monitoring_derived/airflow_trigger_v1/schema.yaml @@ -14,7 +14,7 @@ fields: - description: mode: NULLABLE name: kwargs - type: JSON + type: STRING - description: mode: NULLABLE name: classpath