Tailer Beta Releases
DANGEROUS ZONE : On this page, you will find the Tailer Components' beta releases
Last updated
DANGEROUS ZONE : On this page, you will find the Tailer Components' beta releases
Last updated
https://fd-io-jarvis-platform-api-proxy-staging-a7nkzexitq-ew.a.run.app/
Beta versions of Tailer SDK are available here for testing purposes.
INSTALL ONLY IF YOU KNOW WHAT YOU ARE DOING !
auth : fixed a bug during login where default value would not be used properly
TTT : added usage of FD_DATE templates on table name for sql tasks and delete table tasks
Last updated : 2024-09-23 09:22
Download the package above on your computer
Unzip the zip file. You should get a file named : tailer_sdk-X.Y.Z-py3-none-any.whl
X.Y.Z is the SDK version number.
Install using PIP :
pip3 install tailer_sdk-X.Y.Z-py3-none-any.whl --force-reinstall
From a terminal, use PIP to go back to the latest Tailer SDK RELEASE:
pip3 install tailer-sdk --force-reinstall