diff --git a/transform/macros/tooling/ci-cd/drop_orphaned_relations.sql b/transform/macros/tooling/ci-cd/drop_orphaned_relations.sql index 0d27b0d8..9900a1d9 100644 --- a/transform/macros/tooling/ci-cd/drop_orphaned_relations.sql +++ b/transform/macros/tooling/ci-cd/drop_orphaned_relations.sql @@ -74,6 +74,8 @@ {%- endset -%} + {{ print(cleanup_query) }} + -- Execute the DROP statments above {%- set drop_commands = run_query(cleanup_query) -%} diff --git a/transform/models/L2_bays/covid_observations/dim_test__ng_test.sql b/transform/models/L2_bays/covid_observations/dim_test__ng_test.sql deleted file mode 100644 index 41fe298f..00000000 --- a/transform/models/L2_bays/covid_observations/dim_test__ng_test.sql +++ /dev/null @@ -1,3 +0,0 @@ -select - {{ dbt_utils.star(ref("base_cases")) }} -from {{ ref("base_cases") }} diff --git a/transform/models/L2_bays/covid_observations/dim_test__ng_test.yml b/transform/models/L2_bays/covid_observations/dim_test__ng_test.yml deleted file mode 100644 index d4f91318..00000000 --- a/transform/models/L2_bays/covid_observations/dim_test__ng_test.yml +++ /dev/null @@ -1,35 +0,0 @@ -version: 2 -models: - - name: dim_test__ng_test - description: Contains COVID-19 cases for testing purposes - columns: - - name: country_region - description: The name of the country or region where the COVID-19 cases were reported - - name: province_state - description: The name of the province or state where the COVID-19 cases were reported - - name: county - description: The name of the county where the COVID-19 cases were reported - - name: fips - description: Federal Information Processing Standards (FIPS) code for the county where the data was collected - - name: date - description: The date when the COVID-19 cases were reported - - name: case_type - description: The type of COVID-19 case (confirmed, deaths, recovered) - - name: cases - description: The number of reported COVID-19 cases for a given location and date - - name: long - description: The longitude coordinate of the location where the COVID-19 cases were reported - - name: lat - description: The latitude coordinate of the location where the COVID-19 cases were reported - - name: iso3166_1 - description: The ISO 3166-1 alpha-2 code for the country where the COVID-19 cases were reported - - name: iso3166_2 - description: The ISO 3166-2 code for the country where the COVID-19 cases were reported - - name: difference - description: The difference in case numbers from the previous day's data - - name: last_updated_date - description: The date when the data was last updated - - name: last_reported_flag - description: A flag indicating whether the data is the most recently reported for a given location and date - - name: new_cases - description: The number of new COVID-19 cases reported for a given location and date