Custom datasets

Additional datasets for kedro pipelines

General function for simple input/output


source

AddRowDataset

 AddRowDataset (table:str, column_names:List, credentials:str,
                unique_columns:List, load_args=None, save_args=None)

Adds or update one row to a SQL table, if it does not exist.


source

DynamicPathJSONDataset

 DynamicPathJSONDataset (path_param:str)

Custom dataset to dynamically resolve a JSON file path from parameters.