From a3aa12dd43c6fd15ad1521e127c30b4c5cb0b139 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mayra=20Pe=C3=B1a?= Date: Wed, 20 Nov 2024 12:51:56 -0800 Subject: [PATCH 1/4] Test workflow on push to main --- .github/workflows/push-to-main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push-to-main.yml b/.github/workflows/push-to-main.yml index 23a1120..5b58326 100644 --- a/.github/workflows/push-to-main.yml +++ b/.github/workflows/push-to-main.yml @@ -4,6 +4,7 @@ on: # yamllint disable-line rule:truthy pull_request: types: - closed + push: branches: - main paths: From 637f4adcf1f17a88f91da742b4a5d509319e5079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mayra=20Pe=C3=B1a?= Date: Wed, 20 Nov 2024 12:53:39 -0800 Subject: [PATCH 2/4] Testing worklow --- .github/workflows/push-to-main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push-to-main.yml b/.github/workflows/push-to-main.yml index 5b58326..92a5cc6 100644 --- a/.github/workflows/push-to-main.yml +++ b/.github/workflows/push-to-main.yml @@ -31,7 +31,8 @@ jobs: # Perform the deployment to Prod build: # Need to make sure that when the PR was closed, it was actually merged. - if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main' + # if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main' + if: github.event.pull_request.base.ref == 'main' name: Deployment Script runs-on: ubuntu-latest From 6c4b885453c24bc0317cf8ecec3f53a7ba840c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mayra=20Pe=C3=B1a?= Date: Wed, 20 Nov 2024 12:54:40 -0800 Subject: [PATCH 3/4] Testing workflow --- .github/workflows/push-to-main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/push-to-main.yml b/.github/workflows/push-to-main.yml index 92a5cc6..6f795ad 100644 --- a/.github/workflows/push-to-main.yml +++ b/.github/workflows/push-to-main.yml @@ -32,7 +32,6 @@ jobs: build: # Need to make sure that when the PR was closed, it was actually merged. # if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main' - if: github.event.pull_request.base.ref == 'main' name: Deployment Script runs-on: ubuntu-latest From b49caff5aaaca0c2e89b57d6997a59f6fecfa5c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mayra=20Pena=28Pe=C3=B1a=29?= <97967943+mayrapena1324@users.noreply.github.com> Date: Thu, 21 Nov 2024 14:02:04 -0600 Subject: [PATCH 4/4] Update _country_data.yml --- transform/models/L1_staging/country_data/_country_data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transform/models/L1_staging/country_data/_country_data.yml b/transform/models/L1_staging/country_data/_country_data.yml index b81bdb1..11ec525 100644 --- a/transform/models/L1_staging/country_data/_country_data.yml +++ b/transform/models/L1_staging/country_data/_country_data.yml @@ -7,4 +7,4 @@ sources: - daily_run_airbyte tables: - name: COUNTRY_POPULATIONS - description: '' + description: 'Raw population information from Github Datasets repository.'