LineaLabs / lineapy

Move fast from data science prototype to pipeline. Capture, analyze, and transform messy notebooks into data pipelines with just two lines of code.
https://lineapy.org
Apache License 2.0
664 stars 58 forks source link

LIN-729 persist device ids. #861

Closed lionsardesai closed 1 year ago

lionsardesai commented 1 year ago

Description

persist device id so that we dont keep getting new random numbers (a situation that can happen with uuid.getnode())

Fixes LIN-729

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

New test added to ensure that device id gets persisted to the lineapy folder.