-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Fixes to dags in new v2-2024 environment (#760)
* fix: yaml issue * fix: Flake linter issues * fix: Flake black issue * fix: Resolutions to configurations and some code in order to move to new v2-2024 environment. * Fix: Fixes to census_bureau_acs post push to v2-2024 environment. * fix: Invalid reference to variable when timeout occurs during GSOD_BY_YEAR pipeline execution. * fix: Miscellaneous fixes. * fix: Move GSOD and Storms by year to end of process. * Fix: Resolve KubernetesPodOperator issues and reduce code size. * Fix: Chicago Taxi Trips now runs E2E successfully. * Fix: Lint Issues * Fix: Comment out section that breaks due to the fact that structural changes in the 'resouce limit' code section of pipeline.yaml in airflow has changed causing issues with validation of KubernetesPodOperator. * Fix: Comment out code that breaks due to the fact that structural changes in the 'resouce limit' code section of pipeline.yaml in airflow has changed causing issues with validation of KubernetesPodOperator. * Fix: Comment out code that breaks due to the fact that structural changes in the 'resouce limit' code section of pipeline.yaml in airflow has changed causing issues with validation of KubernetesPodOperator. Resolve import issue. * Fix: Comment out code that breaks due to the fact that structural changes in the 'resouce limit' code section of pipeline.yaml in airflow has changed causing issues with validation of KubernetesPodOperator. Resolve import issue.
- Loading branch information
1 parent
fbd5ec2
commit e8f0240
Showing
33 changed files
with
576 additions
and
1,644 deletions.
There are no files selected for viewing
238 changes: 80 additions & 158 deletions
238
datasets/census_bureau_acs/pipelines/census_bureau_acs/census_bureau_acs_dag.py
Large diffs are not rendered by default.
Oops, something went wrong.
394 changes: 80 additions & 314 deletions
394
datasets/census_bureau_acs/pipelines/census_bureau_acs/pipeline.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
2 changes: 2 additions & 0 deletions
2
datasets/chicago_taxi_trips/pipelines/_images/run_csv_transform_kub/requirements.txt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
fsspec | ||
gcsfs | ||
google-cloud-storage | ||
pandas | ||
requests |
Oops, something went wrong.