Skip to main content

LC_Read_Multi

Node

Node Description

Parse data from multiple LC files and ingest into Ganymede data lake.

Node Attributes

  • input_multi_lc
    • Glob pattern matching the LC file to be read.

Example

The Node configuration below would capture CDF files:

lc: *.cdf

User-Defined Python

Function to process LC file data

Parameters

  • lc_file_paths : list[str]
    • Paths to LC files to be read
  • ganymede_context : GanymedeContext
    • Ganymede context variable, which stores flow run metadata

Returns

NodeReturn Object containing data to store in data lake and/or file storage