Skip to content

Commit f90e9e6

Browse files
committed
adding cluster
1 parent 81c75c9 commit f90e9e6

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ venv/
1111
env/
1212
**/*.duckdb
1313
**/*.duckdb.wal
14+
vars.sh
15+
docker-compose.yml
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
select *
2-
-- from 'https://data.iowa.gov/resource/cyqb-8ina.csv?fiscal_year=2020&fiscal_year_period=1&$limit=1000000000'
3-
from '/Users/prowe/Development/modern-data-stack/jaffle_shop_duckdb/checkbook.csv'
2+
from 'https://data.iowa.gov/resource/cyqb-8ina.csv?fiscal_year=2020&fiscal_year_period=1&$limit=1000000000'
3+
-- from '/Users/prowe/Development/modern-data-stack/jaffle_shop_duckdb/checkbook.csv'

samconfig.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ s3_prefix = "ducklake-prowe"
77
region = "us-east-1"
88
capabilities = "CAPABILITY_IAM"
99
image_repositories = []
10+
fail_on_empty_changeset = false
1011
parameter_overrides = [
1112
"SubnetIds=subnet-d30953b4,subnet-3b103115",
1213
"VpcId=vpc-27ccbb5d"
13-
]
14+
]

template.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ Resources:
4848
DeletionProtection: false
4949
MultiAZ: false
5050

51+
Cluster:
52+
Type: AWS::ECS::Cluster
53+
Properties:
54+
CapacityProviders:
55+
- FARGATE
56+
5157
Outputs:
5258
DBEndpoint:
5359
Description: The connection endpoint for the PostgreSQL instance

0 commit comments

Comments
 (0)