Commit ef67b08
committed
Allow SessionTokenAuthenticator to be created as a subcomponent to a custom component
Change `name` argument in the function `create_session_token_authenticator` to a keyword-only argument so that it can be injected via `$parameters`. Other `name` arguments in the same module are already keyword-only.1 parent cb193ab commit ef67b08
File tree
1 file changed
+1
-1
lines changed- airbyte_cdk/sources/declarative/parsers
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1084 | 1084 | | |
1085 | 1085 | | |
1086 | 1086 | | |
1087 | | - | |
| 1087 | + | |
1088 | 1088 | | |
1089 | 1089 | | |
1090 | 1090 | | |
| |||
0 commit comments