Skip to content

Commit

Permalink
feat: update for latest wicker (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisochoatri committed Jan 19, 2024
1 parent eaeab10 commit f8067e5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dgp/contribs/dgp2wicker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
wicker[spark]
wicker[spark]
retry
19 changes: 17 additions & 2 deletions dgp/contribs/dgp2wicker/sample_wickerconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"aws_s3_config": {
"s3_datasets_path": "<path to s3 where wicker data will be stored>",
"region": "<region ie us-west-2 etc>"
"s3_datasets_path": "<your s3 uri>",
"region": "us-west-2",
"boto_config": {
"max_pool_connections":10,
"read_timeout_s": 140,
"connect_timeout_s": 140
}
},
"dynamodb_config": {
"table_name": "fake_db",
"region": "us-west-2"
},
"storage_download_config":{
"retries": 2,
"timeout": 150,
"retry_backoff":5,
"retry_delay_s": 4
}
}

0 comments on commit f8067e5

Please sign in to comment.