Hello Everyone, i have a notebook that i use to call API and save the response body to Delta Tables in lake houses.
I am trying to avoid hard coding the api key, username and password in notebook itself, in case someone share the code in public by error.
What i am thinking is keeping these parameters in a lakehouse file in the Files Section and reading from that file in the notebook.
Is there a better way to accomplish the job in Fabric?
Regards