File tree Expand file tree Collapse file tree
crates/stackable-operator/src/databases/drivers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ pub trait CeleryDatabaseConnection {
1717 /// default [`TemplatingMechanism`].
1818 ///
1919 /// `unique_database_name` identifies this particular database connection within the operator
20- /// and is used as a prefix when naming the injected environment variable . It must consist only
20+ /// and is used as a prefix when naming the injected environment variables . It must consist only
2121 /// of uppercase ASCII letters and underscores.
2222 fn celery_connection_details (
2323 & self ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ pub trait JDBCDatabaseConnection {
1717 /// default [`TemplatingMechanism`].
1818 ///
1919 /// `unique_database_name` identifies this particular database connection within the operator
20- /// and is used as a prefix when naming the injected environment variable . It must consist only
20+ /// and is used as a prefix when naming the injected environment variables . It must consist only
2121 /// of uppercase ASCII letters and underscores.
2222 fn jdbc_connection_details (
2323 & self ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ pub trait SQLAlchemyDatabaseConnection {
1717 /// default [`TemplatingMechanism`].
1818 ///
1919 /// `unique_database_name` identifies this particular database connection within the operator
20- /// and is used as a prefix when naming the injected environment variable . It must consist only
20+ /// and is used as a prefix when naming the injected environment variables . It must consist only
2121 /// of uppercase ASCII letters and underscores.
2222 fn sqlalchemy_connection_details (
2323 & self ,
You can’t perform that action at this time.
0 commit comments