if --tinybird-disable:
plugin does not register
elif TINYBIRD_WRITE_TOKEN is set:
use Tinybird HTTP writer
elif --tinybird-file is set:
use local file writer
else:
plugin does not register
TINYBIRD_WRITE_TOKEN takes priority over --tinybird-file. If both are set, the HTTP writer is used.