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.
1 parent 08c1120 commit e212dd7Copy full SHA for e212dd7
README.md
@@ -78,7 +78,7 @@ with beam.Pipeline() as p:
78
)
79
```
80
81
-See [Introduction to DynamoDB PyIO Sink Connector](/blog/2024/dynamodb-pyio-intro/) for more examples.
+See [Introduction to DynamoDB PyIO Sink Connector](https://beam-pyio.github.io/blog/2024/dynamodb-pyio-intro/) for more examples.
82
83
## Contributing
84
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "dynamodb_pyio"
3
-version = "0.1.0"
+version = "0.1.1"
4
description = "Apache Beam Python I/O connector for Amazon DynamoDB"
5
authors = ["Beam PyIO"]
6
license = "Apache License 2.0"
0 commit comments