OleksandrDvornik
OleksandrDvornik
@wslulciuc can you please review it and close it if it's invalid case
I've looked dipper at workaround, so it's more complex than only adding a job Workaround steps: 1. Create a job with interested dataset 2. Create a run for that job...
Working example: ``` PUT http://localhost:5000/api/v1/namespaces/postgres%3A%2F%2Flocalhost%3A6432 Content-Type: application/json { "ownerName": "Me" } ### PUT http://localhost:5000/api/v1/sources/postgres%3A%2F%2Flocalhost%3A6432 Content-Type: application/json { "type": "DB_TABLE", "connectionUrl": "postgres://localhost:6432" } ### PUT http://localhost:5000/api/v1/namespaces/postgres%3A%2F%2Flocalhost%3A6432/datasets/dvdrental.public.actor_info Content-Type: application/json { "type": "DB_TABLE",...