You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try it out in our **[Colab Demo](https://colab.research.google.com/drive/1NfSB1DpwbbHX9_t5vlalBTf13utwpMGx?usp=sharing)**
71
+
Try it out in our **[Colab Demo](https://colab.research.google.com/drive/1NfSB1DpwbbHX9_t5vlalBTf13utwpMGx?usp=sharing)** or directly on our wasm-based [playground](https://dlthub.com/docs/tutorial/playground) in our docs.
72
72
73
73
## Features
74
74
@@ -93,7 +93,7 @@ For detailed usage and configuration, please refer to the [official documentatio
93
93
94
94
## Examples
95
95
96
-
You can find examples for various use cases in the [examples](docs/examples) folder.
96
+
You can find examples for various use cases in the [examples](docs/examples) folder, or in the [code examples section](https://dlthub.com/docs/examples) of our docs page.
97
97
98
98
## Adding as dependency
99
99
@@ -107,6 +107,8 @@ We suggest that you allow only `patch` level updates automatically:
107
107
* Using the [Compatible Release Specifier](https://packaging.python.org/en/latest/specifications/version-specifiers/#compatible-release). For example **dlt~=1.0** allows only versions **>=1.0** and less than **<1.1**
108
108
* Poetry [caret requirements](https://python-poetry.org/docs/dependency-specification/). For example **^1.0** allows only versions **>=1.0** to **<1.0**
109
109
110
+
Please also see our [release notes](https://github.com/dlt-hub/dlt/releases) for notable changes between versions.
111
+
110
112
## Get Involved
111
113
112
114
The dlt project is quickly growing, and we're excited to have you join our community! Here's how you can get involved:
0 commit comments