From b8d2b32ce92337dfa81d79756e78466e0575c057 Mon Sep 17 00:00:00 2001 From: mullanlighting <49160739+mullanlighting@users.noreply.github.com> Date: Wed, 22 Nov 2023 21:53:37 +0000 Subject: [PATCH 1/2] Add dbt-airbyte-shopify to hub.json --- hub.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hub.json b/hub.json index 5b33e66..c5c14a3 100644 --- a/hub.json +++ b/hub.json @@ -381,5 +381,8 @@ "dbt-airflow-macros", "dbt-unittest", "dbt-gcp-billing" + ], + "creativeautomation": [ + "dbt-airbyte-shopify" ] -} +} \ No newline at end of file From d77f6e79d5cd30d23ece9bacf5888486c5e224a7 Mon Sep 17 00:00:00 2001 From: Darren McCarra Date: Wed, 29 Nov 2023 21:51:56 +0000 Subject: [PATCH 2/2] Sort dbt-airbyte-shopify alphabetically in hub.json --- hub.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hub.json b/hub.json index c5c14a3..1f33ce7 100644 --- a/hub.json +++ b/hub.json @@ -104,6 +104,9 @@ "airbyte_dbt_shopify", "airbyte_dbt_stripe" ], + "creativeautomation": [ + "dbt-airbyte-shopify" + ], "data-mie": [ "dbt-profiler" ], @@ -381,8 +384,5 @@ "dbt-airflow-macros", "dbt-unittest", "dbt-gcp-billing" - ], - "creativeautomation": [ - "dbt-airbyte-shopify" ] -} \ No newline at end of file +}