aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | fix: change default parameters for bucket_name and clientAlex Schofield2024-08-221-2/+9
| | | | |
| | * | | fix: inject mock_config into interface error testAlex Schofield2024-08-221-2/+15
| | | | |
| | * | | fix: convert credentials to json dictAlex Schofield2024-08-221-7/+9
| | | | |
| | * | | fix: add missing mock_conn fixtureAlex Schofield2024-08-221-0/+7
| | | | |
| | * | | fix: remove bucket deletion for index error testAlex Schofield2024-08-221-3/+2
| | | | |
| | * | | fix: create two mocked buckets and check if extract_bucket is returnedAlex Schofield2024-08-221-1/+8
| | | | |
| | * | | feat: autouse credentials fixtureAlex Schofield2024-08-221-1/+1
| | | | |
| | * | | fix: update additional fixtures to use scope functionAlex Schofield2024-08-221-2/+2
| | | | |
| | * | | fix: change fixture scope to function instead of classAlex Schofield2024-08-221-2/+2
| | | | |
| * | | | Merge pull request #92 from ajschofield/alex/ci-artifact-uploadAlex2024-08-221-0/+7
| |\ \ \ \ | | | | | | | | | | | | pr: upload coverage report as artifact
| | * | | | ci: upload coverage report as artifactAlex2024-08-221-0/+7
| |/ / / /
| * | | | Merge pull request #91 from ajschofield/alex/ci-pytest-cov-reportAlex2024-08-221-2/+2
| |\ \ \ \ | | |/ / / | |/| | | pr: simplify pytest output & add coverage report
| | * | | ci: simplify pytest output & add coverage reportAlex2024-08-221-2/+2
| |/ / /
| * | | Merge pull request #89 from ajschofield/alex/re-add-sm-testAlex2024-08-221-0/+84
| |\ \ \ | | | | | | | | | | pr: re-add test_secrets_manager
| | * | | test: re-add test_secrets_managerAlex2024-08-221-0/+84
| |/ / / | | | | | | | | Amended import path to extract_lambda
| * | | Merge pull request #88 from ajschofield/alex/rm-sm-testAlex2024-08-211-84/+0
| |\ \ \ | | | | | | | | | | pr: delete test for secrets_manager.py
| | * | | chore: delete test for secrets_manager.pyAlex2024-08-211-84/+0
| |/ / / | | | | | | | | We don't need this anymore since we removed the secrets_manager.py file, and it's making the GH Action fail too.
| * | | Merge pull request #87 from ajschofield/ci/add-pythonpathAlex2024-08-211-0/+3
| |\ \ \ | | | | | | | | | | pr: update dev-tests.yml
| | * | | ci: update dev-tests.ymlAlex2024-08-211-0/+3
| |/ / /
| * | | Merge pull request #86 from ajschofield/alex/fix-ciAlex2024-08-211-0/+1
| |\ \ \ | | | | | | | | | | pr: update dev-tests.yml
| | * | | Update dev-tests.ymlAlex2024-08-211-0/+1
| |/ / /
| | | * style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-232-155/+330
| | | | | | | | | | | | | | | | | | | | | | | | 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-232-61/+82
| | | | | | | | | | | | | | | | transformation functions not yet tested
| | | * fix: refactoring for create_dim_date to include all date columns from all ↵Ang Bel2024-08-231-20/+13
| | | | | | | | | | | | | | | | fact dfs, tested on dummy data. Tests are not written
| | | * removed duplicate functionsT-Aji2024-08-231-16/+69
| | | |
| | | * removed duplicate functionsT-Aji2024-08-231-89/+28
| | |/
| | * dataframes combined into one fileT-Aji2024-08-231-0/+238
| | |
| | * Merge branch 'feature/transform-fact-sales-order' of ↵T-Aji2024-08-234-10/+62
| | |\ | | | | | | | | | | | | https://github.com/ajschofield/de-project-bentley into feature/transform-fact-sales-order
| | | * wip: wrote pseudocode for lambda handler in writing df to parquet file ↵lian-manonog2024-08-223-6/+56
| | | | | | | | | | | | | | | | format and uploading the parquet files
| | | * Refactored tests for transform lambda - all passing nowlian-manonog2024-08-221-4/+6
| | | |
| | * | payment schema addedT-Aji2024-08-232-2/+46
| | |/
| | * complete code for tables for purchase schema including a scrape for ↵Ang Bel2024-08-221-18/+48
| | | | | | | | | | | | currency table. Test to be done
| | * add fact tableT-Aji2024-08-221-50/+0
| | |
| | * Merge branch 'feature/transform-fact-sales-order' of ↵T-Aji2024-08-221-23/+30
| | |\ | | | | | | | | | | | | https://github.com/ajschofield/de-project-bentley into feature/transform-fact-sales-order
| | | * refactored approach to writing transformation as functions per df. WIPAng Bel2024-08-221-23/+30
| | | |
| | * | add fact tableT-Aji2024-08-221-4/+31
| | |/
| | * passing TestCreateDimCurrencyT-Aji2024-08-221-1/+18
| | |
| | * passing tests create_dim_design and create_dim_staffT-Aji2024-08-222-0/+90
| | |
| | * refactor df creation into funcT-Aji2024-08-221-70/+34
| | |
| | * wip: creating dim dataframesT-Aji2024-08-223-9/+58
| | |\
| | | * wip: fact_purchase_order schemalian-manonog2024-08-213-3/+37
| | | |
| | | * style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-211-18/+68
| | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in 20a3bd8 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/85
| | * | began dim_date dfT-Aji2024-08-211-18/+17
| | |/
| | * Merge branch 'feature/transform-fact-sales-order' of ↵T-Aji2024-08-210-0/+0
| | |\ | | | | | | | | | | | | https://github.com/ajschofield/de-project-bentley into feature/transform-fact-sales-order
| | | * add dim tables: design, staff, currency, location (wip)Ellie2024-08-211-0/+54
| |_|/ |/| |
* | | ci: rm dev-test.ymlAlex2024-08-201-49/+0
| | | | | | | | | It's in the wrong branch...
* | | ci: update dev-test.ymlAlex2024-08-201-0/+1
| | |
* | | ci: add dev-test.ymlAlex2024-08-201-0/+48
| | |
* | | Merge pull request #80 from ajschofield/developmentAlex2024-08-201-0/+1
|\ \ \ | | | | | | | | pr: github actions trigger deployment only if ref is main
| | | * 5 dim tables createdT-Aji2024-08-211-15/+33
| | | |
git.ajschof.me — hosted by ajschofield — powered by cgit