| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | test: update upload_dfs_to_database tests | Alex Schofield | 2024-08-28 | 1 | -28/+24 |
| | | |||||
| * | test: add staticmethod decorator to remaining methods | Alex Schofield | 2024-08-28 | 1 | -16/+24 |
| | | |||||
| * | chore: remove commented code | Alex Schofield | 2024-08-28 | 1 | -5/+0 |
| | | |||||
| * | wip: add tests for upload_dfs_to_database | Alex Schofield | 2024-08-28 | 1 | -4/+31 |
| | | |||||
| * | test: add staticmethod decorator to methods | Alex Schofield | 2024-08-28 | 1 | -3/+6 |
| | | |||||
| * | test: re-add json module import | Alex Schofield | 2024-08-28 | 1 | -0/+1 |
| | | |||||
| * | test: import load_lambda functions individually | Alex Schofield | 2024-08-28 | 1 | -1/+8 |
| | | |||||
| * | test: remove unnecessary imports | Alex Schofield | 2024-08-28 | 1 | -2/+0 |
| | | |||||
| * | test: remove aws_credentials parameter from fixtures | Alex Schofield | 2024-08-28 | 1 | -2/+2 |
| | | |||||
| * | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-28 | 1 | -2/+0 |
| | | | | | | | This commit fixes the style issues introduced in d0b0fa9 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/102 | ||||
| * | Merge branch 'development' into feature/load-lambda-tests | Ellie | 2024-08-28 | 1 | -13/+7 |
| |\ | |||||
| | * | Merge branch 'development' into test/transform-helper-functions | bulve-ad | 2024-08-27 | 1 | -0/+92 |
| | |\ | |||||
| | | * | Merge branch 'development' into test/transform-helper-functions | bulve-ad | 2024-08-27 | 1 | -0/+92 |
| | | |\ | |||||
| | | | * | Merge pull request #98 from ajschofield/test/transform-helper-functions | bulve-ad | 2024-08-27 | 1 | -0/+41 |
| | | | |\ | | | | | | | | | | | 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 | 1 | -67/+210 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| | | * | | | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-27 | 1 | -70/+216 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| | * | | | | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-27 | 1 | -68/+214 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in 1a145a3 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/101 | ||||
| | * | | | | test: transform refactoring - it now loads parquet files into s3 bucket | Ang Bel | 2024-08-27 | 1 | -7/+3 |
| | |/ / / | |||||
| | * | / | test: refactored fact functions with test passing | Ang Bel | 2024-08-27 | 1 | -2/+7 |
| | | |/ | |/| | |||||
| | * | | test: fact transformation function for payment test passes, other fact ↵ | Ang Bel | 2024-08-27 | 2 | -246/+144 |
| | | | | | | | | | | | | | functions are equivalent, no tests written | ||||
| * | | | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-28 | 2 | -19/+26 |
| | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in 08c971f according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/102 | ||||
| * | | | add json.loads to retrieve secrets | Ellie | 2024-08-28 | 1 | -2/+2 |
| | | | | |||||
| * | | | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-28 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-28 | 1 | -68/+214 |
| | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in 1a145a3 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/101 | ||||
| * | | | test: transform refactoring - it now loads parquet files into s3 bucket | Ang Bel | 2024-08-28 | 1 | -7/+3 |
| | | | | |||||
| * | | | test: refactored fact functions with test passing | Ang Bel | 2024-08-28 | 1 | -2/+7 |
| | | | | |||||
| * | | | test: fact transformation function for payment test passes, other fact ↵ | Ang Bel | 2024-08-28 | 2 | -246/+144 |
| | | | | | | | | | | | | | functions are equivalent, no tests written | ||||
| * | | | add lambda handler updated tests | Ellie | 2024-08-27 | 1 | -0/+1 |
| | | | | |||||
| * | | | add passing tests for lambda handler | Ellie | 2024-08-27 | 1 | -7/+9 |
| | | | | |||||
| * | | | wip: update TestLambdaHandler & lambda_handler function | Alex Schofield | 2024-08-27 | 1 | -3/+9 |
| | | | | |||||
| * | | | docs: add comments for upload tests | Alex Schofield | 2024-08-27 | 1 | -0/+3 |
| | | | | |||||
| * | | | test: add lambda_handler tests | Alex Schofield | 2024-08-27 | 1 | -6/+21 |
| | | | | |||||
| * | | | wip: add test for parquet file conversion | Alex Schofield | 2024-08-27 | 1 | -8/+51 |
| | | | | |||||
| * | | | add passing retrieve secrets tests | Ellie | 2024-08-27 | 1 | -5/+18 |
| | | | | |||||
| * | | | add first retrieve secrets test | Ellie | 2024-08-27 | 1 | -11/+33 |
| | | | | |||||
| * | | | add test progress | Ellie | 2024-08-27 | 1 | -3/+4 |
| | |/ |/| | |||||
| * | | Merge branch 'development' into feature/load-lambda | Ellie | 2024-08-27 | 2 | -7/+318 |
| |\| | |||||
| | * | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-27 | 1 | -18/+26 |
| | | | | | | | | | | | | | 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 | ||||
| | * | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-23 | 1 | -3/+0 |
| | | | | | | | | | | | | | 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 | 4 | -33/+133 |
| | |\ | |||||
| | | * | wip: writing more tests for the helper functions | lian-manonog | 2024-08-23 | 1 | -2/+12 |
| | | | | |||||
| | | * | wip: pushing again | lian-manonog | 2024-08-23 | 1 | -3/+40 |
| | | | | |||||
| | | * | Merge pull request #94 from ajschofield/feature/transform-fact-sales-order | lian-manonog | 2024-08-23 | 2 | -4/+124 |
| | | |\ | | | | | | | | | 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 | 1 | -7/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -0/+4 |
| | | | | | |||||
| | | | * | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-23 | 2 | -23/+83 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| | * | | | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2024-08-23 | 1 | -59/+176 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in 821e241 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/96 | ||||
| | * | | | tests: additional tests written (pass) for dim tables transformation. Fact ↵ | Ang Bel | 2024-08-23 | 1 | -47/+66 |
| | | | | | | | | | | | | | | | | | transformation functions not yet tested | ||||
