Skip to content

Commit

Permalink
fix: consistent spelling of catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
patheard committed Nov 19, 2024
1 parent 0771dd6 commit e9a4855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/data/pipelines/operations/aws/cost-and-usage-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The AWS [Cost and Usage Report (CUR) 2.0](https://docs.aws.amazon.com/cur/latest
A high level view of the data pipeline is shown below:

```mermaid
graph LR
graph TD
%% Source Systems
CUR[AWS CUR 2.0 Export]
Lambda[Account Tags Lambda]
Expand Down Expand Up @@ -54,7 +54,7 @@ cds-data-lake-raw-production/operations/aws/organization/account-tags.json
```

### Crawlers
On the first of each month, AWS Glue crawlers run in the `DataLake-Production` AWS account to identify schema changes and update the Glue data catalogue:
On the first of each month, AWS Glue crawlers run in the `DataLake-Production` AWS account to identify schema changes and update the Glue data catalog:

- [Operations / AWS / Cost and Usage Report](https://github.com/cds-snc/data-lake/blob/468142031c7bdd1a2720def7d5ebb4e07fff4bef/terragrunt/aws/glue/crawlers.tf#L24-L49)
- [Operations / AWS / Organization / Account Tags](https://github.com/cds-snc/data-lake/blob/468142031c7bdd1a2720def7d5ebb4e07fff4bef/terragrunt/aws/glue/crawlers.tf#L54-L80)
Expand Down

0 comments on commit e9a4855

Please sign in to comment.