-
Notifications
You must be signed in to change notification settings - Fork 15
Fix visualization report #4112
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
Draft
erikamov
wants to merge
3
commits into
main
Choose a base branch
from
mov/fix-viz-report
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Fix visualization report #4112
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
Terraform plan in iac/cal-itp-data-infra/airflow/us Plan: 0 to add, 1 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-dags["seeds/payments_entity_mapping.csv"] will be updated in-place
!~ resource "google_storage_bucket_object" "calitp-composer-dags" {
!~ crc32c = "ADTWuA==" -> (known after apply)
!~ detect_md5hash = "bEGR2bSCFDvRHqw53kx19A==" -> "different hash"
!~ generation = 1751416664118695 -> (known after apply)
id = "calitp-composer-data/warehouse/seeds/payments_entity_mapping.csv"
!~ md5hash = "bEGR2bSCFDvRHqw53kx19A==" -> (known after apply)
name = "data/warehouse/seeds/payments_entity_mapping.csv"
# (17 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy. 📝 Plan generated in Plan Airflow DAGs #380 |
457b759
to
3a40d67
Compare
Failed to add ci-report to a comment. You can download the ci-report in the Summary. |
dce70f8
to
4d67e8f
Compare
Terraform plan in iac/cal-itp-data-infra-staging/airflow/us Plan: 0 to add, 1 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-staging-composer-dags["seeds/payments_entity_mapping.csv"] will be updated in-place
!~ resource "google_storage_bucket_object" "calitp-staging-composer-dags" {
!~ crc32c = "ADTWuA==" -> (known after apply)
!~ detect_md5hash = "bEGR2bSCFDvRHqw53kx19A==" -> "different hash"
!~ generation = 1749663112136418 -> (known after apply)
id = "calitp-staging-composer-data/warehouse/seeds/payments_entity_mapping.csv"
!~ md5hash = "bEGR2bSCFDvRHqw53kx19A==" -> (known after apply)
name = "data/warehouse/seeds/payments_entity_mapping.csv"
# (17 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy. 📝 Plan generated in Plan Airflow DAGs #380 |
4d67e8f
to
9f5c18b
Compare
…ative/setup-cml@v2 when running the model Visualization workflow
9f5c18b
to
78ad5e6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Describe your changes and why you're making them. Please include the context, motivation, and relevant dependencies.
Resolves #[issue]
Type of change
How has this been tested?
Include commands/logs/screenshots as relevant.
If making changes to dbt models, please run the command
poetry run dbt run -s CHANGED_MODEL
andpoetry run dbt test -s CHANGED_MODEL
, then include the output in this section of the PR.Post-merge follow-ups
Document any actions that must be taken post-merge to deploy or otherwise implement the changes in this PR (for example, running a full refresh of some incremental model in dbt). If these actions will take more than a few hours after the merge or if they will be completed by someone other than the PR author, please create a dedicated follow-up issue and link it here to track resolution.