Skip to content

Adding Environmental Variables#4993

Open
fsalemi wants to merge 35 commits intomainfrom
staging/airtable-issue-management
Open

Adding Environmental Variables#4993
fsalemi wants to merge 35 commits intomainfrom
staging/airtable-issue-management

Conversation

@fsalemi
Copy link
Copy Markdown
Contributor

@fsalemi fsalemi commented Mar 27, 2026

Description

This PR is for adding envir4nmental variables for the git push origin staging/airtable-issue-management dag

Resolves #4854

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation

How has this been tested?

The dag has been tested before.

Post-merge follow-ups

  • No action required
  • Actions required (specified below)

farhad and others added 30 commits March 26, 2026 00:19
@github-actions
Copy link
Copy Markdown

Terraform plan in iac/cal-itp-data-infra/airflow/us

Plan: 0 to add, 2 to change, 0 to destroy.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
!~  update in-place

Terraform will perform the following actions:

  # google_storage_bucket_object.calitp-composer-catalog will be updated in-place
!~  resource "google_storage_bucket_object" "calitp-composer-catalog" {
!~      content             = (sensitive value)
!~      crc32c              = "UP81cA==" -> (known after apply)
!~      detect_md5hash      = "grsA1/9SowvHGCxOQaToaA==" -> "different hash"
!~      generation          = 1774563691421674 -> (known after apply)
        id                  = "calitp-composer-data/warehouse/target/catalog.json"
!~      md5hash             = "grsA1/9SowvHGCxOQaToaA==" -> (known after apply)
        name                = "data/warehouse/target/catalog.json"
#        (16 unchanged attributes hidden)
    }

  # google_storage_bucket_object.calitp-composer-manifest will be updated in-place
!~  resource "google_storage_bucket_object" "calitp-composer-manifest" {
!~      content             = (sensitive value)
!~      crc32c              = "14SLjw==" -> (known after apply)
!~      detect_md5hash      = "muM90xUUdEqj/1GLULpmcA==" -> "different hash"
!~      generation          = 1774563693008910 -> (known after apply)
        id                  = "calitp-composer-data/warehouse/target/manifest.json"
!~      md5hash             = "muM90xUUdEqj/1GLULpmcA==" -> (known after apply)
        name                = "data/warehouse/target/manifest.json"
#        (16 unchanged attributes hidden)
    }

Plan: 0 to add, 2 to change, 0 to destroy.

📝 Plan generated in Plan Terraform for Warehouse and DAG changes #1686

@github-actions
Copy link
Copy Markdown

Warehouse report 📦

DAG

Legend (in order of precedence)

Resource type Indicator Resolution
Large table-materialized model Orange Make the model incremental
Large model without partitioning or clustering Orange Add partitioning and/or clustering
View with more than one child Yellow Materialize as a table or incremental
Incremental Light green
Table Green
View White

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor Airtable Issue Management DAG into Custom Airflow Operator (Sprint 2)

2 participants