Licensing
To use the dlt+
tools, you may need to obtain a valid license from dltHub. Once you have received your license, you can make it available to dlt+
by adding it to your environment:
export RUNTIME__LICENSE="eyJhbGciOiJSUz...vKSjbEc==="
Or by adding it to your global or local secrets.toml
file:
[runtime]
license="eyJhbGciOiJSUz...vKSjbEc==="
You can verify that the license was installed correctly and is valid by running:
$ dlt-license