You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mention that a default=... means the config dict will always have a value for the setting, so it should be retrieved with square brackets: self.config["<setting name>"]
encourage developers to mark settings as required=True when the connector can't be executed without them. These settings should also be retrieved with self.config["<setting name>"].
The text was updated successfully, but these errors were encountered:
This has been marked as stale because it is unassigned, and has not had recent activity. It will be closed after 21 days if no further activity occurs. If this should never go stale, please add the evergreen label, or request that it be added.
Documentation type
How-to guides
Description
It should
default=...
means the config dict will always have a value for the setting, so it should be retrieved with square brackets:self.config["<setting name>"]
required=True
when the connector can't be executed without them. These settings should also be retrieved withself.config["<setting name>"]
.The text was updated successfully, but these errors were encountered: