We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c138f1 commit d753299Copy full SHA for d753299
1 file changed
openhexa/sdk/files/file.py
@@ -5,6 +5,11 @@
5
6
7
class File:
8
+ """File class.
9
+
10
+ See https://github.com/BLSQ/openhexa/wiki/Writing-OpenHEXA-pipelines#using-file-parameters
11
+ """
12
13
def __init__(
14
self,
15
key: str,
0 commit comments