We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc5fa7d commit fd65a5aCopy full SHA for fd65a5a
verdin/api/pipes.py
@@ -292,7 +292,7 @@ def query(
292
return QueryPipeResponse(response)
293
294
def get_information(self, name: str) -> GetPipeInformationResponse:
295
- """
+ r"""
296
Makes a GET request to ``/v0/pipes/<name>`` endpoint, which returns the pipe information.
297
See: https://www.tinybird.co/docs/api-reference/pipe-api#get--v0-pipes-(.+\.pipe)
298
0 commit comments