Skip to content

Commit

Permalink
update dagster files
Browse files Browse the repository at this point in the history
  • Loading branch information
threnjen committed Oct 15, 2024
1 parent 29afd73 commit 25a62d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions aws_dagster_bgg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"s3_resource": S3Resource(
region_name=REGION,
),
"dynamodb_resource": DynamoDBResource(
region_name=REGION, table_name="boardgamegeek"
),
# "dynamodb_resource": DynamoDBResource(
# region_name=REGION, table_name="boardgamegeek"
# ),
"lambda_resource": LambdaHandlerResource(region_name=REGION),
"ecs_resource": ECSResource(region_name=REGION),
"config_resource": ConfigResource(
Expand Down
2 changes: 1 addition & 1 deletion aws_dagster_bgg/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.dagster]
module_name = "bgg_orchestrator"
module_name = "aws_dagster_bgg"

0 comments on commit 25a62d3

Please sign in to comment.