Managing values that change between development and production

turagittech
Contributor

Hi all, when moving from development to testing a production one often needs to handle change values like the blob store or database server being different

I have seen that using widgets can be a useful way to have updateable values for Notebooks and there would be a variety of ways of handling it for python code. What I want to know is what people are using to store said values. Do you use Databricks tables. Obviously secrets go to something like key vault.  I also need to track load values as azure blob storage without HNS is a pain to get data from and I need to track last load timestamps

Happy to hear what other people have found is working. Tables seem obvious, did I miss something?