uranusjr commented on code in PR #32359:
URL: https://github.com/apache/airflow/pull/32359#discussion_r1252589033


##########
airflow/providers/snowflake/transfers/copy_into_snowflake.py:
##########
@@ -15,10 +15,7 @@
 # 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
-implement "COPY INTO <TABLE> SQL in Snowflake".
-"""
+"""Abstract operator that child classes implement "COPY INTO <TABLE> SQL in 
Snowflake"."""

Review Comment:
   ```suggestion
   """Abstract operator that child classes implement ``COPY INTO <TABLE>`` SQL 
in Snowflake."""
   ```



-- 
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]

Reply via email to