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
{{ message }}
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.
For avoiding too many manual errors we could introduce a config variable file. E.g. instead of using TableConfigurator().get_property("name") then it is TableConfigurator().get_property(conf.NAME).
conf.py:
NAME="name"PARTITIONING="partitioning"
....
The text was updated successfully, but these errors were encountered:
For avoiding too many manual errors we could introduce a config variable file. E.g. instead of using
TableConfigurator().get_property("name")
then it isTableConfigurator().get_property(conf.NAME)
.conf.py:
The text was updated successfully, but these errors were encountered: