Skip to content

Commit

Permalink
chore: automated glue job sync (#107)
Browse files Browse the repository at this point in the history
chore: regenerate freshdesk.json for 2025-01-18

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 18, 2025
1 parent af042f1 commit fa2efa6
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions terragrunt/aws/glue/etl/platform/support/freshdesk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"Job": {
"Name": "Platform / Support / Freshdesk",
"JobMode": "SCRIPT",
"JobRunQueuingEnabled": false,
"Description": "",
"Role": "arn:aws:iam::739275439843:role/service-role/AWSGlueETL-DataLake",
"CreatedOn": "2025-01-17T15:36:09.685000+00:00",
"LastModifiedOn": "2025-01-18T00:59:41.004000+00:00",
"ExecutionProperty": {
"MaxConcurrentRuns": 1
},
"Command": {
"Name": "glueetl",
"ScriptLocation": "s3://cds-data-lake-glue-production/platform/support/freshdesk/process_tickets.py",
"PythonVersion": "3"
},
"DefaultArguments": {
"--continuous-log-logGroup": "/aws-glue/jobs/encryption-at-rest/service-role/AWSGlueETL-DataLake/output",
"--database_name_raw": "platform_support_production_raw",
"--enable-continuous-log-filter": "true",
"--table_name": "platform_support_freshdesk",
"--transformed_prefix": "platform/support/freshdesk/",
"--database_name_transformed": "platform_support_production",
"--source_prefix": "platform/support/freshdesk/",
"--source_bucket": "cds-data-lake-raw-production",
"--python-modules-installer-option": "-r",
"--enable-metrics": "true",
"--enable-job-insights": "true",
"--additional-python-modules": "s3://cds-data-lake-glue-production/platform/support/freshdesk/requirements.txt",
"--enable-observability-metrics": "true",
"--transformed_bucket": "cds-data-lake-transformed-production",
"--enable-continuous-cloudwatch-log": "true",
"--job-language": "python",
"--continuous-log-logStreamPrefix": "platform_support_freshdesk",
"--enable-auto-scaling": "true"
},
"MaxRetries": 0,
"AllocatedCapacity": 10,
"Timeout": 15,
"MaxCapacity": 10.0,
"WorkerType": "G.1X",
"NumberOfWorkers": 10,
"SecurityConfiguration": "encryption-at-rest",
"GlueVersion": "5.0",
"ExecutionClass": "FLEX"
}
}

0 comments on commit fa2efa6

Please sign in to comment.