bundle_adb_360/src/b_historical/1_createhistbronzeparquets.py [121:127]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        "cost": fs("finance.price", minimum=4.99, maximum=222.40),
        "dinnerDate" : fs("datetime.date", start=2022, end=2023),
        "fkcustomer" : fs("numeric.integer_number", start=mincustid, end=maxcustid),
        "fkrestaurant" : fs("numeric.integer_number", start=minrestid, end=maxrestid),
        "fkwaiter" : fs("numeric.integer_number", start=mincustid, end=maxcustid),
        "tableId" : fs("numeric.integer_number", start=5, end=50 )
    })
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



bundle_adb_360/src/b_historical/1_createhistbronzeparquets.py [133:139]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        "cost": fs("finance.price", minimum=4.99, maximum=222.40),
        "dinnerDate" : fs("datetime.date", start=2022, end=2023),
        "fkcustomer" : fs("numeric.integer_number", start=mincustid, end=maxcustid),
        "fkrestaurant" : fs("numeric.integer_number", start=minrestid, end=maxrestid),
        "fkwaiter" : fs("numeric.integer_number", start=mincustid, end=maxcustid),
        "tableId" : fs("numeric.integer_number", start=5, end=50 )
    })
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



