Skip to content

Commit

Permalink
docs: add info to FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Oct 21, 2022
1 parent f0b680b commit 372fc34
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ However, if you're using an IDE such as VSCode, you should be able to set up the
Ensure your interpreter is set to poetry if you've followed the [Dev Guide](./dev_guide.md).
Checkout this [gif](https://visualstudiomagazine.com/articles/2021/04/20/~/media/ECG/visualstudiomagazine/Images/2021/04/poetry.ashx) for how to change your interpreter.

## I'm having trouble getting the base class to __init__.
### Handling credentials and other secrets in config

As of SDK version `0.13.0`, developers can use the `secret=True` indication in the `Property` class constructor to flag secrets such as API tokens and passwords. We recommend all developers use this option where applicable so that orchestrators may consider this designation when determining how to store the user's provided config.

## I'm having trouble getting the base class to **init**.

Ensure you're using the `super()` method to inherit methods from the base class.

Expand Down

0 comments on commit 372fc34

Please sign in to comment.