-
Notifications
You must be signed in to change notification settings - Fork 15
NTD: external table dag task for ridership API endpoint #4253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
charlie-costanzo
merged 2 commits into
main
from
ntd-ridership-api-endpoint-external-tables
Sep 9, 2025
Merged
NTD: external table dag task for ridership API endpoint #4253
charlie-costanzo
merged 2 commits into
main
from
ntd-ridership-api-endpoint-external-tables
Sep 9, 2025
+15
−0
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0a50bc7
to
0dcc714
Compare
Terraform plan in iac/cal-itp-data-infra/airflow/us Plan: 1 to add, 0 to change, 0 to destroy.Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# google_storage_bucket_object.calitp-composer["dags/create_external_tables/ntd_data_products/historical__complete_monthly_ridership_with_adjustments_and_estimates.yml"] will be created
+ resource "google_storage_bucket_object" "calitp-composer" {
+ bucket = "calitp-composer"
+ content = (sensitive value)
+ content_type = (known after apply)
+ crc32c = (known after apply)
+ detect_md5hash = "different hash"
+ generation = (known after apply)
+ id = (known after apply)
+ kms_key_name = (known after apply)
+ md5hash = (known after apply)
+ md5hexhash = (known after apply)
+ media_link = (known after apply)
+ name = "dags/create_external_tables/ntd_data_products/historical__complete_monthly_ridership_with_adjustments_and_estimates.yml"
+ output_name = (known after apply)
+ self_link = (known after apply)
+ source = "../../../../airflow/dags/create_external_tables/ntd_data_products/historical__complete_monthly_ridership_with_adjustments_and_estimates.yml"
+ storage_class = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy. 📝 Plan generated in Plan Terraform for Warehouse and DAG changes #578 |
Terraform plan in iac/cal-itp-data-infra-staging/airflow/us Plan: 1 to add, 0 to change, 0 to destroy.Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# google_storage_bucket_object.calitp-staging-composer["dags/create_external_tables/ntd_data_products/historical__complete_monthly_ridership_with_adjustments_and_estimates.yml"] will be created
+ resource "google_storage_bucket_object" "calitp-staging-composer" {
+ bucket = "calitp-staging-composer"
+ content = (sensitive value)
+ content_type = (known after apply)
+ crc32c = (known after apply)
+ detect_md5hash = "different hash"
+ generation = (known after apply)
+ id = (known after apply)
+ kms_key_name = (known after apply)
+ md5hash = (known after apply)
+ md5hexhash = (known after apply)
+ media_link = (known after apply)
+ name = "dags/create_external_tables/ntd_data_products/historical__complete_monthly_ridership_with_adjustments_and_estimates.yml"
+ output_name = (known after apply)
+ self_link = (known after apply)
+ source = "../../../../airflow/dags/create_external_tables/ntd_data_products/historical__complete_monthly_ridership_with_adjustments_and_estimates.yml"
+ storage_class = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy. 📝 Plan generated in Plan Terraform for Warehouse and DAG changes #578 |
eb767d4
to
0e3e223
Compare
erikamov
approved these changes
Sep 9, 2025
0e3e223
to
3dd4c7a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
data-pipeline-ingestion-and-modeling
Ingesting, parsing and modeling data. Evan Siroky is product owner.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Create new dag task for external table creation of new NTD API ridership table
Resolves #4208
Type of change
How has this been tested?
local airflow

Post-merge follow-ups
make sure it runs in production, create warehouse tables