adp.ingest.transform
Functions that transform dataframes to silver (merge) and bronze (append)
Functions
|
Append the snapshot to the table on the table location |
|
clean_column to make it 100% compatible with PySpark |
|
column_aware_difference returns the rows in snapshot that are not in df_base |
|
Merge the new snapshot on the silver_table using the keys specified |
|
Decorator to make sure that the datatypes of the new data are proper and compatible |