aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* test: re-add json module importAlex Schofield2024-08-281-0/+1
|
* test: import load_lambda functions individuallyAlex Schofield2024-08-281-1/+8
|
* test: remove unnecessary importsAlex Schofield2024-08-281-2/+0
|
* test: remove aws_credentials parameter from fixturesAlex Schofield2024-08-281-2/+2
|
* style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-281-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-testsEllie2024-08-281-13/+7
|\
| * Merge branch 'development' into test/transform-helper-functionsbulve-ad2024-08-271-0/+92
| |\
| | * Merge branch 'development' into test/transform-helper-functionsbulve-ad2024-08-271-0/+92
| | |\
| | | * Merge pull request #98 from ajschofield/test/transform-helper-functionsbulve-ad2024-08-271-0/+41
| | | |\ | | | | | | | | | | pr: refactored facts transformation functions and one test for it
| | | | * style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-271-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 Formatterdeepsource-autofix[bot]2024-08-271-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 Formatterdeepsource-autofix[bot]2024-08-271-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 bucketAng Bel2024-08-271-7/+3
| |/ / /
| * | / test: refactored fact functions with test passingAng Bel2024-08-271-2/+7
| | |/ | |/|
| * | test: fact transformation function for payment test passes, other fact ↵Ang Bel2024-08-272-246/+144
| | | | | | | | | | | | functions are equivalent, no tests written
* | | style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-282-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 secretsEllie2024-08-281-2/+2
| | |
* | | style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-281-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 Formatterdeepsource-autofix[bot]2024-08-281-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 bucketAng Bel2024-08-281-7/+3
| | |
* | | test: refactored fact functions with test passingAng Bel2024-08-281-2/+7
| | |
* | | test: fact transformation function for payment test passes, other fact ↵Ang Bel2024-08-282-246/+144
| | | | | | | | | | | | functions are equivalent, no tests written
* | | add lambda handler updated testsEllie2024-08-271-0/+1
| | |
* | | add passing tests for lambda handlerEllie2024-08-271-7/+9
| | |
* | | wip: update TestLambdaHandler & lambda_handler functionAlex Schofield2024-08-271-3/+9
| | |
* | | docs: add comments for upload testsAlex Schofield2024-08-271-0/+3
| | |
* | | test: add lambda_handler testsAlex Schofield2024-08-271-6/+21
| | |
* | | wip: add test for parquet file conversionAlex Schofield2024-08-271-8/+51
| | |
* | | add passing retrieve secrets testsEllie2024-08-271-5/+18
| | |
* | | add first retrieve secrets testEllie2024-08-271-11/+33
| | |
* | | add test progressEllie2024-08-271-3/+4
| |/ |/|
* | Merge branch 'development' into feature/load-lambdaEllie2024-08-272-7/+318
|\|
| * style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-271-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 Formatterdeepsource-autofix[bot]2024-08-231-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/dataframesbulve-ad2024-08-234-33/+133
| |\
| | * wip: writing more tests for the helper functionslian-manonog2024-08-231-2/+12
| | |
| | * wip: pushing againlian-manonog2024-08-231-3/+40
| | |
| | * Merge pull request #94 from ajschofield/feature/transform-fact-sales-orderlian-manonog2024-08-232-4/+124
| | |\ | | | | | | | | PR: rebased the fact-sales branch with the datafrrames branch - now merging into development
| | | * style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-231-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 codelian-manonog2024-08-231-4/+0
| | | |
| | | * style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-231-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 solutionlian-manonog2024-08-231-0/+4
| | | |
| | | * style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-232-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 Formatterdeepsource-autofix[bot]2024-08-231-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 Bel2024-08-231-47/+66
| | | | | | | | | | | | | | | | transformation functions not yet tested
| * | | removed duplicate functionsT-Aji2024-08-231-16/+69
| | |/ | |/|
| * | Refactored tests for transform lambda - all passing nowlian-manonog2024-08-221-4/+6
| | |
| * | passing TestCreateDimCurrencyT-Aji2024-08-221-1/+18
| | |
| * | passing tests create_dim_design and create_dim_staffT-Aji2024-08-221-0/+40
| | |
* | | style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-231-15/+29
| | | | | | | | | | | | | | | | | | 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
git.ajschof.me — hosted by ajschofield — powered by cgit