Ha Pham
07/22/2022, 3:08 AMconfig.toml
file, or put them in an .env file. In 2.0 looks like this is replaced by the Block
concept. So:
• Looking at Block's doc, I think currently the only way for me to register a certain secret is to write it as a Block, turn it into a script, then run it. Is this correct?
• It is said that the Block's content will be saved in the db (default to SQLite). does this mean if I want to see the content outside of prefect's development workflow, I have to query the db directly?
• How do I modify & delete saved secrets?
• What's the best way to manage environment variables?Anna Geller