Commit 6fc650b5 authored by Wei Shoulin's avatar Wei Shoulin
Browse files

docs(level1): update write function documentation

parent 5d3640c5
Pipeline #11374 failed with stages
in 0 seconds
...@@ -192,7 +192,7 @@ def update_prc_status(level1_id: str, data_model: str, prc_status: int, batch_id ...@@ -192,7 +192,7 @@ def update_prc_status(level1_id: str, data_model: str, prc_status: int, batch_id
def write(local_file: Union[IO, str]) -> Result: def write(local_file: Union[IO, str]) -> Result:
''' '''
将本地的1级数据文件写入到DFS中其他参数如rss_id, cube_id等,可通过extra_kwargs传入 将本地的1级数据文件写入到DFS中
Args: Args:
local_file (Union[IO, str]): 文件路径或文件对象 local_file (Union[IO, str]): 文件路径或文件对象
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment