DataJunction / dj

A metrics platform.

Home Page:http://datajunction.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Tag search to Python client.

agorajek opened this issue · comments

And review Tag REST api to see if other things can be added.

And check if node exists before registering a new source node:

existing_node = self._get_node(node_name=node.name)
        if "name" in existing_node:
            raise DJNodeAlreadyExists(node_name=node.name)