We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99f55cf + c18e843 commit 2ce9b0fCopy full SHA for 2ce9b0f
scala/datastax-v4/aws-glue/export-to-s3/README.md
@@ -78,9 +78,9 @@ You can trigger this export regularly using a scheduled trigger. Here is a simp
78
--start-on-creation \
79
--actions '[{
80
"JobName": "AmazonKeyspacesExportToS3-aksglue-aksglue-export",
81
- "WorkerType": "G.2X",
82
- "NumberOfWorkers": 8,
83
"Arguments": {
+ "--number-of-workers": "8",
+ "--worker-type": "G.2X",
84
"--table_name": "transactions",
85
"--keyspace_name": "aws"
86
}
0 commit comments