| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'development' into test/transform-helper-functions | bulve-ad | 2024-08-27 | 4 | -3/+292 |
| |\ | |||||
| | * | Merge pull request #98 from ajschofield/test/transform-helper-functions | bulve-ad | 2024-08-27 | 2 | -57/+95 |
| | |\ | | | | | | | pr: refactored facts transformation functions and one test for it | ||||
| | | * | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-27 | 2 | -145/+366 |
| | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in a05a371 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/98 | ||||
| | * | | Merge pull request #95 from ajschofield/feature/load-lambda | Alex | 2024-08-27 | 3 | -3/+291 |
| | |\ \ | | | | | | | | | Feature/load lambda | ||||
| | | * \ | Merge branch 'development' into feature/load-lambda | Ellie | 2024-08-27 | 5 | -13/+733 |
| | | |\ \ | | |/ / | |/| | | |||||
| | | * | | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-23 | 2 | -39/+80 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in 0ff2956 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/95 | ||||
| | | * | | add updated test | Ellie | 2024-08-23 | 1 | -4/+4 |
| | | | | | |||||
| | | * | | add updated tests | Ellie | 2024-08-23 | 1 | -1/+15 |
| | | | | | |||||
| | | * | | add amendendments for upload_dfs_to_db | Ellie | 2024-08-23 | 1 | -13/+34 |
| | | | | | |||||
| | | * | | add retrieve secrets function | Ellie | 2024-08-23 | 1 | -1/+20 |
| | | | | | |||||
| | | * | | add working completed tests for get transform bucket | Ellie | 2024-08-23 | 1 | -5/+13 |
| | | | | | |||||
| | | * | | adds passing transform bucket tests | Ellie | 2024-08-23 | 1 | -11/+19 |
| | | | | | |||||
| | | * | | add get transform bucket test | Ellie | 2024-08-23 | 2 | -5/+45 |
| | | | | | |||||
| | | * | | add amendments to load lambda | Ellie | 2024-08-23 | 1 | -29/+37 |
| | | | | | |||||
| | | * | | add SQLalchemy to requirements | Ellie | 2024-08-23 | 1 | -1/+2 |
| | | | | | |||||
| | | * | | add tests | Ellie | 2024-08-23 | 2 | -5/+59 |
| | | | | | |||||
| | | * | | add get transform bucket function | Ellie | 2024-08-23 | 1 | -1/+15 |
| | | | | | |||||
| | | * | | add improved convert parquet files to df function | Ellie | 2024-08-23 | 1 | -14/+19 |
| | | | | | |||||
| | | * | | add pyarrow to requirements | Ellie | 2024-08-23 | 1 | -1/+2 |
| | | | | | |||||
| | | * | | wip: add test file for load lambda | Ellie | 2024-08-22 | 1 | -0/+9 |
| | | | | | |||||
| | | * | | add convert parquet to df function | Ellie | 2024-08-22 | 1 | -2/+48 |
| | | | | | |||||
| * | | | | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-27 | 2 | -148/+368 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in 22df92b according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/99 | ||||
| * | | | | test: refactored fact functions with test passing | Ang Bel | 2024-08-27 | 2 | -14/+19 |
| | |_|/ |/| | | |||||
| * | | | test: fact transformation function for payment test passes, other fact ↵ | Ang Bel | 2024-08-27 | 3 | -412/+229 |
| |/ / | | | | | | | functions are equivalent, no tests written | ||||
| * | | Merge pull request #97 from ajschofield/test/test_transform_lambda | lian-manonog | 2024-08-27 | 4 | -150/+270 |
| |\ \ | | | | | | | PR: mergeing test_transform_lambda to dev | ||||
| | * | | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-27 | 3 | -59/+65 |
| | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in c68f63f according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/97 | ||||
| | * | | wip: refactored fact payment function | lian-manonog | 2024-08-27 | 2 | -8/+9 |
| | | | | |||||
| | * | | wip: added a bracket in dataframes | lian-manonog | 2024-08-27 | 2 | -3/+4 |
| | | | | |||||
| | * | | Merge pull request #96 from ajschofield/test/dataframes | bulve-ad | 2024-08-23 | 2 | -169/+233 |
| | |\ \ | | | | | | | | | pr: combining tests for transform lambda | ||||
| | | * | | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-23 | 2 | -38/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in 8f75a47 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/96 | ||||
| | | * | | Merge branch 'test/test_transform_lambda' into test/dataframes | bulve-ad | 2024-08-23 | 11 | -283/+340 |
| | | |\ \ | | |/ / | |/| | | |||||
| | * | | | wip: writing more tests for the helper functions | lian-manonog | 2024-08-23 | 1 | -2/+12 |
| | | | | | |||||
| | * | | | wip: pushing again | lian-manonog | 2024-08-23 | 3 | -9/+47 |
| |/ / / | |||||
| * | | | Merge pull request #94 from ajschofield/feature/transform-fact-sales-order | lian-manonog | 2024-08-23 | 5 | -10/+611 |
| |\ \ \ | |_|/ |/| | | PR: rebased the fact-sales branch with the datafrrames branch - now merging into development | ||||
| | * | | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-23 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in 88f1ef7 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/94 | ||||
| | * | | Removed redundant empty lines of code | lian-manonog | 2024-08-23 | 1 | -4/+0 |
| | | | | |||||
| | * | | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-23 | 2 | -10/+15 |
| | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in 3ff2182 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/93 | ||||
| | * | | trying to resolce git index issue conflicts - commiting was the only solution | lian-manonog | 2024-08-23 | 2 | -9/+8 |
| | | | | |||||
| | * | | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-23 | 4 | -180/+319 |
| | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in 8e20c5c according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/93 | ||||
| | * | | Deleted the fact_table schema py files | lian-manonog | 2024-08-23 | 4 | -233/+157 |
| | | | | | | | | | | | | | | | | | | | Completed Lambda_handler for transform_lambda - and other helper functions. Testing is still to be done. Need to implement lambda layer to share helper functions across all lambdas | ||||
| * | | | Merge pull request #90 from ajschofield/alex/fix-extract-lambda-test | Alex | 2024-08-22 | 4 | -34/+90 |
| |\ \ \ | | | | | | | | | pr: fix extract lambda tests | ||||
| | * | | | fix: improve error handling for list_existing_s3_files and tests | Alex Schofield | 2024-08-22 | 2 | -8/+18 |
| | | | | | |||||
| | * | | | fix: handle no buckets properly | Alex Schofield | 2024-08-22 | 2 | -5/+8 |
| | | | | | |||||
| | * | | | chore: skip transform_lambda tests are they are broken | Alex Schofield | 2024-08-22 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | chore: skip secrets_manager tests are they are broken | Alex Schofield | 2024-08-22 | 1 | -0/+4 |
| | | | | | |||||
| | * | | | fix: resolve import error | Alex Schofield | 2024-08-22 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | fix: mock aws services before importing src functions | Alex Schofield | 2024-08-22 | 1 | -9/+11 |
| | | | | | |||||
| | * | | | fix: change default parameters for bucket_name and client | Alex Schofield | 2024-08-22 | 1 | -2/+9 |
| | | | | | |||||
| | * | | | fix: inject mock_config into interface error test | Alex Schofield | 2024-08-22 | 1 | -2/+15 |
| | | | | | |||||
| | * | | | fix: convert credentials to json dict | Alex Schofield | 2024-08-22 | 1 | -7/+9 |
| | | | | | |||||
