Skip to content

Commit

Permalink
[PRODUCTION] Update production Airflow environment (#316)
Browse files Browse the repository at this point in the history
* Create elementary task (#305)

* Create elementary task

* Add slack variables

* Set elementary as last task

* Add elementary secret var

* Change import

* Change import

* Change secret method

* Change variables to use jinja

* Change secrets

* Change secrets

* Change secrets

* Change secrets

* Change secrets

* Change secrets

* Change secrets

* Change secrets

* Change secrets

* Change secrets

* Change secrets

* Change secrets

* Change secrets

* Change secrets

* Add edr monitor to dbt task

* Add edr monitor to dbt task

* Update elementary task

* Update elementary task

* Update elementary task

* Set elementary in dbt enriched base tables

* Change to incluster load config

* Change load config

* Add if for config method

* Change secrets

* Change secrets

* Add gke auth in ci

* Change dbt image in elementary

* Update elementary

* Change task name

* Fix import

* Update dbt image name (#314)

* Update release to include gke auth (#315)

---------

Co-authored-by: Cayo Dias <[email protected]>
  • Loading branch information
github-actions[bot] and cayod authored Mar 5, 2024
1 parent 9c1ce14 commit 8c64101
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@ jobs:
- name: Import Airflow variables
run: airflow variables import airflow_variables_ci.json

- name: Authenticate to test-hubble GCP
uses: google-github-actions/auth@v1
with:
credentials_json: "${{ secrets.CREDS_TEST_HUBBLE }}"

- id: "get-credentials"
uses: "google-github-actions/get-gke-credentials@v2"
with:
cluster_name: "us-central1-hubble-1pt5-dev-7db0e004-gke"
location: "us-central1-c"

- name: Pytest
run: pytest dags/

Expand Down

0 comments on commit 8c64101

Please sign in to comment.