How to call a dataflow from a datalab? #46
Unanswered
AntonBarash
asked this question in
DataLabs & Composapy
Replies: 1 comment
|
from composapy.session import Session session = Session(auth_mode=AuthMode.TOKEN, credentials="api-token", uri="http://localhost/CompApp/") dataflow_run = DataFlow.run("id of dataflow here">) #The [1] is from me having two of modules of the same type Does this make sense |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How do I make an API call to a dataflow from a datalab?
All reactions