Skip to content

Commit

Permalink
Merge pull request #77 from ThiagoPanini/2.0.x
Browse files Browse the repository at this point in the history
Finishing unit tests for everything but no the main script
  • Loading branch information
ThiagoPanini authored May 1, 2023
2 parents 7a57d0e + 3d480d9 commit 3ddbdb3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 27 deletions.
26 changes: 0 additions & 26 deletions app/tests/test_main.py

This file was deleted.

5 changes: 5 additions & 0 deletions docs/mkdocs/demos/learning-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ The only thing that is required when calling terraglue on learning mode is the s
# Setting up output variables
job_output_bucket_name = "datadelivery-sot-data-${data.aws_caller_identity.current.account_id}-${data.aws_region.current.name}"
job_output_database = "db_datadelivery_sot"

# Ensuring terraglue will be deployed only after datadelivery
depends_on = [
module.datadelivery
]
}
```

Expand Down
1 change: 0 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ markers =
transform_payments: Unit test for transform_payments() function from transformers.py auxiliar module
transform_reviews: Unit test for transform_reviews() function from transformers.py auxiliar module
transform_sot: Unit test for transform_sot() function from transformers.py auxiliar module
main: Unit test for the main Spark application to be deployed as a Glue job in AWS

0 comments on commit 3ddbdb3

Please sign in to comment.