uranusjr commented on code in PR #31427: URL: https://github.com/apache/airflow/pull/31427#discussion_r1200330341
########## airflow/providers/snowflake/transfers/copy_into_snowflake.py: ########## @@ -15,8 +15,9 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -"""This module contains abstract operator that child classes implements -COPY INTO <TABLE> SQL in Snowflake +"""This module contains abstract operator that child classes implement. + +COPY INTO <TABLE> SQL in Snowflake. """ Review Comment: This doesn’t looks right, I think the two lines are supposed to be one single sentence. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
